summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
* utils: accept '?' as path terminator in uh_path_match()Jo-Philipp Wich2022-08-121-1/+1
* uhttpd: Fix multiple format string problemsHauke Mehrtens2019-06-161-2/+2
* file: escape strings in HTML outputJo-Philipp Wich2018-04-041-7/+7
* utils: add uh_htmlescape() helperJo-Philipp Wich2018-04-041-0/+42
* utils: add proper handling of "/" special case in uh_path_match()Jo-Philipp Wich2016-10-251-0/+4
* fix chunked transfer encoding in keepalive modeJo-Philipp Wich2015-10-081-4/+4
* allow request handlers to disable chunked reponsesJo-Philipp Wich2015-05-301-3/+3
* utils: do not emit eof chunk for 204/304 responsesJo-Philipp Wich2014-10-271-0/+4
* ubus: add CORS header supportJo-Philipp Wich2014-06-101-1/+1
* uhttpd: fix crashes in the ubus pluginFelix Fietkau2013-11-211-0/+9
* relicense to ISCFelix Fietkau2013-01-131-12/+12
* make hex array staticFelix Fietkau2013-01-021-1/+1
* add uh_addr_rfc1918()Felix Fietkau2013-01-021-0/+15
* change uh_b64decode to take a void pointer to avoid redundant signed/unsigned...Felix Fietkau2013-01-021-3/+4
* add uh_split_header()Felix Fietkau2013-01-011-0/+17
* add uh_path_match()Felix Fietkau2013-01-011-0/+10
* minor cleanupFelix Fietkau2013-01-011-18/+12
* clean up uh_urldecode, null-terminate stringFelix Fietkau2012-12-301-22/+9
* Initial implementationFelix Fietkau2012-12-301-0/+210