summaryrefslogtreecommitdiff
path: root/src/mod_setenv.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-4/+2
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
* [mod_setenv] cleanup user-provided hdr sloppinessGlenn Strauss2022-05-061-0/+27
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-2/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-17/+17
* [core] extend (data_string *) to store header idGlenn Strauss2020-10-111-23/+24
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-3/+3
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-24/+24
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-5/+5
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-12/+6
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-4/+0
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+0
* [mod_setenv] use config_plugin_values_init()Glenn Strauss2020-05-231-243/+225
* [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-8/+8
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-6/+6
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-12/+12
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] fix setting of headers previously reset (fixes #2919)Glenn Strauss2018-11-171-2/+6
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-8/+12
* [core] code reuse with array_insert_key_value()Glenn Strauss2018-09-161-20/+2
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295)Glenn Strauss2017-01-311-10/+69
* 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
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-4/+4
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-3/+3
* Use connection_reset instead of handle_request_done for cleanup callbacksStefan Bühler2009-07-141-2/+2
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-49/+49
* only apply setenv once per requestJan Kneschke2006-01-141-1/+50
* fixed warnings about unused vars and unhandled enum-values in switch()Jan Kneschke2005-11-071-1/+1
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-23/+8
* merge [109], [259], [266] and [267]Jan Kneschke2005-04-141-1/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+215