log src/http/ngx_http_spdy.c @ 6058:7ba52c995325

age author description
Mon, 23 Mar 2015 20:47:46 +0300 Valentin Bartenev SPDY: fixed error handling in ngx_http_spdy_send_output_queue().
Sun, 15 Mar 2015 21:46:21 +0800 Xiaochen Wang SPDY: fixed format specifier in logging.
Fri, 21 Nov 2014 22:51:49 +0300 Valentin Bartenev SPDY: push pending data while closing a stream as with keepalive.
Fri, 07 Nov 2014 17:22:19 +0300 Valentin Bartenev SPDY: fixed check for too long header name or value.
Fri, 07 Nov 2014 17:19:12 +0300 Valentin Bartenev SPDY: improved debug logging of inflate() calls.
Fri, 07 Nov 2014 17:38:55 +0300 Maxim Dounin SPDY: fixed "too long header line" logging.
Mon, 01 Sep 2014 18:20:18 +0400 Valentin Bartenev Events: processing of posted events changed from LIFO to FIFO.
Tue, 08 Jul 2014 02:17:44 -0700 Piotr Sikora SPDY: fix support for headers with multiple values.
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: added protection from overrun of the receive buffer.
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: added a debug point to the state buffer overflow protection.
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: refactored ngx_http_spdy_state_headers().
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: improved logging.
Thu, 15 May 2014 19:22:06 +0400 Valentin Bartenev SPDY: set log action for PROXY protocol only while parsing it.
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: ngx_http_spdy_state_headers() error handling cleanup.
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: improved error handling of header block decompression.
Wed, 30 Apr 2014 20:34:20 +0400 Valentin Bartenev SPDY: removed ngx_http_spdy_state_headers_error().
Thu, 15 May 2014 19:18:26 +0400 Valentin Bartenev SPDY: prevented creation of RST_STREAM in protocol error state.
Wed, 30 Apr 2014 20:33:58 +0400 Valentin Bartenev SPDY: improved ngx_http_spdy_state_protocol_error().
Wed, 30 Apr 2014 02:16:21 +0400 Valentin Bartenev SPDY: fixed one case of improper memory allocation error handling.
Mon, 21 Apr 2014 19:21:17 +0400 Valentin Bartenev SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID.
Mon, 21 Apr 2014 18:59:53 +0400 Valentin Bartenev SPDY: Stream-ID restrictions according to specification.
Wed, 16 Apr 2014 11:40:42 +0400 Valentin Bartenev SPDY: fixed typo in log message.
Wed, 09 Apr 2014 18:15:32 +0400 Valentin Bartenev SPDY: moved a variable initialization near to its check.
Tue, 08 Apr 2014 20:12:30 +0400 Valentin Bartenev SPDY: fixed arguments supplied for an error message.
Mon, 07 Apr 2014 19:27:56 +0400 Valentin Bartenev SPDY: consistently handle control frames with unknown type.
Mon, 07 Apr 2014 19:27:56 +0400 Valentin Bartenev SPDY: refactored ngx_http_spdy_state_read_data().
Mon, 07 Apr 2014 19:27:56 +0400 Valentin Bartenev SPDY: better detect premature closing of stream.
Fri, 28 Mar 2014 20:22:57 +0400 Valentin Bartenev SPDY: detect premature closing of stream.
Fri, 28 Mar 2014 20:05:07 +0400 Valentin Bartenev SPDY: fixed the DATA frame length handling in case of some errors.
Wed, 26 Mar 2014 18:01:11 +0400 Valentin Bartenev SPDY: better detect if headers block has wrong entries count.
Wed, 26 Mar 2014 17:43:39 +0400 Valentin Bartenev SPDY: detect premature end of frame while start parsing headers.
Wed, 19 Mar 2014 19:30:09 +0400 Maxim Dounin SPDY: improved ngx_http_spdy_state_save() again.
Wed, 19 Mar 2014 12:57:39 +0400 Maxim Dounin SPDY: improved ngx_http_spdy_state_save() check.
Tue, 18 Mar 2014 17:00:19 +0400 Maxim Dounin SPDY: always check size of data to be saved into state buffer. stable-1.4
Tue, 18 Mar 2014 17:00:19 +0400 Maxim Dounin SPDY: always check size of data to be saved into state buffer.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Mon, 03 Mar 2014 19:24:55 +0400 Valentin Bartenev SPDY: fixed potential integer overflow while parsing headers.
Mon, 03 Mar 2014 19:24:54 +0400 Valentin Bartenev SPDY: constant number of preallocated structures for headers.
Tue, 11 Feb 2014 20:54:16 +0800 Xiaochen Wang SPDY: fixed parsing of http version.
Wed, 22 Jan 2014 04:58:19 +0400 Valentin Bartenev SPDY: fixed possible segfault. stable-1.4
Tue, 04 Feb 2014 14:06:23 +0900 Shigeki Ohtsu SPDY: fixed parsing of the priority field.
Fri, 31 Jan 2014 19:17:26 +0400 Valentin Bartenev SPDY: protocol implementation switched to spdy/3.1.
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.
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.
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.
Thu, 26 Dec 2013 17:03:16 +0400 Valentin Bartenev SPDY: fixed possible request hang.
Tue, 10 Dec 2013 20:27:33 +0400 Valentin Bartenev SPDY: drop the "delayed" flag when finalizing connection.
Wed, 24 Jul 2013 22:24:25 +0400 Valentin Bartenev SPDY: fixed segfault with "client_body_in_file_only" enabled. stable-1.4
Tue, 01 Oct 2013 00:12:30 +0400 Valentin Bartenev SPDY: set empty write handler during connection finalization.