log

age author description
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.
Tue, 18 Aug 2015 16:26:05 +0300 Maxim Dounin Perl: fixed warning about "sep" may be used uninitialized.
Mon, 17 Aug 2015 18:09:20 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 17 Aug 2015 18:09:17 +0300 Maxim Dounin Win32: MSVC 2015 compatibility.
Mon, 17 Aug 2015 17:42:02 +0300 Dmitry Volyntsev Sub filter: support of variables in the strings to replace.
Mon, 17 Aug 2015 17:42:02 +0300 Dmitry Volyntsev Sub filter: support of multiple strings to replace.
Sun, 16 Aug 2015 10:51:34 +0300 Maxim Dounin Fixed wrong URI after try_files in nested location (ticket #97).
Sun, 16 Aug 2015 10:51:16 +0300 Maxim Dounin Fixed segfault with try_files introduced by c985d90a8d1f.
Thu, 13 Aug 2015 16:27:17 +0300 Sergey Kandaurov Core: fixed potential division by zero when initializing hash.
Thu, 13 Aug 2015 16:27:13 +0300 Sergey Kandaurov Core: fixed style in the error message.
Thu, 13 Aug 2015 15:55:21 +0300 Vladimir Homutov Stream: fixed potential error log buffer overrun.
Wed, 12 Aug 2015 12:56:59 +0300 Vladimir Homutov Style.
Mon, 10 Aug 2015 12:14:41 +0300 Vladimir Homutov Stream: the "tcp_nodelay" directive.
Tue, 11 Aug 2015 16:28:55 +0300 Valentin Bartenev Core: idle connections now closed only once on exiting.