summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2015-11-08add support for handling redirects via a scriptFelix Fietkau
2015-10-20fix the alias supportJohn Crispin
2015-10-17add a -y parameter for cgi-bin redirectsJohn Crispin
2015-10-08fix chunked transfer encoding in keepalive modeJo-Philipp Wich
2015-09-24uhttpd: fix wrong header file inclusion for PRI* constant definitionsAndrej Krpic
2015-09-07file: fix processing POST data for deferred requestsFelix Fietkau
2015-05-30file: disable chunked encoding for file responsesJo-Philipp Wich
2015-01-25file: explicitely cast st_mtime to uint64_t when generating ETagJo-Philipp Wich
2015-01-18Build with largefile supportJo-Philipp Wich
2014-12-22uhttpd: Fix possible memory leaks when generating directory listingAndrej Krpic
2014-10-27file: do not emit Content-Length header for 304/412 responsesJo-Philipp Wich
2014-09-03file: invoke error handler in 403 case as wellJo-Philipp Wich
2013-01-19add support for deferring script requests, limit maximum number of script cal...Felix Fietkau
2013-01-19properly terminate headers of http responses without data, add Content-Length: 0Felix Fietkau
2013-01-19fix file etag buffer lengthFelix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-13fix redirect statusFelix Fietkau
2013-01-13fix path lookupFelix Fietkau
2013-01-13check for conf.error_handler before using itFelix Fietkau
2013-01-13add missing file exists checkFelix Fietkau
2013-01-06de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau
2013-01-04constify mimetype listFelix Fietkau
2013-01-04clean up directory listing code, only iterate over the set once (by sorting d...Felix Fietkau
2013-01-03fix use-after-realloc issue with the request urlFelix Fietkau
2013-01-03fix index file handlingFelix Fietkau
2013-01-02move timegm declaration to utils.hFelix Fietkau
2013-01-02reduce stack usage of uh_file_dirlistFelix Fietkau
2013-01-02fix buffer handling for time formattingFelix Fietkau
2013-01-02rework string handling for directory listing, avoid redundant string scanningFelix Fietkau
2013-01-02remove a static bufferFelix Fietkau
2013-01-02add auth supportFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau
2013-01-01append / to directory links to avoid unnecessary redirectsFelix Fietkau
2013-01-01code cleanupFelix Fietkau
2013-01-01rename uhttpd-mimetypes.h to mimetypes.hFelix Fietkau
2012-12-31move dispatch cbs and data to one placeFelix Fietkau
2012-12-31make uh_path_lookup staticFelix Fietkau
2012-12-31fix 404 and 403 error handling, improve error message outputFelix Fietkau
2012-12-31add 404 error supportFelix Fietkau
2012-12-30fix compile errorsFelix Fietkau
2012-12-30Initial implementationFelix Fietkau