summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* client: fix spurious keepalive connection timeoutsopenwrt-19.07Jo-Philipp Wich2020-11-201-1/+5
* client: allow keep-alive for POST requestsJo-Philipp Wich2020-05-061-2/+1
* file: poke ustream after starting deferred programJo-Philipp Wich2020-05-061-0/+1
* client: fix invalid data access through invalid content-length valuesJo-Philipp Wich2019-12-221-2/+2
* ubus: increase maximum ubus request size to 64KBJo-Philipp Wich2019-08-171-1/+1
* uhttpd: Fix multiple format string problemsHauke Mehrtens2019-06-163-5/+6
* cgi: escape url in 403 error outputJo-Philipp Wich2018-11-281-1/+8
* uhttpd: fix building without TLS and Lua supportPaul Willoughby2018-11-262-0/+4
* help: document -A optionKarl Pálsson2018-11-011-0/+1
* file: fix CPP syntax errorJo-Philipp Wich2018-09-241-1/+1
* build: avoid redefining _DEFAULT_SOURCEJo-Philipp Wich2018-08-232-2/+8
* lua: support multiple Lua prefixesJo-Philipp Wich2018-08-233-27/+100
* build: use _DEFAULT_SOURCEJo-Philipp Wich2018-08-212-0/+2
* uhttpd: recognize PATCH, PUT and DELETE HTTP methodsJo-Philipp Wich2018-08-213-0/+25
* client: flush buffered SSL output when tearing down client ustreamJo-Philipp Wich2018-06-261-0/+6
* proc: expose HTTP Origin header in process environmentJo-Philipp Wich2018-04-241-0/+2
* file: escape strings in HTML outputJo-Philipp Wich2018-04-042-15/+41
* utils: add uh_htmlescape() helperJo-Philipp Wich2018-04-042-0/+43
* Revert "proc: avoid stdio deadlocks"Jo-Philipp Wich2018-04-041-5/+1
* proc: avoid stdio deadlocksJo-Philipp Wich2018-01-251-1/+5
* lua: honour size argument in recv() functionJo-Philipp Wich2018-01-241-2/+4
* file: fix query string handlingJo-Philipp Wich2017-11-041-1/+6
* uhttpd: add manifest supportAdrian Panella2017-08-191-2/+4
* file: fix basic auth regressionJo-Philipp Wich2017-07-091-8/+9
* file: remove unused "auth" member from struct path_infoJo-Philipp Wich2017-07-022-4/+2
* proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASSJo-Philipp Wich2017-07-021-1/+5
* auth: store parsed username and passwordJo-Philipp Wich2017-07-023-11/+31
* proc: do not declare empty process variablesJo-Philipp Wich2017-07-021-1/+1
* uhttpd: Add TCP_FASTOPEN supportRosen Penev2017-01-261-1/+3
* lua: ensure that PATH_INFO starts with a slashJo-Philipp Wich2016-10-251-0/+4
* utils: add proper handling of "/" special case in uh_path_match()Jo-Philipp Wich2016-10-251-0/+4
* cgi: allow conf.cgi_docroot_path to be NULLJo-Philipp Wich2016-10-251-1/+5
* file: re-run json handler script after file fallback redirectFelix Fietkau2016-10-061-3/+8
* cmake: Find libubox/usock.hFlorian Fainelli2016-07-271-0/+3
* file: add support for disabling cache related precondition checks via handlersFelix Fietkau2016-06-163-5/+16
* uhttpd: add support for adding arbitrary headers via handler scriptsFelix Fietkau2016-06-164-1/+30
* file: on redirect, only send content-length header when not using chunked tra...Felix Fietkau2015-11-081-1/+2
* handler: only send content-length header when not using chunked transferFelix Fietkau2015-11-081-1/+2
* handler: add support for overriding redirect status code + messageFelix Fietkau2015-11-081-7/+17
* handler: rename set_uri to rewriteFelix Fietkau2015-11-081-1/+1
* add support for handling redirects via a scriptFelix Fietkau2015-11-085-5/+245
* main: sort getopt charactersFelix Fietkau2015-11-061-1/+1
* fix the alias supportJohn Crispin2015-10-201-1/+1
* add a -y parameter for cgi-bin redirectsJohn Crispin2015-10-173-2/+69
* fix chunked transfer encoding in keepalive modeJo-Philipp Wich2015-10-084-10/+8
* uhttpd: fix wrong header file inclusion for PRI* constant definitionsAndrej Krpic2015-09-241-1/+1
* file: fix processing POST data for deferred requestsFelix Fietkau2015-09-071-1/+5
* cgi: Support passing X-HTTP-Method-Override header.Karl Palsson2015-08-171-1/+3
* client: use 307 instead of 302 for HTTPS redirectsJo-Philipp Wich2015-05-301-1/+1
* proc: add HTTPS environment variableJo-Philipp Wich2015-05-301-0/+3