summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_spdy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-3701/+0
2015-06-16Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.Roman Arutyunyan1-1/+1
2015-03-23SPDY: always push pending data.Valentin Bartenev1-51/+40
2015-03-23SPDY: fixed error handling in ngx_http_spdy_send_output_queue().Valentin Bartenev1-8/+12
2015-03-15SPDY: fixed format specifier in logging.Xiaochen Wang1-1/+1
2014-11-21SPDY: push pending data while closing a stream as with keepalive.Valentin Bartenev1-1/+51
2014-11-07SPDY: fixed check for too long header name or value.Valentin Bartenev1-3/+3
2014-11-07SPDY: improved debug logging of inflate() calls.Valentin Bartenev1-4/+16
2014-11-07SPDY: fixed "too long header line" logging.Maxim Dounin1-2/+1
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev1-2/+2
2014-07-08SPDY: fix support for headers with multiple values.Piotr Sikora1-0/+2
2014-04-30SPDY: added protection from overrun of the receive buffer.Valentin Bartenev1-0/+8
2014-04-30SPDY: added a debug point to the state buffer overflow protection.Valentin Bartenev1-0/+1
2014-04-30SPDY: refactored ngx_http_spdy_state_headers().Valentin Bartenev1-9/+4
2014-04-30SPDY: improved logging.Valentin Bartenev1-60/+150
2014-05-15SPDY: set log action for PROXY protocol only while parsing it.Valentin Bartenev1-8/+9
2014-04-30SPDY: ngx_http_spdy_state_headers() error handling cleanup.Valentin Bartenev1-39/+61
2014-04-30SPDY: improved error handling of header block decompression.Valentin Bartenev1-17/+43
2014-04-30SPDY: removed ngx_http_spdy_state_headers_error().Valentin Bartenev1-20/+6
2014-05-15SPDY: prevented creation of RST_STREAM in protocol error state.Valentin Bartenev1-0/+1
2014-04-30SPDY: improved ngx_http_spdy_state_protocol_error().Valentin Bartenev1-9/+15
2014-04-30SPDY: fixed one case of improper memory allocation error handling.Valentin Bartenev1-1/+2
2014-04-21SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID.Valentin Bartenev1-10/+2
2014-04-21SPDY: Stream-ID restrictions according to specification.Valentin Bartenev1-2/+21
2014-04-16SPDY: fixed typo in log message.Valentin Bartenev1-1/+1
2014-04-09SPDY: moved a variable initialization near to its check.Valentin Bartenev1-2/+2
2014-04-08SPDY: fixed arguments supplied for an error message.Valentin Bartenev1-1/+1
2014-04-07SPDY: consistently handle control frames with unknown type.Valentin Bartenev1-5/+10
2014-04-07SPDY: refactored ngx_http_spdy_state_read_data().Valentin Bartenev1-7/+2
2014-04-07SPDY: better detect premature closing of stream.Valentin Bartenev1-0/+10
2014-03-28SPDY: detect premature closing of stream.Valentin Bartenev1-4/+13
2014-03-28SPDY: fixed the DATA frame length handling in case of some errors.Valentin Bartenev1-1/+2
2014-03-26SPDY: better detect if headers block has wrong entries count.Valentin Bartenev1-4/+4
2014-03-26SPDY: detect premature end of frame while start parsing headers.Valentin Bartenev1-0/+9
2014-03-19SPDY: improved ngx_http_spdy_state_save() again.Maxim Dounin1-2/+2
2014-03-19SPDY: improved ngx_http_spdy_state_save() check.Maxim Dounin1-3/+5
2014-03-18SPDY: always check size of data to be saved into state buffer.Maxim Dounin1-1/+1
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+23
2014-03-03SPDY: fixed potential integer overflow while parsing headers.Valentin Bartenev1-34/+24
2014-03-03SPDY: constant number of preallocated structures for headers.Valentin Bartenev1-1/+1
2014-02-11SPDY: fixed parsing of http version.Xiaochen Wang1-0/+4
2014-02-04SPDY: fixed parsing of the priority field.Shigeki Ohtsu1-1/+1
2014-01-31SPDY: protocol implementation switched to spdy/3.1.Valentin Bartenev1-77/+656
2014-01-20SPDY: use ngx_queue_t to queue streams for post processing.Valentin Bartenev1-19/+13
2014-01-22SPDY: store the length of frame instead of its whole size.Valentin Bartenev1-11/+9
2014-01-22SPDY: use frame->next pointer to chain free frames.Valentin Bartenev1-5/+5
2014-01-22SPDY: proper handling of all RST_STREAM statuses.Valentin Bartenev1-39/+28
2014-01-22SPDY: removed state to check first SETTINGS frame.Valentin Bartenev1-58/+15
2014-01-22SPDY: better name for frame entries counter.Valentin Bartenev1-11/+12
2014-01-22SPDY: fixed possible segfault.Valentin Bartenev1-0/+4