proc: avoid stdio deadlocks
[project/uhttpd.git] / uhttpd.h
2017-07-02 Jo-Philipp Wichfile: remove unused "auth" member from struct path_info
2017-07-02 Jo-Philipp Wichauth: store parsed username and password
2016-06-16 Felix Fietkaufile: add support for disabling cache related precondit...
2016-06-16 Felix Fietkauuhttpd: add support for adding arbitrary headers via...
2015-11-08 Felix Fietkauadd support for handling redirects via a script
2015-10-17 John Crispinadd a -y parameter for cgi-bin redirects
2015-10-07 Jo-Philipp Wichfix chunked transfer encoding in keepalive mode
2015-05-30 Jo-Philipp Wichadd support for enforcing HTTPS
2015-05-30 Jo-Philipp Wichallow request handlers to disable chunked reponses
2015-03-11 John Crispinfixes for json 0.12
2014-10-27 Jo-Philipp Wichclient: store http code of last emitted response
2014-06-10 Jo-Philipp Wichubus: add CORS header support
2014-03-22 Felix Fietkaucgi: compare the physical path instead of the url to...
2014-03-21 Felix Fietkaurelay: do forward data if the http request type was...
2013-11-21 Felix Fietkauuhttpd: fix crashes in the ubus plugin
2013-08-07 Jo-Philipp Wichubus: move sid into the params array of the json-rpc...
2013-05-23 Felix Fietkaurelay: do not process headers after the first error
2013-05-23 Felix Fietkaurelay: fix close handling
2013-01-25 Jo-Philipp Wichubus: add option to not authenticate ubus requests
2013-01-19 Felix Fietkauimplement support for script timeout for cgi/lua
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-19 Felix Fietkaupoll read data after connect as well
2013-01-19 Felix Fietkauadd user agent detection for working around keepalive...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaufix cgi/lua header parsing
2013-01-13 Felix Fietkaurework the ubus plugin to support JSON-RPC 2.0
2013-01-07 Felix Fietkauadd ubus support
2013-01-05 Felix Fietkaude-constify the url parameter for the handler, it becom...
2013-01-04 Felix Fietkauadd lua plugin support
2013-01-04 Felix Fietkauadd basic tls support, todo: error handling
2013-01-04 Felix Fietkaufix resuming accept() calls after exceeding client...
2013-01-03 Felix Fietkauuse pipes instead of a socketpair, EOF handling is...
2013-01-03 Felix Fietkauimplement proper flow control for relaying postdata
2013-01-03 Felix Fietkaufix use-after-realloc issue with the request url
2013-01-03 Felix Fietkaufix chunked postdata parsing
2013-01-03 Felix Fietkauadd post data relaying
2013-01-03 Felix Fietkaudeclare dispatch struct type
2013-01-02 Felix Fietkauadd support for sending HTTP/1.1 100 Continue
2013-01-02 Felix Fietkauadd uh_addr_rfc1918()
2013-01-02 Felix Fietkauadd auth support
2013-01-02 Felix Fietkauremove unused constant
2013-01-02 Felix Fietkauconstify, fix types
2013-01-02 Felix Fietkauadd local/remote address env vars for cgi
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
2013-01-01 Felix Fietkaucode cleanup
2012-12-31 Felix Fietkauremove unnecessary client struct field members
2012-12-31 Felix Fietkaumove dispatch cbs and data to one place
2012-12-31 Felix Fietkaumake uh_path_lookup static
2012-12-31 Felix Fietkauadd default cgi prefix
2012-12-31 Felix Fietkauuse the new calloc_a function from libubox
2012-12-30 Felix Fietkauadd more command line options
2012-12-30 Felix Fietkauadd config parser
2012-12-30 Felix FietkauInitial implementation