summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Collapse)Author
2013-01-19add support for deferring script requests, limit maximum number of script ↵Felix Fietkau
calls to 3, maximum number of connections to 100 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-19properly terminate headers of http responses without data, add Content-Length: 0Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-19fix file etag buffer lengthFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13relicense to ISCFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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 ↵Felix Fietkau
request anyway
2013-01-04constify mimetype listFelix Fietkau
2013-01-04clean up directory listing code, only iterate over the set once (by sorting ↵Felix Fietkau
directories before files ahead of time)
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