summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-09-25release-1.15.4 tagMaxim Dounin1-0/+1
2018-09-25nginx-1.15.4-RELEASErelease-1.15.4Maxim Dounin1-0/+90
2018-09-25SSL: logging level of "no suitable signature algorithm".Maxim Dounin1-0/+6
2018-09-25SSL: logging level of "no suitable key share".Maxim Dounin1-0/+6
2018-09-24Cache: status must be less then 599 in *_cache_valid directives.Gena Makhomed1-1/+1
2018-09-19Removed bgcolor attribute on body in error pages and autoindex.Nova DasSarma2-35/+35
2018-09-21SSL: support for TLSv1.3 early data with OpenSSL.Sergey Kandaurov2-44/+451
2018-09-21SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.Maxim Dounin1-0/+10
2018-09-21Rewrite: removed r->err_status special handling (ticket #1634).Maxim Dounin1-9/+1
2018-09-21Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin2-28/+40
2018-09-10SSL: restore handlers after blocking.Maxim Dounin1-0/+28
2018-09-10SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.Maxim Dounin1-4/+8
2018-09-10Lingering close changed to handle NGX_AGAIN.Maxim Dounin1-0/+4
2018-09-03gRPC: disabled keepalive when sending control frames was blocked.Maxim Dounin1-0/+12
2018-09-03gRPC: improved keepalive handling.Maxim Dounin1-33/+67
2018-09-03Uwsgi: added a check on maximum uwsgi request size.Maxim Dounin1-0/+6
2018-09-03Uwsgi: style.Maxim Dounin1-2/+2
2018-08-30Version bump.Roman Arutyunyan1-2/+2
2018-08-29Stream: avoid potential infinite loop at preread phase.Roman Arutyunyan1-15/+21
2018-08-28release-1.15.3 tagMaxim Dounin1-0/+1
2018-08-28nginx-1.15.3-RELEASErelease-1.15.3Maxim Dounin1-0/+97
2018-08-28Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2018-08-24Upstream: fixed request chain traversal (ticket #1618).Vladimir Homutov1-1/+1
2018-08-10Upstream keepalive: keepalive_requests directive.Maxim Dounin2-0/+16
2018-08-10Upstream keepalive: keepalive_timeout directive.Maxim Dounin1-5/+20
2018-08-10Upstream keepalive: comment added.Maxim Dounin1-0/+2
2018-08-10SSL: fixed build with LibreSSL 2.8.0 (ticket #1605).Maxim Dounin1-0/+4
2018-08-10A link to the error_log directive on nginx.org removed.Maxim Konovalov1-1/+1
2018-08-09HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin1-2/+5
2018-08-09Skipping spaces in configuration files (ticket #1557).Maxim Dounin1-3/+4
2018-08-07SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin4-0/+61
2018-08-07SSL: enabled TLSv1.3 with BoringSSL.Maxim Dounin1-0/+5
2018-08-02Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov1-2/+0
2018-08-01Dav: changed COPY of a file to preserve access mask.Maxim Dounin1-1/+1
2018-08-01Dav: changed ngx_copy_file() to preserve access and mtime.Maxim Dounin1-9/+13
2018-08-01Dav: fixed ngx_copy_file() to truncate destination file.Maxim Dounin1-2/+1
2018-07-24Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov4-5/+10
2018-07-24Version bump.Sergey Kandaurov1-2/+2
2018-07-24release-1.15.2 tagMaxim Dounin1-0/+1
2018-07-24nginx-1.15.2-RELEASErelease-1.15.2Maxim Dounin1-0/+86
2018-07-22Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin1-2/+2
2018-07-18Stream ssl_preread: added SSLv2 Client Hello support.Sergey Kandaurov1-2/+14
2018-07-17Fixed invalid access to location defined as an empty string.Ruslan Ermilov6-6/+6
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov9-12/+139
2018-07-16SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).Maxim Dounin1-0/+4
2018-07-16SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin2-2/+2
2018-07-16SSL: logging levels of "unsupported protocol", "version too low".Maxim Dounin1-0/+4
2018-07-12Events: added configuration check on the number of connections.Maxim Dounin1-0/+15
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin5-14/+30
2018-07-11Stream ssl_preread: $ssl_preread_protocol variable.Roman Arutyunyan1-6/+93