summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.15.6-RELEASErelease-1.15.6Maxim Dounin2018-11-061-0/+64
* gRPC: limited allocations due to ping and settings frames.Maxim Dounin2018-11-061-0/+15
* HTTP/2: limit the number of idle state switches.Ruslan Ermilov2018-11-062-3/+11
* HTTP/2: flood detection.Ruslan Ermilov2018-11-062-1/+12
* Mp4: fixed reading 64-bit atoms.Roman Arutyunyan2018-11-061-0/+7
* Cache: improved keys zone size error reporting.Maxim Dounin2018-10-311-12/+21
* Cache: fixed minimum cache keys zone size limit.Maxim Dounin2018-10-311-1/+1
* A minor code clean for macro ngx_event_get_conf in ngx_event.h.chronolaw2018-10-191-1/+1
* SSL: explicitly set maximum version (ticket #1654).Maxim Dounin2018-10-231-0/+5
* Upstream: proxy_socket_keepalive and friends.Vladimir Homutov2018-10-0311-1/+101
* Version bump.Vladimir Homutov2018-10-031-2/+2
* release-1.15.5 tagMaxim Dounin2018-10-021-0/+1
* nginx-1.15.5-RELEASErelease-1.15.5Maxim Dounin2018-10-021-0/+27
* SSL: fixed segfault on renegotiation (ticket #1646).Maxim Dounin2018-10-021-1/+5
* Fixed off-by-one error in shared zone initialization.Ruslan Ermilov2018-10-021-1/+2
* SSL: fixed unlocked access to sess_id->len.Ruslan Ermilov2018-09-251-2/+5
* Version bump.Ruslan Ermilov2018-09-271-2/+2
* release-1.15.4 tagMaxim Dounin2018-09-251-0/+1
* nginx-1.15.4-RELEASErelease-1.15.4Maxim Dounin2018-09-251-0/+90
* SSL: logging level of "no suitable signature algorithm".Maxim Dounin2018-09-251-0/+6
* SSL: logging level of "no suitable key share".Maxim Dounin2018-09-251-0/+6
* Cache: status must be less then 599 in *_cache_valid directives.Gena Makhomed2018-09-241-1/+1
* Removed bgcolor attribute on body in error pages and autoindex.Nova DasSarma2018-09-192-35/+35
* SSL: support for TLSv1.3 early data with OpenSSL.Sergey Kandaurov2018-09-212-44/+451
* SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.Maxim Dounin2018-09-211-0/+10
* Rewrite: removed r->err_status special handling (ticket #1634).Maxim Dounin2018-09-211-9/+1
* Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin2018-09-212-28/+40
* SSL: restore handlers after blocking.Maxim Dounin2018-09-101-0/+28
* SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.Maxim Dounin2018-09-101-4/+8
* Lingering close changed to handle NGX_AGAIN.Maxim Dounin2018-09-101-0/+4
* gRPC: disabled keepalive when sending control frames was blocked.Maxim Dounin2018-09-031-0/+12
* gRPC: improved keepalive handling.Maxim Dounin2018-09-031-33/+67
* Uwsgi: added a check on maximum uwsgi request size.Maxim Dounin2018-09-031-0/+6
* Uwsgi: style.Maxim Dounin2018-09-031-2/+2
* Version bump.Roman Arutyunyan2018-08-301-2/+2
* Stream: avoid potential infinite loop at preread phase.Roman Arutyunyan2018-08-291-15/+21
* release-1.15.3 tagMaxim Dounin2018-08-281-0/+1
* nginx-1.15.3-RELEASErelease-1.15.3Maxim Dounin2018-08-281-0/+97
* Updated OpenSSL used for win32 builds.Maxim Dounin2018-08-281-1/+1
* Upstream: fixed request chain traversal (ticket #1618).Vladimir Homutov2018-08-241-1/+1
* Upstream keepalive: keepalive_requests directive.Maxim Dounin2018-08-102-0/+16
* Upstream keepalive: keepalive_timeout directive.Maxim Dounin2018-08-101-5/+20
* Upstream keepalive: comment added.Maxim Dounin2018-08-101-0/+2
* SSL: fixed build with LibreSSL 2.8.0 (ticket #1605).Maxim Dounin2018-08-101-0/+4
* A link to the error_log directive on nginx.org removed.Maxim Konovalov2018-08-101-1/+1
* HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin2018-08-091-2/+5
* Skipping spaces in configuration files (ticket #1557).Maxim Dounin2018-08-091-3/+4
* SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin2018-08-074-0/+61
* SSL: enabled TLSv1.3 with BoringSSL.Maxim Dounin2018-08-071-0/+5
* Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov2018-08-021-2/+0