summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dav: changed COPY of a file to preserve access mask.Maxim Dounin2018-08-011-1/+1
* Dav: changed ngx_copy_file() to preserve access and mtime.Maxim Dounin2018-08-011-9/+13
* Dav: fixed ngx_copy_file() to truncate destination file.Maxim Dounin2018-08-011-2/+1
* Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov2018-07-244-5/+10
* Version bump.Sergey Kandaurov2018-07-241-2/+2
* release-1.15.2 tagMaxim Dounin2018-07-241-0/+1
* nginx-1.15.2-RELEASErelease-1.15.2Maxim Dounin2018-07-241-0/+86
* Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin2018-07-221-2/+2
* Stream ssl_preread: added SSLv2 Client Hello support.Sergey Kandaurov2018-07-181-2/+14
* Fixed invalid access to location defined as an empty string.Ruslan Ermilov2018-07-176-6/+6
* SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov2018-07-179-12/+139
* SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).Maxim Dounin2018-07-161-0/+4
* SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin2018-07-162-2/+2
* SSL: logging levels of "unsupported protocol", "version too low".Maxim Dounin2018-07-161-0/+4
* Events: added configuration check on the number of connections.Maxim Dounin2018-07-121-0/+15
* Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin2018-07-125-14/+30
* Stream ssl_preread: $ssl_preread_protocol variable.Roman Arutyunyan2018-07-111-6/+93
* Allow resetting connections closed by "return 444" (ticket #905).Ruslan Ermilov2018-07-121-0/+1