proc: expose HTTP Origin header in process environment
[project/uhttpd.git] / file.c
2018-04-04 Jo-Philipp Wichfile: escape strings in HTML output
2017-11-04 Jo-Philipp Wichfile: fix query string handling
2017-07-09 Jo-Philipp Wichfile: fix basic auth regression
2017-07-02 Jo-Philipp Wichfile: remove unused "auth" member from struct path_info
2017-07-02 Jo-Philipp Wichauth: store parsed username and password
2016-10-06 Felix Fietkaufile: re-run json handler script after file fallback...
2016-06-16 Felix Fietkaufile: add support for disabling cache related precondit...
2016-06-16 Felix Fietkauuhttpd: add support for adding arbitrary headers via...
2015-11-08 Felix Fietkaufile: on redirect, only send content-length header...
2015-11-08 Felix Fietkauadd support for handling redirects via a script
2015-10-20 John Crispinfix the alias support
2015-10-17 John Crispinadd a -y parameter for cgi-bin redirects
2015-10-07 Jo-Philipp Wichfix chunked transfer encoding in keepalive mode
2015-09-24 Andrej Krpicuhttpd: fix wrong header file inclusion for PRI* consta...
2015-09-07 Felix Fietkaufile: fix processing POST data for deferred requests
2015-05-30 Jo-Philipp Wichfile: disable chunked encoding for file responses
2015-01-25 Jo-Philipp Wichfile: explicitely cast st_mtime to uint64_t when genera...
2015-01-18 Jo-Philipp WichBuild with largefile support
2014-12-22 Andrej Krpicuhttpd: Fix possible memory leaks when generating direc...
2014-10-27 Jo-Philipp Wichfile: do not emit Content-Length header for 304/412...
2014-09-03 Jo-Philipp Wichfile: invoke error handler in 403 case as well
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-19 Felix Fietkauproperly terminate headers of http responses without...
2013-01-19 Felix Fietkaufix file etag buffer length
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaufix redirect status
2013-01-13 Felix Fietkaufix path lookup
2013-01-13 Felix Fietkaucheck for conf.error_handler before using it
2013-01-13 Felix Fietkauadd missing file exists check
2013-01-05 Felix Fietkaude-constify the url parameter for the handler, it becom...
2013-01-04 Felix Fietkauconstify mimetype list
2013-01-04 Felix Fietkauclean up directory listing code, only iterate over...
2013-01-03 Felix Fietkaufix use-after-realloc issue with the request url
2013-01-03 Felix Fietkaufix index file handling
2013-01-02 Felix Fietkaumove timegm declaration to utils.h
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