summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-30nginx-1.19.9-RELEASErelease-1.19.9Maxim Dounin1-0/+62
2021-03-30Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2021-03-28Fixed handling of already closed connections.Maxim Dounin3-7/+22
2021-03-28Upstream: fixed broken connection check with eventport.Maxim Dounin1-0/+6
2021-03-28Upstream: fixed non-buffered proxying with eventport.Maxim Dounin1-3/+1
2021-03-28Resolver: added missing event handling after reading.Maxim Dounin1-2/+17
2021-03-28Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin1-1/+1
2021-03-26Events: fixed expiration of timers in the past.Maxim Dounin1-3/+1
2021-03-26HTTP/2: improved handling of "keepalive_timeout 0".Maxim Dounin1-1/+3
2021-03-24Cancel keepalive and lingering close on EOF better (ticket #2145).Sergey Kandaurov1-5/+5
2021-03-23gRPC: fixed handling of padding on DATA frames.Maxim Dounin1-11/+24
2021-03-11Removed "ch" argument from ngx_pass_open_channel().Ruslan Ermilov1-39/+18
2021-03-11Mail: fixed build without SSL.Maxim Dounin2-5/+7
2021-03-11Version bump.Maxim Dounin1-2/+2
2021-03-09release-1.19.8 tagMaxim Dounin1-0/+1
2021-03-09nginx-1.19.8-RELEASErelease-1.19.8Maxim Dounin1-0/+62
2021-03-09Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2021-03-05Mail: sending of the PROXY protocol to backends.Maxim Dounin2-7/+133
2021-03-05Mail: realip module.Maxim Dounin4-0/+281
2021-03-05Mail: parsing of the PROXY protocol from clients.Maxim Dounin5-4/+132
2021-03-05Mail: made auth http creating request easier to extend.Maxim Dounin1-13/+29
2021-03-05Mail: fixed log action after SSL handshake.Maxim Dounin1-0/+2
2021-03-05Mail: postponed session initialization under accept mutex.Maxim Dounin2-1/+29
2021-03-05Mail: added missing event handling after reading data.Maxim Dounin5-8/+75
2021-03-05Mail: added missing event handling after blocking events.Maxim Dounin3-0/+18
2021-03-05Events: fixed eventport handling in ngx_handle_read_event().Maxim Dounin1-1/+1
2021-03-05SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin7-14/+14
2021-03-02Proxy: variables support in "proxy_cookie_flags" flags.Ruslan Ermilov1-26/+63
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin2-7/+67
2021-03-01Improved maximum errno detection.Maxim Dounin2-34/+85
2021-03-01HTTP/2: client_header_timeout before first request (ticket #2142).Maxim Dounin1-2/+5
2021-02-25Contrib: vim syntax, default highlighting (ticket #2141).Maxim Dounin1-21/+21
2021-02-20SSL: added check for debugging.Maxim Dounin1-0/+8
2021-02-20SSL: added missed error reporting during variables evaluation.Maxim Dounin1-4/+13
2021-02-20SSL: X509_NAME_oneline() error handling.Maxim Dounin1-5/+37
2021-02-20Configure: marked top-level make targets as phony.Ruslan Ermilov2-0/+4
2021-02-20Version bump.Ruslan Ermilov1-2/+2
2021-02-16release-1.19.7 tagMaxim Dounin1-0/+1
2021-02-16nginx-1.19.7-RELEASErelease-1.19.7Maxim Dounin1-0/+86
2021-02-11HTTP/2: removed http2_max_field_size and http2_max_header_size.Maxim Dounin3-29/+32
2021-02-11HTTP/2: keepalive_timeout now armed once between requests.Maxim Dounin1-24/+15
2021-02-11HTTP/2: removed http2_idle_timeout and http2_max_requests.Maxim Dounin3-31/+39
2021-02-11HTTP/2: removed http2_recv_timeout.Maxim Dounin3-14/+42
2021-02-11HTTP/2: removed SPDY directives handling.Maxim Dounin2-77/+0
2021-02-11HTTP/2: fixed reusing connections with active requests.Maxim Dounin1-0/+1
2021-02-11HTTP/2: reuse of connections with incomplete frames.Maxim Dounin1-1/+7
2021-02-11Additional connections reuse.Maxim Dounin1-0/+16
2021-02-11Reuse of connections in lingering close.Maxim Dounin2-2/+8
2021-02-01HTTP/2: lingering close changed to handle NGX_AGAIN.Ruslan Ermilov1-0/+4
2021-01-26Clean up trailers in ngx_http_clean_header() as well.Sergey Kandaurov1-0/+4