change uh_b64decode to take a void pointer to avoid redundant signed/unsigned casts
[project/uhttpd.git] / uhttpd.h
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