poll connection after request completion when using keepalive
[project/uhttpd.git] / client.c
2013-01-19 Felix Fietkaupoll connection after request completion when using...
2013-01-19 Felix Fietkauadd user agent detection for working around keepalive...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaufix getting local server address
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 Fietkaudo not send an error on a full buffer for post data
2013-01-03 Felix Fietkaufix chunked postdata parsing
2013-01-03 Felix Fietkauadd missing n_clients decrement
2013-01-03 Felix Fietkauadd post data relaying
2013-01-03 Felix Fietkauuse a better error code for unsupported expect headers
2013-01-02 Felix Fietkaubail out on unsupported Expect: headers
2013-01-02 Felix Fietkaufix error handling of invalid http method/version
2013-01-02 Felix Fietkauadd support for sending HTTP/1.1 100 Continue
2013-01-02 Felix Fietkauadd rfc1918 filter check
2013-01-02 Felix Fietkauadd local/remote address env vars for cgi
2013-01-02 Felix Fietkaufix client state tracking and request complete handling
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
2013-01-01 Felix Fietkauadd uh_split_header()
2013-01-01 Felix Fietkaucode cleanup
2012-12-31 Felix Fietkaufree client header buffer memory
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 Fietkaufix 404 and 403 error handling, improve error message...
2012-12-30 Felix FietkauInitial implementation