summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] merge fdevent impls into fdevent_impl.cGlenn Strauss2021-11-0213-774/+799
* [core] fdevent_impl.c separate from fdevent.cGlenn Strauss2021-11-019-329/+341
* [core] fdevent_socket_nb_cloexec_init()Glenn Strauss2021-11-012-23/+31
* [tests] t/test_mod_ssiGlenn Strauss2021-11-014-0/+268
* [core] explicitly include sys/cdefs.hGlenn Strauss2021-10-301-0/+6
* [core] remove redundant assertsGlenn Strauss2021-10-291-13/+0
* [core] 'struct log_error_st' -> 'log_error_st'Glenn Strauss2021-10-291-13/+10
* [core] clean up fdlog_st and log_error_st declsGlenn Strauss2021-10-292-5/+4
* [mod_alias] fix use-after-free bug (fixes #3114)Glenn Strauss2021-10-291-2/+4
* [core] chunkqueue_small_resp_optim() commentGlenn Strauss2021-10-281-1/+5
* [core] add HTTP/2 check resp finished w/ empty cq (#3111)Glenn Strauss2021-10-281-4/+8
* [multiple] add assert after malloc in two spotsGlenn Strauss2021-10-272-0/+2
* [mod_auth] clear crypt() output if len >= 13Glenn Strauss2021-10-273-6/+10
* [core] chunkqueue_small_resp_optim if resp < 16kGlenn Strauss2021-10-271-1/+1
* [core] tighten chunkqueue_small_resp_optim()Glenn Strauss2021-10-271-25/+27
* [core] tighten chunkqueue_mark_written; better asmGlenn Strauss2021-10-271-9/+6
* [core] pwritev w/ chunkqueue_steal_with_tempfilesGlenn Strauss2021-10-271-0/+117
* [build] check for preadv(), pwritev()Glenn Strauss2021-10-273-0/+6
* [core] tighten chunkqueue_steal* code; better asmGlenn Strauss2021-10-271-42/+35
* [core] remove redundant checks in same contextGlenn Strauss2021-10-271-7/+2
* [multiple] warn deprecated mods slated for removalGlenn Strauss2021-10-275-0/+30
* [mod_ajp13,mod_fastcgi] recv_parse smaller funcsGlenn Strauss2021-10-272-25/+38
* [core] restart dead proc on connect error if localGlenn Strauss2021-10-271-3/+5
* [mod_proxy] Length Req if proxy forcing HTTP/1.0Glenn Strauss2021-10-271-2/+3
* [mod_ajp13,mod_fastcgi] check resp w/ content lenGlenn Strauss2021-10-274-36/+48
* [core] combine more dup header processing codeGlenn Strauss2021-10-271-23/+13
* [core] allow debug.log-state-handling in conditionGlenn Strauss2021-10-272-29/+17
* [mod_nss] quiet trace for PR_END_OF_FILE_ERRORGlenn Strauss2021-10-271-0/+1
* [core] clear shared log buffer after writesGlenn Strauss2021-10-271-0/+2
* [core] thwart h2 request tunnellingGlenn Strauss2021-10-271-0/+4
* [core] separate funcs to check for valid charsGlenn Strauss2021-10-271-59/+63
* [core] thwart h2c smuggling when Upgrade enabledGlenn Strauss2021-10-275-6/+17
* [mod_auth] revert adjustment to auth passwd cache (#3112)Glenn Strauss2021-10-271-2/+1
* [core] make ck_memeq_const_time() more generic (#3112)Glenn Strauss2021-10-271-8/+7
* [core] separate func for gw_authorizer_ok()Glenn Strauss2021-10-271-50/+53
* [core] resched HTTP/2 streams w/ pending data (#3111)Glenn Strauss2021-10-271-5/+8
* [core] short-circuit if response body recv w/ hdrs (fixes #3111)Glenn Strauss2021-10-271-3/+8
* [core] expose chunkqueue_remove_empty_chunks()Glenn Strauss2021-10-273-5/+5
* [core] accept up to 5 digit port num in host condGlenn Strauss2021-10-161-1/+1