summaryrefslogtreecommitdiff
path: root/src/t/test_mod_evhost.c
Commit message (Collapse)AuthorAgeFilesLines
* [tests] t/test_mod now runs all t/test_mod_*.cGlenn Strauss2021-11-151-26/+3
| | | | combine into a single executable to reduce compilation/link redundancy
* [multiple] use stat_cache_path_isdir()Glenn Strauss2020-10-131-2/+2
|
* [tests] use buffer_eq_slen() for str comparisonGlenn Strauss2020-07-081-1/+1
| | | | (substitute buffer_eq_slen() for buffer_is_equal_string())
* [tests] stub out config funcs in test_mod_*Glenn Strauss2020-07-081-0/+14
|
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-4/+2
|
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+1
| | | | (explicit (server *) not passed; available in con->srv)
* [core] array_init() arg for initial sizeGlenn Strauss2020-07-081-1/+1
|
* [mod_evhost] use config_plugin_values_init()Glenn Strauss2020-07-081-22/+4
| | | | | use array of buffers to increase performance (reduce pointer chasing)
* [mod_evhost] handle IPv6 literal addr; add testsGlenn Strauss2019-02-021-16/+38
|
* [mod_evhost] t/test_mod_evhostGlenn Strauss2018-12-031-0/+80
create t/test_mod_evhost to test mod_evhost basic logic remove tests/mod-evhost.t