summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-03-11fixes for json 0.12John Crispin
2015-01-25lua: don't make uhttpd_plugin symbol constantJo-Philipp Wich
2015-01-25file: explicitely cast st_mtime to uint64_t when generating ETagJo-Philipp Wich
2015-01-25ubus: don't make uhttpd_plugin symbol constantJo-Philipp Wich
2015-01-18Build with largefile supportJo-Philipp Wich
2014-12-22uhttpd: Fix possible memory leaks when generating directory listingAndrej Krpic
2014-10-27mimetypes: add json and jsonp (distinct from js)Karl Palsson
2014-10-27file: do not emit Content-Length header for 304/412 responsesJo-Philipp Wich
2014-10-27utils: do not emit eof chunk for 204/304 responsesJo-Philipp Wich