log src/http/ngx_http_spdy.h @ 6362:28bb9683dd9a stable-1.8

age author description
Thu, 29 May 2014 21:15:19 +0400 Valentin Bartenev SPDY: fixed operator precedence in uint16/uint32 write macros.
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.