summaryrefslogtreecommitdiff
path: root/src/mod_alias.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
* [mod_alias] fix typo in config error messageGlenn Strauss2022-10-161-1/+1
* [mod_alias] fix use-after-free bug (fixes #3114)Glenn Strauss2021-10-291-2/+4
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-7/+7
* [multiple] buffer_has_slash_suffix()Glenn Strauss2021-03-261-1/+1
* [mod_alias] modify r->physical.path in placeGlenn Strauss2021-01-161-47/+58
* [mod_alias] validate given order, not sorted orderGlenn Strauss2020-11-111-4/+4
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-12/+12
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-8/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-3/+4
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+0
* [mod_alias] use config_plugin_values_init()Glenn Strauss2020-05-231-129/+107
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] array a->sorted[] as ptrs rather than posGlenn Strauss2020-05-231-3/+7
* [core] keep a->data[] sorted (REVERT)Glenn Strauss2020-02-241-3/+3
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-4/+4
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-4/+4
* [core] keep a->data[] sorted; remove a->sorted[]Glenn Strauss2020-02-241-3/+3
* [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