log

age author description
Mon, 19 Oct 2015 21:28:02 +0300 Maxim Dounin Fixed handling of empty root.
Mon, 19 Oct 2015 21:22:38 +0300 Maxim Dounin SSL: preserve default server context in connection (ticket #235).
Mon, 19 Oct 2015 16:16:47 +0300 Valentin Bartenev HTTP/2: fixed parsing of literal header fields without indexing.
Wed, 07 Oct 2015 22:19:42 +0300 Vladimir Homutov SSL: handled long string truncation in ngx_ssl_error().
Tue, 06 Oct 2015 08:57:09 +0300 Ruslan Ermilov Stream: delete proxy connection timer after SSL handshake.
Sun, 12 Jul 2015 08:31:38 -0700 Kurtis Nusbaum Extract out version info function.
Mon, 28 Sep 2015 20:02:05 +0300 Valentin Bartenev HTTP/2: fixed $server_protocol value (ticket #800).
Thu, 24 Sep 2015 17:19:08 +0300 Maxim Dounin SSL: compatibility with OpenSSL master branch.
Thu, 24 Sep 2015 17:18:42 +0300 Maxim Dounin Version bump.
Tue, 22 Sep 2015 17:36:22 +0300 Maxim Dounin release-1.9.5 tag
Tue, 22 Sep 2015 17:36:21 +0300 Maxim Dounin nginx-1.9.5-RELEASE release-1.9.5
Tue, 22 Sep 2015 17:09:50 +0300 Maxim Dounin Style.
Tue, 15 Sep 2015 17:49:15 +0300 Valentin Bartenev Increased the default number of output buffers.
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed header block parsing with CONTINUATION frames (#792).
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed HPACK header field parsing.
Mon, 21 Sep 2015 23:08:34 +0300 Roman Arutyunyan Sub filter: fixed initialization in http{} level (ticket #791).
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Fri, 11 Sep 2015 17:04:40 +0300 Maxim Dounin Core: fixed segfault with null in wildcard hash names.
Fri, 11 Sep 2015 17:04:04 +0300 Maxim Dounin Fixed segfault with incorrect location nesting.
Fri, 11 Sep 2015 17:03:56 +0300 Maxim Dounin Cache: check the whole cache key in addition to hashes.
Thu, 03 Sep 2015 15:09:21 +0300 Roman Arutyunyan Upstream: fixed cache send error handling.
Wed, 02 Sep 2015 19:45:40 +0300 Valentin Bartenev Fixed building --with-debug, broken by 6fce16b1fc10.
Wed, 02 Sep 2015 19:26:40 +0300 Valentin Bartenev Writing to some file systems can be interrupted.
Mon, 31 Aug 2015 23:26:33 +0300 Valentin Bartenev Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.
Mon, 31 Aug 2015 23:25:16 +0300 Valentin Bartenev Added protection against r->main->count overflow by subrequests.
Sun, 23 Aug 2015 21:03:32 +0300 Valentin Bartenev Limit recursive subrequests instead of simultaneous.
Sun, 23 Aug 2015 21:03:29 +0300 Valentin Bartenev Version bump.
Tue, 18 Aug 2015 18:16:17 +0300 Maxim Dounin release-1.9.4 tag
Tue, 18 Aug 2015 18:16:17 +0300 Maxim Dounin nginx-1.9.4-RELEASE release-1.9.4
Tue, 18 Aug 2015 16:26:18 +0300 Maxim Dounin Perl: prototyping behavior explicitly specified.