summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-17ubus: increase maximum ubus request size to 64KBJo-Philipp Wich
2019-06-16uhttpd: Fix multiple format string problemsHauke Mehrtens
2018-11-28cgi: escape url in 403 error outputJo-Philipp Wich
2018-11-26uhttpd: fix building without TLS and Lua supportPaul Willoughby
2018-11-01help: document -A optionKarl Pálsson
2018-09-24file: fix CPP syntax errorJo-Philipp Wich
2018-08-23build: avoid redefining _DEFAULT_SOURCEJo-Philipp Wich
2018-08-23lua: support multiple Lua prefixesJo-Philipp Wich
2018-08-21build: use _DEFAULT_SOURCEJo-Philipp Wich
2018-08-21uhttpd: recognize PATCH, PUT and DELETE HTTP methodsJo-Philipp Wich
2018-06-26client: flush buffered SSL output when tearing down client ustreamJo-Philipp Wich
2018-04-24proc: expose HTTP Origin header in process environmentJo-Philipp Wich
2018-04-04file: escape strings in HTML outputJo-Philipp Wich
2018-04-04utils: add uh_htmlescape() helperJo-Philipp Wich
2018-04-04Revert "proc: avoid stdio deadlocks"Jo-Philipp Wich
2018-01-25proc: avoid stdio deadlocksJo-Philipp Wich
2018-01-24lua: honour size argument in recv() functionJo-Philipp Wich
2017-11-04file: fix query string handlingJo-Philipp Wich
2017-08-19uhttpd: add manifest supportAdrian Panella
2017-07-09file: fix basic auth regressionJo-Philipp Wich
2017-07-02file: remove unused "auth" member from struct path_infoJo-Philipp Wich
2017-07-02proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASSJo-Philipp Wich
2017-07-02auth: store parsed username and passwordJo-Philipp Wich
2017-07-02proc: do not declare empty process variablesJo-Philipp Wich
2017-01-26uhttpd: Add TCP_FASTOPEN supportRosen Penev
2016-10-25lua: ensure that PATH_INFO starts with a slashJo-Philipp Wich
2016-10-25utils: add proper handling of "/" special case in uh_path_match()Jo-Philipp Wich
2016-10-25cgi: allow conf.cgi_docroot_path to be NULLJo-Philipp Wich
2016-10-06file: re-run json handler script after file fallback redirectFelix Fietkau
2016-07-27cmake: Find libubox/usock.hFlorian Fainelli
2016-06-16file: add support for disabling cache related precondition checks via handlersFelix Fietkau
2016-06-16uhttpd: add support for adding arbitrary headers via handler scriptsFelix Fietkau
2015-11-08file: on redirect, only send content-length header when not using chunked tra...Felix Fietkau
2015-11-08handler: only send content-length header when not using chunked transferFelix Fietkau
2015-11-08handler: add support for overriding redirect status code + messageFelix Fietkau
2015-11-08handler: rename set_uri to rewriteFelix Fietkau
2015-11-08add support for handling redirects via a scriptFelix Fietkau
2015-11-06main: sort getopt charactersFelix Fietkau
2015-10-20fix the alias supportJohn Crispin
2015-10-17add a -y parameter for cgi-bin redirectsJohn Crispin
2015-10-08fix chunked transfer encoding in keepalive modeJo-Philipp Wich
2015-09-24uhttpd: fix wrong header file inclusion for PRI* constant definitionsAndrej Krpic
2015-09-07file: fix processing POST data for deferred requestsFelix Fietkau
2015-08-17cgi: Support passing X-HTTP-Method-Override header.Karl Palsson
2015-05-30client: use 307 instead of 302 for HTTPS redirectsJo-Philipp Wich
2015-05-30proc: add HTTPS environment variableJo-Philipp Wich
2015-05-30add support for enforcing HTTPSJo-Philipp Wich
2015-05-30file: disable chunked encoding for file responsesJo-Philipp Wich
2015-05-30allow request handlers to disable chunked reponsesJo-Philipp Wich
2015-03-28properly handle return codesJohn Crispin