proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASS
[project/uhttpd.git] / utils.c
2016-10-25 Jo-Philipp Wichutils: add proper handling of "/" special case in uh_pa...
2015-10-07 Jo-Philipp Wichfix chunked transfer encoding in keepalive mode
2015-05-30 Jo-Philipp Wichallow request handlers to disable chunked reponses
2014-10-27 Jo-Philipp Wichutils: do not emit eof chunk for 204/304 responses
2014-06-10 Jo-Philipp Wichubus: add CORS header support
2013-11-21 Felix Fietkauuhttpd: fix crashes in the ubus plugin
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-02 Felix Fietkaumake hex array static
2013-01-02 Felix Fietkauadd uh_addr_rfc1918()
2013-01-02 Felix Fietkauchange uh_b64decode to take a void pointer to avoid...
2013-01-01 Felix Fietkauadd uh_split_header()
2013-01-01 Felix Fietkauadd uh_path_match()
2013-01-01 Felix Fietkauminor cleanup
2012-12-30 Felix Fietkauclean up uh_urldecode, null-terminate string
2012-12-30 Felix FietkauInitial implementation