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.
Tue, 21 Jan 2014 17:39:49 +0400 Maxim Dounin Typo fixed.
Fri, 17 Jan 2014 22:06:04 +0400 Ruslan Ermilov Mail: fixed passing of IPv6 client address in XCLIENT.
Fri, 17 Jan 2014 06:24:53 +0400 Maxim Dounin Core: improved ngx_reset_pool() (ticket #490).
Wed, 15 Jan 2014 17:16:38 +0400 Valentin Bartenev SPDY: send output queue after processing of read event.
Wed, 15 Jan 2014 17:16:38 +0400 Valentin Bartenev SPDY: the SETTINGS frame should be allocated from sc->pool.
Wed, 15 Jan 2014 17:16:38 +0400 Valentin Bartenev SPDY: fixed possible uninitialized memory access.
Wed, 15 Jan 2014 13:23:31 +0400 Valentin Bartenev SPDY: fixed off_t/size_t type conversions on 32 bits platforms.
Wed, 15 Jan 2014 01:44:52 +0400 Valentin Bartenev SPDY: fixed build, broken by b7ee1bae0ffa.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: added the "spdy_chunk_size" directive.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: implemented buffers chain splitting.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: body filter was replaced by c->send_chain() function.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: fixed possible premature close of stream.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: refactored ngx_http_spdy_body_filter().
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: elimination of r->blocked counter usage for queuing frames.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: better name for flag that indicates incomplete frame state.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: better name for queued frames counter.
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: fixed format specifiers in logging.
Tue, 14 Jan 2014 16:24:02 +0400 Valentin Bartenev Year 2014.
Fri, 10 Jan 2014 11:22:14 -0800 Yichun Zhang Resolver: added support for domain names with a trailing dot.
Tue, 14 Jan 2014 15:56:40 +0400 Maxim Dounin SSL: fixed ssl_verify_depth to take only one argument.
Fri, 10 Jan 2014 16:12:40 +0100 Dirkjan Bussink SSL: ssl_session_tickets directive.
Sat, 04 Jan 2014 03:32:22 +0400 Maxim Dounin Fixed "zero size buf in output" alerts.
Sat, 04 Jan 2014 03:32:15 +0400 Maxim Dounin Win32: support for UTF-16 surrogate pairs (ticket #457).
Sat, 04 Jan 2014 03:32:10 +0400 Maxim Dounin Upstream: Cache-Control preferred over Expires.
Sat, 04 Jan 2014 03:32:06 +0400 Maxim Dounin Added per-process random seeding (ticket #456).
Sat, 04 Jan 2014 03:31:58 +0400 Maxim Dounin Allowed up to two EBUSY errors from sendfile().
Fri, 27 Dec 2013 19:40:04 +0400 Ruslan Ermilov Fixed setting of content type in some cases.
Fri, 27 Dec 2013 18:47:42 +0400 Valentin Bartenev Style: removed surplus semicolons.
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame().
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: refactored loop in ngx_http_spdy_body_filter().