log

age author description
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.