summaryrefslogtreecommitdiff
path: root/src/mod_indexfile.c
Commit message (Expand)AuthorAgeFilesLines
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* [mod_indexfile] save physical path to env (fixes #448, #892)Glenn Strauss2016-04-141-4/+15
* 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-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-3/+3
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-6/+5
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-50/+50
* updated docs to 1.4.x names and add support for global index-generators (see ...Jan Kneschke2005-09-291-1/+7
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0
* only cleanup conditional contextes which are already setupJan Kneschke2005-09-211-0/+2
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-0/+213