summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2018-04-04file: escape strings in HTML outputJo-Philipp Wich
2018-04-04utils: add uh_htmlescape() helperJo-Philipp Wich
2016-10-25utils: add proper handling of "/" special case in uh_path_match()Jo-Philipp Wich
2015-10-08fix chunked transfer encoding in keepalive modeJo-Philipp Wich
2015-05-30allow request handlers to disable chunked reponsesJo-Philipp Wich
2014-10-27utils: do not emit eof chunk for 204/304 responsesJo-Philipp Wich
2014-06-10ubus: add CORS header supportJo-Philipp Wich
2013-11-21uhttpd: fix crashes in the ubus pluginFelix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-02make hex array staticFelix Fietkau
2013-01-02add uh_addr_rfc1918()Felix Fietkau
2013-01-02change uh_b64decode to take a void pointer to avoid redundant signed/unsigned...Felix Fietkau
2013-01-01add uh_split_header()Felix Fietkau
2013-01-01add uh_path_match()Felix Fietkau
2013-01-01minor cleanupFelix Fietkau
2012-12-30clean up uh_urldecode, null-terminate stringFelix Fietkau
2012-12-30Initial implementationFelix Fietkau