summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2020-02-11file: poke ustream after starting deferred programJo-Philipp Wich
2018-09-24file: fix CPP syntax errorJo-Philipp Wich
2018-08-23build: avoid redefining _DEFAULT_SOURCEJo-Philipp Wich
2018-08-21build: use _DEFAULT_SOURCEJo-Philipp Wich
2018-08-21uhttpd: recognize PATCH, PUT and DELETE HTTP methodsJo-Philipp Wich
2018-04-04file: escape strings in HTML outputJo-Philipp Wich
2017-11-04file: fix query string handlingJo-Philipp Wich
2017-07-09file: fix basic auth regressionJo-Philipp Wich
2017-07-02file: remove unused "auth" member from struct path_infoJo-Philipp Wich
2017-07-02auth: store parsed username and passwordJo-Philipp Wich
2016-10-06file: re-run json handler script after file fallback redirectFelix Fietkau
2016-06-16file: add support for disabling cache related precondition checks via handlersFelix Fietkau
2016-06-16uhttpd: add support for adding arbitrary headers via handler scriptsFelix Fietkau
2015-11-08file: on redirect, only send content-length header when not using chunked tra...Felix Fietkau
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