summaryrefslogtreecommitdiff
path: root/uhttpd.h
Commit message (Expand)AuthorAgeFilesLines
* file: specify UTF-8 as charset for dirlists, add option to overrideJo-Philipp Wich2022-02-071-0/+1
* ucode: add ucode plugin supportJo-Philipp Wich2021-11-231-0/+15
* ubus: add new RESTful APIRafał Miłecki2020-09-151-0/+5
* lua: support multiple Lua prefixesJo-Philipp Wich2018-08-231-2/+8
* uhttpd: recognize PATCH, PUT and DELETE HTTP methodsJo-Philipp Wich2018-08-211-0/+3
* file: remove unused "auth" member from struct path_infoJo-Philipp Wich2017-07-021-1/+0
* auth: store parsed username and passwordJo-Philipp Wich2017-07-021-1/+2
* file: add support for disabling cache related precondition checks via handlersFelix Fietkau2016-06-161-0/+1
* uhttpd: add support for adding arbitrary headers via handler scriptsFelix Fietkau2016-06-161-0/+1
* add support for handling redirects via a scriptFelix Fietkau2015-11-081-0/+5
* add a -y parameter for cgi-bin redirectsJohn Crispin2015-10-171-0/+8
* fix chunked transfer encoding in keepalive modeJo-Philipp Wich2015-10-081-1/+1
* add support for enforcing HTTPSJo-Philipp Wich2015-05-301-0/+3
* allow request handlers to disable chunked reponsesJo-Philipp Wich2015-05-301-0/+1
* fixes for json 0.12John Crispin2015-03-111-1/+1
* client: store http code of last emitted responseJo-Philipp Wich2014-10-271-0/+1
* ubus: add CORS header supportJo-Philipp Wich2014-06-101-0/+2
* cgi: compare the physical path instead of the url to detect quirky urlsFelix Fietkau2014-03-221-0/+1
* relay: do forward data if the http request type was HEADFelix Fietkau2014-03-211-0/+2
* uhttpd: fix crashes in the ubus pluginFelix Fietkau2013-11-211-0/+16
* ubus: move sid into the params array of the json-rpc request to avoid informa...Jo-Philipp Wich2013-08-071-1/+0
* relay: do not process headers after the first errorFelix Fietkau2013-05-231-0/+1
* relay: fix close handlingFelix Fietkau2013-05-231-0/+1
* ubus: add option to not authenticate ubus requestsJo-Philipp Wich2013-01-251-0/+1
* implement support for script timeout for cgi/luaFelix Fietkau2013-01-191-0/+2
* add support for deferring script requests, limit maximum number of script cal...Felix Fietkau2013-01-191-1/+7
* poll read data after connect as wellFelix Fietkau2013-01-191-0/+1
* add user agent detection for working around keepalive issues and add support ...Felix Fietkau2013-01-191-0/+14
* relicense to ISCFelix Fietkau2013-01-131-13/+13
* fix cgi/lua header parsingFelix Fietkau2013-01-131-2/+2
* rework the ubus plugin to support JSON-RPC 2.0Felix Fietkau2013-01-131-2/+10
* add ubus supportFelix Fietkau2013-01-071-0/+23
* de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau2013-01-061-3/+3
* add lua plugin supportFelix Fietkau2013-01-041-2/+6
* add basic tls support, todo: error handlingFelix Fietkau2013-01-041-2/+8
* fix resuming accept() calls after exceeding client limitFelix Fietkau2013-01-041-1/+1
* use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau2013-01-031-8/+11
* implement proper flow control for relaying postdataFelix Fietkau2013-01-031-0/+3
* fix use-after-realloc issue with the request urlFelix Fietkau2013-01-031-1/+0
* fix chunked postdata parsingFelix Fietkau2013-01-031-1/+1
* add post data relayingFelix Fietkau2013-01-031-1/+5
* declare dispatch struct typeFelix Fietkau2013-01-031-18/+19
* add support for sending HTTP/1.1 100 ContinueFelix Fietkau2013-01-021-0/+1
* add uh_addr_rfc1918()Felix Fietkau2013-01-021-9/+0
* add auth supportFelix Fietkau2013-01-021-0/+2
* remove unused constantFelix Fietkau2013-01-021-1/+0
* constify, fix typesFelix Fietkau2013-01-021-8/+8
* add local/remote address env vars for cgiFelix Fietkau2013-01-021-2/+10
* add preliminary cgi support, needs fixing for close handlingFelix Fietkau2013-01-011-18/+68
* code cleanupFelix Fietkau2013-01-011-7/+20