summaryrefslogtreecommitdiff
path: root/src/mod_staticfile.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-1/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] recognize HTTP QUERY methodGlenn Strauss2022-05-051-1/+1
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-1/+1
* [tests] t/test_mod_staticfileGlenn Strauss2021-09-041-13/+19
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-2/+2
* [mod_staticfile] move cold paths to separate funcGlenn Strauss2021-05-061-15/+13
* [multiple] static file optimization; reuse cacheGlenn Strauss2021-05-061-3/+11
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-36/+28
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-1/+1
* [core] convenience macros to check req methodsGlenn Strauss2020-07-081-8/+1
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-21/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+0
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-4/+8
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+0
* [core] use config_plugin_values_init()Glenn Strauss2020-07-081-1/+1
* [mod_staticfile] use config_plugin_values_init()Glenn Strauss2020-05-231-118/+89
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-3/+3
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_staticfile] search ext array if not emptyGlenn Strauss2019-02-041-1/+1
* [multiple] code reuse: employ array_match_*()Glenn Strauss2018-09-231-9/+1
* [core] remove unused includes of stat_cache.hGlenn Strauss2017-07-151-1/+0
* [core] remove some unused header includesGlenn Strauss2017-03-281-2/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* [core] http_response_send_file() shared code (#2017)Glenn Strauss2016-04-251-344/+2
* [core] open fd when appending file to cq (fixes #2655)Glenn Strauss2016-04-181-4/+6
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-7/+7
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-7/+6
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-8/+8
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-301-1/+15
* fix some gcc warningsStefan Bühler2011-07-301-3/+0
* mod_staticfile: add debug output if we ignore a file with static-file.exclude...Stefan Bühler2010-07-041-0/+3
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+5
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-10/+10
* fixed missing initializationJan Kneschke2008-02-271-1/+1
* r2095@chromobil: stefan | 2008-02-26 17:11:21 +0100Stefan Bühler2008-02-261-1/+3
* added support for If-Range: <date> (fixes #1346)Jan Kneschke2007-09-091-1/+17
* - fix the frigging 404-handler bugs:Marcus Rückert2007-08-131-0/+1
* - only generate the etag_flags once and store them in the connectionsMarcus Rückert2007-07-031-5/+1
* added static-file.etags, etag.use-inode, etag.use-mtime,Jan Kneschke2007-06-151-5/+18
* don't allow caching of file without a content-typeJan Kneschke2007-04-091-18/+23