Commit Graph

4341 Commits (96fd7e5d04d4e5cb609c876eae4176aa6cf2d7a5)
 

Author SHA1 Message Date
Glenn Strauss 05dc3d123a [core] better asm for binary num to ascii string
1 year ago
Glenn Strauss 57c0859fd7 [core] uint_fast32_t tweaks
1 year ago
Glenn Strauss 741513ecd1 [mod_ssi] merge mod_ssi_expr.c into mod_ssi.c
1 year ago
Glenn Strauss 457362cbe3 [mod_ssi] remove mod_ssi parser generator file
1 year ago
Glenn Strauss 43c5093a20 [mod_ssi] fix ancient bugs; replace cond parser
1 year ago
Glenn Strauss 0d9a8ed0aa [mod_ssi] 0-init ssi_val_t in ssi_ctx_t
1 year ago
Glenn Strauss adf2f816df [tests] mod_ssi tests moved to src/t/test_mod_ssi
1 year ago
Glenn Strauss 699209103c [core] use ck_assert() in vector.[ch]
1 year ago
Glenn Strauss be82f3d2e1 [doc] improve sample configs
1 year ago
Glenn Strauss 55d787cd55 [doc] expand vhosts.template
1 year ago
Istiak Ferdous 299220ac0d [doc] improve sample configs
1 year ago
Glenn Strauss feb9b0c4a7 [core] fix removal of server.pid-file when testing (fixes #3115)
1 year ago
Glenn Strauss 9974b57aa5 [core] run plugin cleanup hooks in reverse
1 year ago
Glenn Strauss 8c7b86a316 [tests] reenable test_mod_ssi in cmake
1 year ago
Glenn Strauss d1f4bc98b9 [tests] disable test_mod_ssi in cmake (temporary)
1 year ago
Glenn Strauss e93093422c [tests] disable test_mod_ssi in cmake (temporary)
1 year ago
Glenn Strauss fe7d5a762d [core] libev EV_ERROR conflicts with kqueue
1 year ago
Glenn Strauss ec50657efe [mod_cgi] check fd-to-cgi not -1 before close
1 year ago
Glenn Strauss 8b10f94c07 [core] warn if dynamic modules before mod_auth
1 year ago
Glenn Strauss 9cdb812c96 [core] use TCP_CORK w/ TLS if cq length > 16k
1 year ago
Glenn Strauss b376934b67 [core] close backend socket fds more quickly
1 year ago
Glenn Strauss 0f51b3728a [core] fdevent_fdnode.c separate from fdevent.c
1 year ago
Glenn Strauss 7113dcb49b [core] merge fdevent impls into fdevent_impl.c
1 year ago
Glenn Strauss ec52917755 [core] fdevent_impl.c separate from fdevent.c
1 year ago
Glenn Strauss b7a8fd468f [core] fdevent_socket_nb_cloexec_init()
1 year ago
Glenn Strauss 84449e1497 [tests] t/test_mod_ssi
1 year ago
Glenn Strauss 98ba0310c4 [core] explicitly include sys/cdefs.h
1 year ago
Glenn Strauss c29268cd9e [core] remove redundant asserts
1 year ago
Glenn Strauss 563eaea00d [core] 'struct log_error_st' -> 'log_error_st'
1 year ago
Glenn Strauss d361f9cca0 [core] clean up fdlog_st and log_error_st decls
1 year ago
Glenn Strauss 584a69c4ae [mod_alias] fix use-after-free bug (fixes #3114)
1 year ago
Glenn Strauss 1540fdeab9 - next is 1.4.62
1 year ago
Glenn Strauss 3cf695d34b [doc] NEWS
1 year ago
Glenn Strauss e8eac0c2ad [core] chunkqueue_small_resp_optim() comment
1 year ago
Glenn Strauss 90f062cb07 [core] add HTTP/2 check resp finished w/ empty cq (#3111)
1 year ago
Glenn Strauss ac9c9935a2 [multiple] add assert after malloc in two spots
1 year ago
Glenn Strauss 7edb1956f3 [mod_auth] clear crypt() output if len >= 13
1 year ago
Glenn Strauss a067d99fa0 [core] chunkqueue_small_resp_optim if resp < 16k
1 year ago
Glenn Strauss 9a442b5555 [core] tighten chunkqueue_small_resp_optim()
1 year ago
Glenn Strauss 92cdf84951 [doc] uncomment mod_auth load in conf.d/auth.conf
1 year ago
Glenn Strauss 41564a7e92 [core] tighten chunkqueue_mark_written; better asm
1 year ago
Glenn Strauss 3964a6ac39 [core] pwritev w/ chunkqueue_steal_with_tempfiles
1 year ago
Glenn Strauss 5c18891a94 [build] check for preadv(), pwritev()
1 year ago
Glenn Strauss 907ec27737 [core] tighten chunkqueue_steal* code; better asm
1 year ago
Glenn Strauss 9466afd909 [core] remove redundant checks in same context
1 year ago
Glenn Strauss f71b048160 [multiple] warn deprecated mods slated for removal
1 year ago
Glenn Strauss fe055165d8 [mod_ajp13,mod_fastcgi] recv_parse smaller funcs
1 year ago
Glenn Strauss c22a56fe3b [core] restart dead proc on connect error if local
1 year ago
Glenn Strauss 18ed51f06d [mod_proxy] Length Req if proxy forcing HTTP/1.0
1 year ago
Glenn Strauss 1acf9db7d3 [mod_ajp13,mod_fastcgi] check resp w/ content len
1 year ago