project/uhttpd.git
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