summaryrefslogtreecommitdiff
path: root/src/mod_indexfile.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] __attribute_nonnull__ now takes paramsGlenn Strauss2021-10-051-1/+1
* [mod_indexfile] update path with buffer path funcsGlenn Strauss2021-09-081-2/+8
* [mod_indexfile] section into subroutinesGlenn Strauss2021-09-081-30/+33
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-3/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-4/+5
* [mod_indexfile] reduce copying of base pathGlenn Strauss2021-03-261-18/+21
* [multiple] do not clear physical.path if finishedGlenn Strauss2021-03-261-2/+0
* [multiple] buffer_has_slash_suffix()Glenn Strauss2021-03-261-3/+1
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-241-1/+1
* [multiple] stat_cache_path_stat() for struct stGlenn Strauss2020-10-191-2/+1
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [core] r->uri.path always set, though might be ""Glenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-22/+22
* [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
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-23/+2
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-2/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+2
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-6/+5
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+0
* [mod_indexfile] use config_plugin_values_init()Glenn Strauss2020-05-231-123/+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 as part of data_string valueGlenn Strauss2020-02-241-5/+5
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-2/+2
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-1/+2
* [core] code reuse with array_insert_key_value()Glenn Strauss2018-09-161-7/+1
* [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