History log of /lighttpd1.4/src/t/test_mod_simple_vhost.c (Results 1 – 7 of 7)
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)


Revision tags: lighttpd-1.4.54, lighttpd-1.4.53
# b2a62398 02-Dec-2018 Glenn Strauss <[email protected]>

[mod_simple_vhost] t/test_mod_simple_vhost

create t/test_mod_simple_vhost to test mod_simple_vhost basic logic
remove tests/mod-simplevhost.t, which was not testing mod_simple_vhost