reduce stack usage of uh_file_dirlist
[project/uhttpd.git] / file.c
2013-01-02 Felix Fietkaureduce stack usage of uh_file_dirlist
2013-01-02 Felix Fietkaufix buffer handling for time formatting
2013-01-02 Felix Fietkaurework string handling for directory listing, avoid...
2013-01-02 Felix Fietkauremove a static buffer
2013-01-02 Felix Fietkauadd auth support
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
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
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 Fietkaufix 404 and 403 error handling, improve error message...
2012-12-31 Felix Fietkauadd 404 error support
2012-12-30 Felix Fietkaufix compile errors
2012-12-30 Felix FietkauInitial implementation