fix getting local server address
[project/uhttpd.git] / uhttpd.h
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