summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] refresh/update dependency lists in docGlenn Strauss2021-11-302-24/+21
* [mod_auth] quiet coverity warningGlenn Strauss2021-11-291-1/+1
* [tests] t/test_mod_ssi adjust to follow symlinksGlenn Strauss2021-11-281-0/+1
* [mod_dirlisting] fix bug not showing HEADER.txtGlenn Strauss2021-11-281-1/+1
* [mod_auth] RFC7616 HTTP Digest username* userhashGlenn Strauss2021-11-285-24/+201
* [build] fix CMake pcre2 detectionGlenn Strauss2021-11-241-1/+1
* [core] fix compiler warning in 32-bit buildGlenn Strauss2021-11-241-1/+1
* [build] CI builds now use pcre2 (upgrade pcre)Glenn Strauss2021-11-231-3/+4
* [build] configure.ac with AC_PROG_CC_C99 (fixes #3116)Glenn Strauss2021-11-221-0/+1
* [core] allocate pcre output vector on demandGlenn Strauss2021-11-226-16/+22
* [core] allocate one fewer cond_match_t, if neededGlenn Strauss2021-11-225-8/+7
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-2218-53/+447
* [core] extend pcre_keyvalue_ctx to pass more stateGlenn Strauss2021-11-214-22/+30
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-2010-33/+16
* [core] save pcre result state in config_pcre_matchGlenn Strauss2021-11-201-11/+18
* [core] save config regex captures only if usedGlenn Strauss2021-11-1911-36/+94
* [tests] t/test_mod needs -ldl on DebianGlenn Strauss2021-11-182-1/+2
* [mod_dirlisting] (experimental) json (disabled)Glenn Strauss2021-11-171-9/+186
* [core] buffer_append_string_encoded_json()Glenn Strauss2021-11-172-0/+81
* [mod_dirlisting] check for disabled cache at startGlenn Strauss2021-11-171-2/+4
* [core] get_http_method_key() tweakGlenn Strauss2021-11-171-1/+1
* [tests] combine tests into test_common.cGlenn Strauss2021-11-1711-177/+94
* [mod_evasive] update comment to add referencesGlenn Strauss2021-11-151-2/+13
* [tests] t/test_mod_evasive.cGlenn Strauss2021-11-155-0/+77
* [mod_evasive] smaller funcs for testingGlenn Strauss2021-11-151-23/+27
* [tests] remove unused mod from tests/lighttpd.confGlenn Strauss2021-11-151-6/+0
* [tests] t/test_mod_alias.cGlenn Strauss2021-11-155-0/+116
* [tests] t/test_mod now runs all t/test_mod_*.cGlenn Strauss2021-11-1512-460/+88
* [core] better asm for binary num to ascii stringGlenn Strauss2021-11-123-25/+32
* [core] uint_fast32_t tweaksGlenn Strauss2021-11-122-6/+9
* [mod_ssi] merge mod_ssi_expr.c into mod_ssi.cGlenn Strauss2021-11-128-391/+377
* [mod_ssi] remove mod_ssi parser generator fileGlenn Strauss2021-11-128-201/+28
* [mod_ssi] fix ancient bugs; replace cond parserGlenn Strauss2021-11-122-193/+209
* [mod_ssi] 0-init ssi_val_t in ssi_ctx_tGlenn Strauss2021-11-121-0/+1
* [tests] mod_ssi tests moved to src/t/test_mod_ssiGlenn Strauss2021-11-128-47/+2
* [core] use ck_assert() in vector.[ch]Glenn Strauss2021-11-072-6/+6
* [doc] improve sample configsGlenn Strauss2021-11-051-57/+32
* [doc] expand vhosts.templateGlenn Strauss2021-11-051-10/+10
* [doc] improve sample configsIstiak Ferdous2021-11-053-26/+19
* [core] fix removal of server.pid-file when testing (fixes #3115)Glenn Strauss2021-11-051-5/+5
* [core] run plugin cleanup hooks in reverseGlenn Strauss2021-11-051-7/+17
* [tests] reenable test_mod_ssi in cmakeGlenn Strauss2021-11-054-28/+35
* [tests] disable test_mod_ssi in cmake (temporary)Glenn Strauss2021-11-041-3/+3
* [tests] disable test_mod_ssi in cmake (temporary)Glenn Strauss2021-11-041-25/+25
* [core] libev EV_ERROR conflicts with kqueueGlenn Strauss2021-11-041-0/+7
* [mod_cgi] check fd-to-cgi not -1 before closeGlenn Strauss2021-11-041-0/+1
* [core] warn if dynamic modules before mod_authGlenn Strauss2021-11-041-0/+20
* [core] use TCP_CORK w/ TLS if cq length > 16kGlenn Strauss2021-11-031-1/+1
* [core] close backend socket fds more quicklyGlenn Strauss2021-11-031-1/+1
* [core] fdevent_fdnode.c separate from fdevent.cGlenn Strauss2021-11-026-134/+176