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