summaryrefslogtreecommitdiff
path: root/uhttpd.h
AgeCommit message (Expand)Author
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-08add support for handling redirects via a scriptFelix Fietkau
2015-10-17add a -y parameter for cgi-bin redirectsJohn Crispin
2015-10-08fix chunked transfer encoding in keepalive modeJo-Philipp Wich
2015-05-30add support for enforcing HTTPSJo-Philipp Wich
2015-05-30allow request handlers to disable chunked reponsesJo-Philipp Wich
2015-03-11fixes for json 0.12John Crispin
2014-10-27client: store http code of last emitted responseJo-Philipp Wich
2014-06-10ubus: add CORS header supportJo-Philipp Wich
2014-03-22cgi: compare the physical path instead of the url to detect quirky urlsFelix Fietkau
2014-03-21relay: do forward data if the http request type was HEADFelix Fietkau
2013-11-21uhttpd: fix crashes in the ubus pluginFelix Fietkau
2013-08-07ubus: move sid into the params array of the json-rpc request to avoid informa...Jo-Philipp Wich
2013-05-23relay: do not process headers after the first errorFelix Fietkau
2013-05-23relay: fix close handlingFelix Fietkau
2013-01-25ubus: add option to not authenticate ubus requestsJo-Philipp Wich
2013-01-19implement support for script timeout for cgi/luaFelix Fietkau
2013-01-19add support for deferring script requests, limit maximum number of script cal...Felix Fietkau
2013-01-19poll read data after connect as wellFelix Fietkau
2013-01-19add user agent detection for working around keepalive issues and add support ...Felix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-13fix cgi/lua header parsingFelix Fietkau
2013-01-13rework the ubus plugin to support JSON-RPC 2.0Felix Fietkau
2013-01-07add ubus supportFelix Fietkau
2013-01-06de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau
2013-01-04add lua plugin supportFelix Fietkau
2013-01-04add basic tls support, todo: error handlingFelix Fietkau
2013-01-04fix resuming accept() calls after exceeding client limitFelix Fietkau
2013-01-03use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau
2013-01-03implement proper flow control for relaying postdataFelix Fietkau
2013-01-03fix use-after-realloc issue with the request urlFelix Fietkau
2013-01-03fix chunked postdata parsingFelix Fietkau
2013-01-03add post data relayingFelix Fietkau
2013-01-03declare dispatch struct typeFelix Fietkau
2013-01-02add support for sending HTTP/1.1 100 ContinueFelix Fietkau
2013-01-02add uh_addr_rfc1918()Felix Fietkau
2013-01-02add auth supportFelix Fietkau
2013-01-02remove unused constantFelix Fietkau
2013-01-02constify, fix typesFelix Fietkau
2013-01-02add local/remote address env vars for cgiFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau
2013-01-01code cleanupFelix Fietkau
2012-12-31remove unnecessary client struct field membersFelix Fietkau
2012-12-31move dispatch cbs and data to one placeFelix Fietkau
2012-12-31make uh_path_lookup staticFelix Fietkau
2012-12-31add default cgi prefixFelix Fietkau
2012-12-31use the new calloc_a function from libuboxFelix Fietkau
2012-12-30add more command line optionsFelix Fietkau
2012-12-30add config parserFelix Fietkau