log

age author description
Wed, 11 Oct 2017 22:04:11 +0300 Ruslan Ermilov Version bump.
Tue, 10 Oct 2017 18:22:51 +0300 Maxim Dounin release-1.13.6 tag
Tue, 10 Oct 2017 18:22:50 +0300 Maxim Dounin nginx-1.13.6-RELEASE release-1.13.6
Tue, 10 Oct 2017 01:04:54 +0300 Sergey Kandaurov Upstream: fixed error handling of stale and revalidated cache send.
Mon, 09 Oct 2017 15:59:10 +0300 Maxim Dounin Upstream: even better handling of invalid headers in cache files.
Thu, 05 Oct 2017 17:43:05 +0300 Maxim Dounin Upstream hash: reordered peer checks.
Thu, 05 Oct 2017 17:42:59 +0300 Maxim Dounin Upstream hash: limited number of tries in consistent case.
Thu, 05 Oct 2017 16:50:35 +0300 Maxim Dounin Fixed build without IPv6, broken by 874171c3c71a.
Wed, 04 Oct 2017 21:19:42 +0300 Maxim Dounin Fixed handling of unix sockets in $binary_remote_addr.
Wed, 04 Oct 2017 21:19:38 +0300 Maxim Dounin Fixed handling of non-null-terminated unix sockets.
Wed, 04 Oct 2017 21:19:33 +0300 Maxim Dounin Fixed buffer overread with unix sockets after accept().
Wed, 04 Oct 2017 21:15:15 +0300 Valentin Bartenev HTTP/2: enforce writing the sync request body buffer to file.
Tue, 03 Oct 2017 18:19:27 +0300 Maxim Dounin Cache: fixed caching of intercepted errors (ticket #1382).
Mon, 02 Oct 2017 19:10:20 +0300 Maxim Dounin Upstream: better handling of invalid headers in cache files.
Mon, 02 Oct 2017 19:07:01 +0300 Maxim Dounin MIME: added most common OpenDocument types.
Mon, 02 Oct 2017 19:06:51 +0300 Maxim Dounin MIME: style.
Mon, 25 Sep 2017 15:19:24 +0300 Ruslan Ermilov Fixed the NGX_UNIX_ADDRSTRLEN macro.
Fri, 22 Sep 2017 22:49:42 +0300 Ruslan Ermilov Modules compatibility: down flag promoted to a bitmask.
Fri, 22 Sep 2017 18:37:49 +0300 Ruslan Ermilov Style.
Fri, 22 Sep 2017 13:10:49 +0300 Ruslan Ermilov Do not use the obsolete NGX_SOCKADDRLEN macro.
Mon, 18 Sep 2017 11:09:41 +0300 Ruslan Ermilov Removed more remnants of the old pthread implementation.
Thu, 14 Sep 2017 19:06:06 +0300 Maxim Dounin HTTP/2: shortened some debug log messages.
Thu, 14 Sep 2017 19:06:05 +0300 Maxim Dounin HTTP/2: fixed debug log about indexed headers.
Thu, 14 Sep 2017 19:06:03 +0300 Maxim Dounin HTTP/2: added logging of 400 (Bad Request) reasons.
Tue, 12 Sep 2017 13:44:04 +0300 Roman Arutyunyan Stream: fixed logging UDP upstream timeout.
Wed, 13 Sep 2017 15:53:19 +0300 Maxim Dounin Introduced time truncation to December 31, 9999 (ticket #1368).
Wed, 13 Sep 2017 15:52:01 +0300 Maxim Dounin Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t.
Wed, 13 Sep 2017 15:51:58 +0300 Maxim Dounin Fixed reference to time parsing code after 8b6fa4842133.
Wed, 13 Sep 2017 15:51:52 +0300 Maxim Dounin Style.
Wed, 30 Aug 2017 14:52:11 -0700 Piotr Sikora HTTP/2: signal 0-byte HPACK's dynamic table size.