Commit Graph

3198 Commits (aca9d45adf4fa0f98b98641ef515882580c0f1f9)
 

Author SHA1 Message Date
Glenn Strauss 9459c05468 [core] fix mixed use of srv->split_vals array (fixes #2932)
4 years ago
Glenn Strauss 13f957d283 [core] simpler loops to run plugin hooks
4 years ago
Glenn Strauss c38eddfc29 [core] skip plugins_call_cleanup if not init'ed
4 years ago
Glenn Strauss b1a9f335c6 [core] connection_handle_write() updates con state
4 years ago
Glenn Strauss 4713b6a61c [core] con->is_ssl_sock
4 years ago
Glenn Strauss d28bac32fe [multiple] reduce code dup in list resizing
4 years ago
Glenn Strauss 31b546e367 [core] fix gw_backend spelling of directive in err
4 years ago
Glenn Strauss 74b18c385c [core] no keep-alive if POLLRDHUP,empty read queue
4 years ago
Glenn Strauss 9948537721 [core] discard oversized trailers
4 years ago
Glenn Strauss b2c18f480d [mod_auth] minor: adjust config validation
4 years ago
Glenn Strauss 25bb4406fa [mod_deflate] honor request for x-gzip, x-bzip2
4 years ago
Glenn Strauss 859c9ae586 [multiple] minor: remove duplicated conditions
4 years ago
Glenn Strauss daa5f7c576 [mod_accesslog] attempt to reconstruct req line
4 years ago
Glenn Strauss 950832af67 [core] RFC7230 HTTP-version parse
4 years ago
Glenn Strauss 9149b56418 [core] get_http_method_key() match by strlen first
4 years ago
Glenn Strauss b9a37291cb [core] lift code out of request line parse loop
4 years ago
Glenn Strauss e5d61e9a5f [core] http_request_parse() mark error paths cold
4 years ago
Glenn Strauss e0a35b75c0 [core] mark log_error_write*() funcs cold
4 years ago
Glenn Strauss 23b0d867c5 [core] replace con->response.keep_alive
4 years ago
Glenn Strauss 25185d1de0 [core] pass req hdrs buffer to http_request_parse
4 years ago
Glenn Strauss 7493d628b9 [core] prefer buffer_caseless_compare()
4 years ago
Glenn Strauss 7f8fd8ad09 [core] make parse_request,request.request same buf
4 years ago
Glenn Strauss d7ad5819e6 [core] copy request only if might need for logging
4 years ago
Glenn Strauss a620f80b77 [core] log_request_header_on_error in one place
4 years ago
Glenn Strauss 9ab5469365 [core] parse request in connection_read_header()
4 years ago
Glenn Strauss 8426b94161 [core] perf: optimize connection_read_header()
4 years ago
Glenn Strauss 21afabb8f8 [core] helper funcs for connection_state_machine()
4 years ago
Glenn Strauss 9e55fd72b5 [core] quickly clear request buffer for reuse
4 years ago
Glenn Strauss 79aa8613e1 [core] store joblist pointer on stack
4 years ago
Glenn Strauss b8532fe073 [mod_staticfile] search ext array if not empty
4 years ago
Glenn Strauss c8f9658536 [core] remove server.h
4 years ago
Glenn Strauss aa2d0fb087 [core] srv->max_fds_lowat and srv->max_fds_hiwat
4 years ago
Glenn Strauss 653b0dac7c [core] fdevent_process()
4 years ago
Glenn Strauss aa34dfd32b [core] some server_main_loop() cleanup
4 years ago
Glenn Strauss fb9b8ad8ae [core] mark startup/shutdown funcs cold
4 years ago
Glenn Strauss 413c0e557e [core] separate server_main_loop() func, mark hot
4 years ago
Glenn Strauss 142e54b2a8 [mod_evhost] handle IPv6 literal addr; add tests
4 years ago
Glenn Strauss 40ded06b08 - next is 1.4.54
4 years ago
Glenn Strauss 4d3447fd44 [doc] NEWS
4 years ago
Glenn Strauss 2769f19ad3 [mod_openssl] ssl.privkey directive (optional)
4 years ago
Martin Storsjö 3ac7764cfe [core] Fix recursive include_shell invocations
4 years ago
Glenn Strauss b17d3c2407 [mod_openssl] ALPN and acme-tls/1 (fixes #2931)
4 years ago
Glenn Strauss f77cfe7ca8 [core] con->uri.scheme is maintained lowercase
4 years ago
Glenn Strauss 05d20bcac2 [mod_webdav] compare COPY, MOVE Destination scheme
4 years ago
Glenn Strauss b31e7840d5 [multiple] quiet clang --analyze where trivial
4 years ago
Glenn Strauss a929de7ae5 [multiple] calloc match ptr type (clang --analyze)
4 years ago
Glenn Strauss 69d17e04cd [mod_expire] look up expire fallback "" explicitly
4 years ago
Glenn Strauss 4608ddec2f [build] autotools: try mysqlclient.pc and mariadb.pc (fixes #2925)
4 years ago
Glenn Strauss ce7b47c015 [core] systemd socket activation support
4 years ago
Glenn Strauss 5b0e27f8ad [core] network_srv_sockets_append() shared code
4 years ago