log

age author description
Wed, 04 Oct 2017 21:19:38 +0300 Maxim Dounin Fixed handling of non-null-terminated unix sockets. stable-1.12
Wed, 04 Oct 2017 21:19:33 +0300 Maxim Dounin Fixed buffer overread with unix sockets after accept(). stable-1.12
Mon, 25 Sep 2017 15:19:24 +0300 Ruslan Ermilov Fixed the NGX_UNIX_ADDRSTRLEN macro. stable-1.12
Wed, 04 Oct 2017 21:15:15 +0300 Valentin Bartenev HTTP/2: enforce writing the sync request body buffer to file. stable-1.12
Mon, 11 Sep 2017 15:32:31 +0300 Roman Arutyunyan Stream: relaxed next upstream condition (ticket #1317). stable-1.12
Thu, 10 Aug 2017 22:21:23 +0300 Maxim Dounin Range filter: changed type for total length to off_t. stable-1.12
Tue, 08 Aug 2017 15:21:10 +0300 Maxim Dounin Updated PCRE used for win32 builds. stable-1.12
Tue, 11 Jul 2017 20:06:52 +0300 Maxim Dounin Core: fixed error message on setsockopt(SO_REUSEPORT) failure. stable-1.12
Tue, 11 Jul 2017 19:59:56 +0300 Maxim Dounin Core: disabled SO_REUSEPORT when testing config (ticket #1300). stable-1.12
Wed, 24 May 2017 13:17:08 +0300 Roman Arutyunyan Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). stable-1.12
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259). stable-1.12
Fri, 13 Oct 2017 20:23:57 +0300 Maxim Dounin Version bump. stable-1.12
Mon, 16 Oct 2017 13:13:25 +0300 Sergey Kandaurov Postpone filter: handled ngx_http_postpone_filter_add() failures.
Fri, 13 Oct 2017 00:32:26 +0300 Ruslan Ermilov Fixed type of ngx_conf_t.handler_conf.
Wed, 11 Oct 2017 15:43:50 -0700 Alessandro Ghedini SSL: include <openssl/hmac.h>.