log

age author description
Mon, 17 Apr 2017 14:42:12 +0300 Sergey Kandaurov Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.
Tue, 11 Apr 2017 03:13:46 +0200 Simon Leblanc Added support for the "308 Permanent Redirect" (ticket #877).
Mon, 03 Apr 2017 17:30:34 +0300 Vladimir Homutov Mail: configurable socket buffer sizes.
Mon, 03 Apr 2017 17:29:19 +0300 Vladimir Homutov Stream: configurable socket buffer sizes.
Wed, 12 Apr 2017 22:47:57 +0300 Valentin Bartenev Core: improved JSON escaping.
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.
Wed, 12 Apr 2017 22:14:24 +0300 Ruslan Ermilov Version bump.
Wed, 12 Apr 2017 17:46:00 +0300 Maxim Dounin release-1.12.0 tag stable-1.12
Wed, 12 Apr 2017 17:46:00 +0300 Maxim Dounin nginx-1.12.0-RELEASE stable-1.12 release-1.12.0
Wed, 12 Apr 2017 16:42:30 +0300 Maxim Dounin Stable branch. stable-1.12
Tue, 04 Apr 2017 18:01:57 +0300 Maxim Dounin release-1.11.13 tag
Tue, 04 Apr 2017 18:01:57 +0300 Maxim Dounin nginx-1.11.13-RELEASE release-1.11.13
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Upstream: allow recovery from "429 Too Many Requests" response.
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Added support for "429 Too Many Requests" response (RFC6585).
Mon, 03 Apr 2017 14:29:40 +0800 hucongcong Fixed type.
Fri, 31 Mar 2017 21:47:56 +0300 Roman Arutyunyan Slice filter: prevented slice redirection (ticket #1219).
Tue, 28 Mar 2017 14:03:57 +0300 Roman Arutyunyan Slice filter: allowed at most one subrequest at a time.
Sun, 02 Apr 2017 14:32:29 +0300 Maxim Dounin Moved handling of wev->delayed to the connection event handler.
Sun, 02 Apr 2017 14:32:28 +0300 Maxim Dounin Perl: fixed delaying subrequests.
Sun, 02 Apr 2017 14:32:26 +0300 Maxim Dounin Limit req: fixed delaying subrequests.
Sun, 26 Mar 2017 01:25:01 -0700 Piotr Sikora HTTP/2: style and typos.
Wed, 29 Mar 2017 20:21:01 +0300 Valentin Bartenev HTTP/2: fixed connection finalization.
Wed, 29 Mar 2017 20:16:23 +0300 Valentin Bartenev HTTP/2: fixed stream finalization.
Sun, 26 Mar 2017 01:25:05 -0700 Piotr Sikora HTTP/2: emit PROTOCOL_ERROR on padding errors.
Sun, 26 Mar 2017 01:25:04 -0700 Piotr Sikora HTTP/2: fix flow control with padded DATA frames.
Sun, 26 Mar 2017 01:25:03 -0700 Piotr Sikora HTTP/2: fix $body_bytes_sent variable.
Sun, 26 Mar 2017 01:25:02 -0700 Piotr Sikora HTTP/2: fix $bytes_sent variable.
Tue, 28 Mar 2017 18:15:42 +0300 Maxim Dounin Copy filter: wake up subrequests after aio operations.
Tue, 28 Mar 2017 18:15:41 +0300 Maxim Dounin Threads: fixed request hang with aio_write and subrequests.
Tue, 28 Mar 2017 18:15:39 +0300 Maxim Dounin Simplified and improved sendfile() code on Linux.