History log of /lighttpd1.4/src/t/test_mod_evhost.c (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68, lighttpd-1.4.67, lighttpd-1.4.66, lighttpd-1.4.65, lighttpd-1.4.64, lighttpd-1.4.63, lighttpd-1.4.62
# 9b3fa6eb 11-Nov-2021 Glenn Strauss <[email protected]>

[tests] t/test_mod now runs all t/test_mod_*.c

combine into a single executable to reduce compilation/link redundancy


Revision tags: lighttpd-1.4.61, lighttpd-1.4.60, lighttpd-1.4.59, lighttpd-1.4.58, lighttpd-1.4.57, lighttpd-1.4.56, lighttpd-1.4.56-rc7, lighttpd-1.4.56-rc6, lighttpd-1.4.56-rc5, lighttpd-1.4.56-rc4, lighttpd-1.4.56-rc3, lighttpd-1.4.56-rc2, lighttpd-1.4.56-rc1
# f846a392 09-Oct-2020 Glenn Strauss <[email protected]>

[multiple] use stat_cache_path_isdir()


Revision tags: lighttpd-1.4.55
# 17e0b6fe 22-Jan-2020 Glenn Strauss <[email protected]>

[tests] use buffer_eq_slen() for str comparison

(substitute buffer_eq_slen() for buffer_is_equal_string())


# 8b7e1109 20-Jan-2020 Glenn Strauss <[email protected]>

[tests] stub out config funcs in test_mod_*


# 68d8d4c5 05-Dec-2019 Glenn Strauss <[email protected]>

[multiple] stat_cache singleton


# 50bdb55d 26-Nov-2019 Glenn Strauss <[email protected]>

[multiple] connection hooks no longer get (srv *)

(explicit (server *) not passed; available in con->srv)


# 24680a91 22-Nov-2019 Glenn Strauss <[email protected]>

[core] array_init() arg for initial size


# d1fba244 03-Nov-2019 Glenn Strauss <[email protected]>

[mod_evhost] use config_plugin_values_init()

use array of buffers to increase performance
(reduce pointer chasing)


Revision tags: lighttpd-1.4.54
# 142e54b2 02-Feb-2019 Glenn Strauss <[email protected]>

[mod_evhost] handle IPv6 literal addr; add tests


Revision tags: lighttpd-1.4.53
# 8aad0916 03-Dec-2018 Glenn Strauss <[email protected]>

[mod_evhost] t/test_mod_evhost

create t/test_mod_evhost to test mod_evhost basic logic
remove tests/mod-evhost.t