summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-25nginx-1.20.1-RELEASErelease-1.20.1Maxim Dounin1-0/+26
2021-05-25Resolver: explicit check for compression pointers in question.Maxim Dounin1-0/+6
2021-05-25Resolver: simplified ngx_resolver_copy().Maxim Dounin1-8/+5
2021-05-25Resolver: reworked ngx_resolver_copy() copy loop.Maxim Dounin1-11/+7
2021-05-25Resolver: fixed label types handling in ngx_resolver_copy().Maxim Dounin1-0/+5
2021-05-25Resolver: fixed off-by-one read in ngx_resolver_copy().Maxim Dounin1-0/+5
2021-05-25Resolver: fixed off-by-one write in ngx_resolver_copy().Maxim Dounin1-4/+4
2021-05-25Version bump.Maxim Dounin1-2/+2
2021-04-20release-1.20.0 tagMaxim Dounin1-0/+1
2021-04-20nginx-1.20.0-RELEASErelease-1.20.0Maxim Dounin1-0/+14
2021-04-20Stable branch.Maxim Dounin1-2/+2
2021-04-13release-1.19.10 tagMaxim Dounin1-0/+1
2021-04-13nginx-1.19.10-RELEASErelease-1.19.10Maxim Dounin1-0/+43
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2-2/+2
2021-04-08Added $connection_time variable.Maxim Dounin1-0/+30
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin10-1/+46
2021-04-07HTTP/2: relaxed PRIORITY frames limit.Maxim Dounin1-1/+1
2021-04-05Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin2-23/+25
2021-04-05Gzip: updated handling of zlib variant from Intel.Maxim Dounin1-26/+9
2021-04-05Gzip: support for zlib-ng.Maxim Dounin1-2/+21
2021-04-05Version bump.Maxim Dounin1-2/+2
2021-03-30release-1.19.9 tagMaxim Dounin1-0/+1
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