log src/http/ngx_http_spdy.h @ 5576:2bc609a4b516

age author description
Wed, 12 Feb 2014 21:02:29 +0400 Valentin Bartenev SPDY: fixed reversed priority order in window waiting queue.
Fri, 31 Jan 2014 19:17:26 +0400 Valentin Bartenev SPDY: protocol implementation switched to spdy/3.1.
Tue, 28 Jan 2014 15:33:49 -0800 Piotr Sikora SSL: support ALPN (IETF's successor to NPN).
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: better name for frame entries counter.
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: 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.
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: fixed possible request hang.
Tue, 01 Oct 2013 00:14:37 +0400 Valentin Bartenev SPDY: ignore priority when queuing blocked frames.
Thu, 23 May 2013 15:47:58 +0400 Sergey Kandaurov Use "void" for functions with empty parameter list.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.