summaryrefslogtreecommitdiff
path: root/src/mod_alias.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [multiple] code reuse: employ array_match_*()Glenn Strauss2018-09-231-19/+11
* [mod_alias] security: potential path traversal with specific configsGlenn Strauss2018-08-121-0/+15
* [core] remove some unused header includesGlenn Strauss2017-03-281-2/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+7
* 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-7/+7
* 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
* [core] allow files to be used as document-root (fixes #2475)Stefan Bühler2013-08-301-1/+2
* 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
* mod_alias: use log_error_write instead of fprintfStefan Bühler2008-10-161-3/+2
* - dont crash if the mod_alias config cant be parsed properlyMarcus Rückert2007-08-281-0/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-42/+42
* fixed typoJan Kneschke2006-03-011-1/+1
* lowercase filenames support, fixed #543mOo2006-02-241-1/+3
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-3/+0
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-0/+26
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-22/+7
* let mod_alias handle directories and files (merged [284], [294])Jan Kneschke2005-08-081-8/+14
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+185