Commit Graph

2980 Commits (b1cc0856d2bb4157a64df126e380c814ff859707)
 

Author SHA1 Message Date
Glenn Strauss 1f7afa9c70 [doc] minor adjust create-mime.conf.pl regex match (#2942)
4 years ago
Glenn Strauss f60f1a279e [core] extend dir redirection to take HTTP status
4 years ago
Glenn Strauss 5440f04e8a [core] fix assertion with server.error-handler (fixes #2941)
4 years ago
Glenn Strauss 37bd124ae4 [core] pass conf.follow_symlink in more places
4 years ago
Glenn Strauss 2f46736edc [build] remove -Wdeclaration-after-statement
4 years ago
Glenn Strauss 8064b7483a [mod_magnet] fix invalid script return-type crash (fixes #2938)
4 years ago
Glenn Strauss 78f24ba141 [core] silence coverity warning
4 years ago
Glenn Strauss b9e2be50c9 [mod_auth] HTTP Auth Digest algorithm=SHA-256
4 years ago
Glenn Strauss 1fb0d7e295 [core] no SOCK_NONBLOCK on QNX 7.0
4 years ago
Glenn Strauss 28895ab297 [mod_auth] pass http_auth_require_t for 401 Unauth
4 years ago
Glenn Strauss 60f4cf3ad8 [mod_auth] http_auth_info_t digest abstraction
4 years ago
Glenn Strauss 07fef25867 [mod_auth] http_auth_digest_hex2bin()
4 years ago
Glenn Strauss 9113011d5b [core] pass (fdnode *) for registered fdevent fd
4 years ago
Glenn Strauss 0e108390e5 [core] modify config parser to handle multiple }
4 years ago
Glenn Strauss d76756ca10 [core] perf: pass (fdnode *) to epoll and kqueue
4 years ago
Glenn Strauss c83fff1dda [core] release empty chunk buf when nothing read
4 years ago
Glenn Strauss 41384a3657 [core] isolate fdevent processing
4 years ago
Glenn Strauss 1a99aad1c0 [core] pull server load checks out of main loop
4 years ago
Glenn Strauss 99f8ae0d0d [mod_openssl] use 16k static buffer instead of 64k
4 years ago
Glenn Strauss 4e6e787a0d [core] remove redundant check for allow_http11
4 years ago
Glenn Strauss 800e9b7349 [core] remove fde_ndx member outside fdevents
4 years ago
Glenn Strauss 0a46f7ec23 [core] some fdevent code streamlining
4 years ago
Glenn Strauss 8441c9e8e8 [core] config option to allow GET w/ request body
4 years ago
Glenn Strauss 8167497899 [mod_proxy] pass Content-Length to backend if > 0
4 years ago
Glenn Strauss 8efa6a34f4 [mod_openssl] default: ssl.cipher-list = "HIGH"
4 years ago
Glenn Strauss 3e200717cc [mod_openssl] inherit cipherlist from global scope
4 years ago
Glenn Strauss 1542e44bb7 [core] use openssl to read,discard request body
4 years ago
Glenn Strauss fca9e5a0b1 [core] prefer memchr() over strchr()
4 years ago
Glenn Strauss fc914ae442 [core] map FDEVENT_* to OS system event frameworks
4 years ago
Stefan Bühler 9232145024 [core] poll: fdarray uses fd as index, not fde_ndx
4 years ago
Stefan Bühler 1bd1d559b5 [core] don't call fd event handlers more than once, they might already be gone (fixes segfault)
4 years ago
Glenn Strauss f5f221eda8 [core] dispatch events from within event framework
4 years ago
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