summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-15nginx-1.19.6-RELEASErelease-1.19.6Maxim Dounin1-0/+49
2020-12-15Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-12-11Fixed double close of non-regular files in flv and mp4.Maxim Dounin2-12/+0
2020-12-10Removed extra allocation for r->uri.Maxim Dounin1-1/+1
2020-12-10Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin3-2/+26
2020-12-08SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov3-4/+4
2020-11-27Upstream: excluded down servers from the next_upstream tries.Ruslan Ermilov4-6/+36
2020-11-26Version bump.Ruslan Ermilov1-2/+2
2020-11-24release-1.19.5 tagMaxim Dounin1-0/+1
2020-11-24nginx-1.19.5-RELEASErelease-1.19.5Maxim Dounin1-0/+56
2020-11-18gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov1-0/+1
2020-11-19Use .Mt to mark up email addresses.Sergey Kandaurov1-2/+2
2020-11-19Core: "-e" command line option.Igor Ippolitov7-17/+68
2020-11-10Configure: shared sources for addon modules.Maxim Dounin3-3/+45
2020-11-10Configure: initialization of NGX_ADDON_SRCS.Maxim Dounin1-0/+1
2020-11-10Configure: style.Maxim Dounin1-5/+5
2020-11-09Request body: removed error assumption (ticket #2058).Maxim Dounin1-2/+3
2020-11-09Request body: improved logging.Maxim Dounin1-0/+3
2020-11-06SSL: fixed non-working SSL shutdown on lingering close.Ruslan Ermilov3-17/+65
2020-11-06Removed dead code from ngx_http_set_keepalive().Ruslan Ermilov1-7/+0
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov4-67/+86
2020-11-05Version bump.Vladimir Homutov1-2/+2
2020-10-27release-1.19.4 tagMaxim Dounin1-0/+1
2020-10-27nginx-1.19.4-RELEASErelease-1.19.4Maxim Dounin1-0/+34
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin5-42/+104
2020-10-22Stream: proxy_ssl_conf_command directive.Maxim Dounin1-0/+34
2020-10-22Upstream: proxy_ssl_conf_command and friends.Maxim Dounin3-0/+104
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin8-0/+176
2020-10-22Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin3-7/+11
2020-10-13Cpp test: added stream.Ruslan Ermilov1-0/+2
2020-10-08Limit req: unlocking of nodes on complex value errors.Maxim Dounin1-15/+27
2020-10-03Mail: proxy_smtp_auth directive.Maxim Dounin2-4/+87
2020-10-03Version bump.Maxim Dounin1-2/+2
2020-09-29release-1.19.3 tagMaxim Dounin1-0/+1
2020-09-29nginx-1.19.3-RELEASErelease-1.19.3Maxim Dounin1-0/+106
2020-09-29Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-09-29Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin1-1/+3
2020-09-29Userid: userid_flags fixup.Maxim Dounin1-7/+9
2020-09-28Resolver: improved error messages (ticket #2024).Maxim Dounin1-16/+16
2020-09-28Userid: userid_flags directive to set cookie flags.Maxim Dounin1-0/+72
2020-09-27Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov1-30/+552
2020-09-27Proxy: changed interface of some internal functions.Ruslan Ermilov1-32/+30
2020-09-27Proxy: strengthen syntax checking for some directives.Ruslan Ermilov1-12/+20
2020-08-28Stream: set module.Pavel Pautov3-0/+239
2020-09-24SSL: abort handshake on SSL_set_SSL_CTX() errors.Sergey Kandaurov1-1/+4
2020-09-23HTTP/2: run posted requests after reading body.Maxim Dounin1-0/+4
2020-09-23HTTP/2: fixed segfault on DATA frames after 400 errors.Maxim Dounin1-0/+7
2020-09-16SSL: disabled shutdown when there are buffered data.Maxim Dounin1-1/+1
2020-09-16SSL: disabled shutdown after connection errors.Maxim Dounin1-1/+1
2020-09-16SSL: fixed event handling during shutdown.Maxim Dounin1-0/+7