log

age author description
Tue, 04 Feb 2014 14:06:23 +0900 Shigeki Ohtsu SPDY: fixed parsing of the priority field.
Tue, 04 Feb 2014 07:45:33 +0400 Maxim Dounin Updated PCRE used for win32 builds.
Tue, 04 Feb 2014 04:59:21 +0400 Maxim Dounin Core: added ngx_encode_base64url().
Thu, 30 Jan 2014 14:58:21 -0800 Piotr Sikora Core: handle getsockopt(TCP_FASTOPEN) failures.
Fri, 31 Jan 2014 19:17:26 +0400 Valentin Bartenev SPDY: protocol implementation switched to spdy/3.1.
Fri, 31 Jan 2014 14:18:52 +0400 Vladimir Homutov Fixed false compiler warning.
Thu, 30 Jan 2014 19:13:12 +0400 Ruslan Ermilov Fixed a compile warning introduced by 01e2a5bcdd8f.
Thu, 30 Jan 2014 18:57:11 +0400 Ruslan Ermilov Proxy: fixed upstream search by proxy_pass with variables.
Tue, 28 Jan 2014 15:33:49 -0800 Piotr Sikora SSL: support ALPN (IETF's successor to NPN).
Wed, 29 Jan 2014 13:44:15 +0400 Roman Arutyunyan Mp4: fix seeks to standalone last chunk.
Wed, 29 Jan 2014 13:33:45 +0400 Roman Arutyunyan Mp4: skip tracks shorter than seek position (ticket #414).
Wed, 29 Jan 2014 13:30:36 +0400 Roman Arutyunyan Mp4: fix seeks after the last key frame.
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Tue, 28 Jan 2014 15:40:45 +0400 Maxim Dounin SSI: fixed $date_local and $date_gmt without SSI (ticket #230).
Tue, 28 Jan 2014 00:31:31 +0400 Ruslan Ermilov Configure: enabled -Werror for clang.
Thu, 23 Jan 2014 22:09:59 +0900 Tatsuhiko Kubo Typo fixed.
Thu, 23 Jan 2014 18:32:26 +0400 Maxim Dounin SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.
Thu, 23 Jan 2014 18:32:25 +0400 Maxim Dounin Version bump.
Wed, 22 Jan 2014 17:42:59 +0400 Maxim Dounin release-1.5.9 tag
Wed, 22 Jan 2014 17:42:59 +0400 Maxim Dounin nginx-1.5.9-RELEASE release-1.5.9
Wed, 22 Jan 2014 16:10:13 +0400 Maxim Dounin Updated OpenSSL used for win32 builds.
Wed, 22 Jan 2014 16:05:07 +0400 Maxim Dounin Upstream: reading from a client after connection upgrade.
Wed, 22 Jan 2014 16:05:06 +0400 Maxim Dounin SSL: fixed $ssl_session_id variable.
Mon, 20 Jan 2014 20:56:49 +0400 Valentin Bartenev SPDY: use ngx_queue_t to queue streams for post processing.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: store the length of frame instead of its whole size.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: use frame->next pointer to chain free frames.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: proper handling of all RST_STREAM statuses.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: removed state to check first SETTINGS frame.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: better name for frame entries counter.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: fixed possible segfault.