log

age author description
Mon, 29 May 2017 16:34:35 +0300 Maxim Dounin Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
Mon, 29 May 2017 16:34:29 +0300 Maxim Dounin SSL: set TCP_NODELAY on SSL connections before handshake.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Thu, 25 May 2017 15:57:59 +0300 Roman Arutyunyan Background subrequests for cache updates.
Wed, 24 May 2017 13:17:08 +0300 Roman Arutyunyan Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).
Tue, 23 May 2017 20:19:39 +0300 Valentin Bartenev HTTP/2: fixed segfault when memory allocation failed.
Mon, 22 May 2017 16:34:47 +0300 Maxim Dounin Contrib: proper syntax parsing in vim syntax highlighting.
Thu, 18 May 2017 18:39:16 +0300 Dmitry Volyntsev Cache: ignore long locked entries during forced expire.
Thu, 18 May 2017 14:17:00 +0300 Sergey Kandaurov Upstream: fixed u->headers_in.headers allocation error handling.
Mon, 15 May 2017 20:09:44 +0300 Maxim Dounin Configure: recent Sun C versions.
Mon, 15 May 2017 20:09:43 +0300 Maxim Dounin Configure: disabled gcc atomics with Sun C (ticket #1261).
Mon, 15 May 2017 20:09:40 +0300 Maxim Dounin Configure: style.
Mon, 15 May 2017 17:17:01 +0300 Ruslan Ermilov Realip: allow hostnames in set_real_ip_from (ticket #1180).
Mon, 15 May 2017 17:16:32 +0300 Ruslan Ermilov Access: simplified rule parser code.
Wed, 03 May 2017 15:15:56 +0300 Sergey Kandaurov SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259).
Tue, 25 Apr 2017 23:39:13 +0300 Ruslan Ermilov Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Tue, 25 Apr 2017 23:39:06 +0300 Ruslan Ermilov Version bump.
Tue, 25 Apr 2017 17:18:22 +0300 Maxim Dounin release-1.13.0 tag
Tue, 25 Apr 2017 17:18:21 +0300 Maxim Dounin nginx-1.13.0-RELEASE release-1.13.0
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Mon, 24 Apr 2017 14:16:57 +0300 Valentin Bartenev HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
Thu, 20 Apr 2017 18:26:38 +0300 Sergey Kandaurov Gzip static: use an appropriate error on memory allocation failure.
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Thu, 20 Apr 2017 13:58:16 +0300 Igor Sysoev Core: signal sender pid logging.
Tue, 18 Apr 2017 19:55:23 +0300 Sergey Kandaurov Sub filter: restored ngx_http_set_ctx() at the proper place.
Tue, 18 Apr 2017 16:08:46 +0300 Sergey Kandaurov SSL: compatibility with OpenSSL master branch.
Tue, 18 Apr 2017 16:08:44 +0300 Sergey Kandaurov SSL: disabled renegotiation detection in client mode.
Tue, 18 Apr 2017 15:12:38 +0300 Sergey Kandaurov SSL: added support for TLSv1.3 in ssl_protocols directive.
Tue, 11 Apr 2017 16:41:53 +0300 Roman Arutyunyan Set UDP datagram source address (ticket #1239).