summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.19.6-RELEASErelease-1.19.6Maxim Dounin2020-12-151-0/+49
* Updated OpenSSL used for win32 builds.Maxim Dounin2020-12-151-1/+1
* Fixed double close of non-regular files in flv and mp4.Maxim Dounin2020-12-112-12/+0
* Removed extra allocation for r->uri.Maxim Dounin2020-12-101-1/+1
* Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin2020-12-103-2/+26
* SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov2020-12-083-4/+4
* Upstream: excluded down servers from the next_upstream tries.Ruslan Ermilov2020-11-274-6/+36
* Version bump.Ruslan Ermilov2020-11-261-2/+2
* release-1.19.5 tagMaxim Dounin2020-11-241-0/+1
* nginx-1.19.5-RELEASErelease-1.19.5Maxim Dounin2020-11-241-0/+56
* gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov2020-11-181-0/+1
* Use .Mt to mark up email addresses.Sergey Kandaurov2020-11-191-2/+2
* Core: "-e" command line option.Igor Ippolitov2020-11-197-17/+68
* Configure: shared sources for addon modules.Maxim Dounin2020-11-103-3/+45
* Configure: initialization of NGX_ADDON_SRCS.Maxim Dounin2020-11-101-0/+1
* Configure: style.Maxim Dounin2020-11-101-5/+5
* Request body: removed error assumption (ticket #2058).Maxim Dounin2020-11-091-2/+3
* Request body: improved logging.Maxim Dounin2020-11-091-0/+3
* SSL: fixed non-working SSL shutdown on lingering close.Ruslan Ermilov2020-11-063-17/+65
* Removed dead code from ngx_http_set_keepalive().Ruslan Ermilov2020-11-061-7/+0
* Core: added format specifiers to output binary data as hex.Vladimir Homutov2020-10-284-67/+86
* Version bump.Vladimir Homutov2020-11-051-2/+2
* release-1.19.4 tagMaxim Dounin2020-10-271-0/+1
* nginx-1.19.4-RELEASErelease-1.19.4Maxim Dounin2020-10-271-0/+34
* SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2020-10-225-42/+104
* Stream: proxy_ssl_conf_command directive.Maxim Dounin2020-10-221-0/+34
* Upstream: proxy_ssl_conf_command and friends.Maxim Dounin2020-10-223-0/+104
* SSL: ssl_conf_command directive.Maxim Dounin2020-10-228-0/+176
* Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin2020-10-223-7/+11
* Cpp test: added stream.Ruslan Ermilov2020-10-131-0/+2
* Limit req: unlocking of nodes on complex value errors.Maxim Dounin2020-10-081-15/+27
* Mail: proxy_smtp_auth directive.Maxim Dounin2020-10-032-4/+87
* Version bump.Maxim Dounin2020-10-031-2/+2
* release-1.19.3 tagMaxim Dounin2020-09-291-0/+1
* nginx-1.19.3-RELEASErelease-1.19.3Maxim Dounin2020-09-291-0/+106
* Updated OpenSSL used for win32 builds.Maxim Dounin2020-09-291-1/+1
* Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin2020-09-291-1/+3
* Userid: userid_flags fixup.Maxim Dounin2020-09-291-7/+9
* Resolver: improved error messages (ticket #2024).Maxim Dounin2020-09-281-16/+16
* Userid: userid_flags directive to set cookie flags.Maxim Dounin2020-09-281-0/+72
* Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov2020-09-271-30/+552
* Proxy: changed interface of some internal functions.Ruslan Ermilov2020-09-271-32/+30
* Proxy: strengthen syntax checking for some directives.Ruslan Ermilov2020-09-271-12/+20
* Stream: set module.Pavel Pautov2020-08-283-0/+239
* SSL: abort handshake on SSL_set_SSL_CTX() errors.Sergey Kandaurov2020-09-241-1/+4
* HTTP/2: run posted requests after reading body.Maxim Dounin2020-09-231-0/+4
* HTTP/2: fixed segfault on DATA frames after 400 errors.Maxim Dounin2020-09-231-0/+7
* SSL: disabled shutdown when there are buffered data.Maxim Dounin2020-09-161-1/+1
* SSL: disabled shutdown after connection errors.Maxim Dounin2020-09-161-1/+1
* SSL: fixed event handling during shutdown.Maxim Dounin2020-09-161-0/+7