project/uhttpd.git
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 uh_addr_rfc1918()
2013-01-02 Felix Fietkauremove a static buffer
2013-01-02 Felix Fietkauadd auth support
2013-01-02 Felix Fietkauchange uh_b64decode to take a void pointer to avoid...
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-02 Felix Fietkauenable http keepalive again, it seems to work properly now
2013-01-02 Felix Fietkaufix client state tracking and request complete handling
2013-01-02 Felix Fietkauparse status header code from cgi scripts
2013-01-01 Felix Fietkaurevert cflags change
2013-01-01 Felix Fietkauconsume the newline (overwritten with 0-byte) after...
2013-01-01 Felix Fietkaufix line length calculation
2013-01-01 Felix Fietkaufix typo in header name check
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
2013-01-01 Felix Fietkaufix clearenv() on mac os x
2013-01-01 Felix Fietkauadd uh_split_header()
2013-01-01 Felix Fietkauadd uh_path_match()
2013-01-01 Felix Fietkauappend / to directory links to avoid unnecessary redirects
2013-01-01 Felix Fietkaucode cleanup
2013-01-01 Felix Fietkaurename uhttpd-mimetypes.h to mimetypes.h
2013-01-01 Felix Fietkauminor cleanup
2012-12-31 Felix Fietkaufree client header buffer memory
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 Fietkauadd -Wmissing-declarations
2012-12-31 Felix Fietkaumake uh_path_lookup static
2012-12-31 Felix Fietkauuse -Os
2012-12-31 Felix Fietkaufix 404 and 403 error handling, improve error message...
2012-12-31 Felix Fietkauadd default cgi prefix
2012-12-31 Felix Fietkauadd default value for conf.realm
2012-12-31 Felix Fietkauset a default for script timeout
2012-12-31 Felix Fietkauset keepalive option after all command line parameters...
2012-12-31 Felix Fietkauexit if no sockets could be bound
2012-12-31 Felix Fietkauadd full usage help text
2012-12-31 Felix Fietkauadd 404 error support
2012-12-31 Felix Fietkauuse the new calloc_a function from libubox
2012-12-30 Felix Fietkauadd forking
2012-12-30 Felix Fietkauadd more command line options
2012-12-30 Felix Fietkauclean up uh_urldecode, null-terminate string
2012-12-30 Felix Fietkauadd config parser
2012-12-30 Felix Fietkaulimit default max_requests to 3
2012-12-30 Felix Fietkaufix socket value detection
2012-12-30 Felix Fietkaufix compile errors
2012-12-30 Felix FietkauInitial implementation