summaryrefslogtreecommitdiff
path: root/src/mod_evhost.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
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-4/+6
* [multiple] prefer r->tmp_buf to p->tmp_bufGlenn Strauss2021-09-131-3/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-7/+7
* [multiple] use stat_cache_path_isdir()Glenn Strauss2020-10-131-5/+1
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-9/+9
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [multiple] quiet clang compiler warningsGlenn Strauss2020-07-081-2/+2
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-1/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+2
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-3/+2
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-17/+4
* [mod_evhost] use config_plugin_values_init()Glenn Strauss2020-07-081-170/+170
* [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-4/+4
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-1/+1
* [core] perf: array.c performance enhancementsGlenn Strauss2020-02-241-4/+4
* [mod_evhost] use local array to split valuesGlenn Strauss2020-02-241-3/+5
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_evhost] handle IPv6 literal addr; add testsGlenn Strauss2019-02-021-0/+14
* [mod_evhost] restructure for unit testsGlenn Strauss2018-12-031-39/+23
* [mod_evhost] split uri handler func for testingGlenn Strauss2018-12-031-14/+19
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [multiple] code reuse: using array_*() funcsGlenn Strauss2018-09-231-21/+9
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-1/+0
* [core] some header cleanupGlenn Strauss2018-04-081-0/+2
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-2/+2
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [mod_evhost] fix an incorrect error traceGlenn Strauss2016-12-191-1/+1
* [mod_evhost] partial matching patterns (fixes #1194)Glenn Strauss2016-10-201-4/+43
* 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/+4
* 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 header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-4/+4
* Fix issues found with clang analyzerStefan Bühler2009-07-211-1/+1
* Fix comment styleStefan Bühler2009-07-121-2/+2
* Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)Stefan Bühler2009-04-261-4/+16
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Fix dropping last character of evhost pattern (#161)Stefan Bühler2008-08-011-1/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-4/+4
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-64/+64
* better error-handling and cleanup (merged [257] and [282])Jan Kneschke2005-08-171-2/+10