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
/
v2
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-24
HTTP/2: implemented per request timeouts (closes #626).
Valentin Bartenev
2
-51
/
+147
2016-02-24
HTTP/2: always use temporary pool for processing headers.
Valentin Bartenev
2
-25
/
+37
2016-02-24
HTTP/2: cleaned up state while closing stream.
Valentin Bartenev
1
-0
/
+4
2016-02-16
HTTP/2: added debug logging of response headers.
Valentin Bartenev
1
-0
/
+41
2016-02-16
HTTP/2: use local pointer instead of r->connection.
Valentin Bartenev
1
-2
/
+2
2016-02-12
HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode().
Valentin Bartenev
1
-2
/
+6
2016-02-11
HTTP/2: implemented HPACK Huffman encoding for response headers.
Valentin Bartenev
3
-56
/
+343
2016-02-04
HTTP/2: fixed possible buffer overrun (ticket #893).
Valentin Bartenev
1
-2
/
+2
2016-02-02
HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION.
Valentin Bartenev
1
-1
/
+11
2016-02-02
HTTP/2: fixed request length accounting.
Valentin Bartenev
1
-1
/
+10
2016-02-02
HTTP/2: fixed excessive memory allocation for pool cleanup.
Valentin Bartenev
1
-1
/
+1
2016-02-02
HTTP/2: removed unused field from ngx_http_v2_stream_t.
Valentin Bartenev
1
-1
/
+0
2015-11-30
Stop emulating a space character after r->method_name.
Ruslan Ermilov
1
-3
/
+0
2015-11-13
HTTP/2: reused HEADERS and CONTINUATION frames buffers.
Valentin Bartenev
2
-10
/
+21
2015-11-13
HTTP/2: fixed handling of output HEADERS frames.
Valentin Bartenev
1
-6
/
+19
2015-11-13
HTTP/2: fixed invalid headers handling (ticket #831).
Valentin Bartenev
1
-0
/
+2
2015-11-05
HTTP/2: backed out 16905ecbb49e (ticket #822).
Valentin Bartenev
1
-3
/
+5
2015-10-27
HTTP/2: changed behavior of the "http2_max_field_size" directive.
Valentin Bartenev
2
-21
/
+13
2015-10-27
HTTP/2: fixed spelling.
Valentin Bartenev
1
-2
/
+2
2015-10-26
HTTP/2: simplified checking the END_STREAM flag.
Valentin Bartenev
1
-5
/
+3
2015-10-26
HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.
Valentin Bartenev
1
-1
/
+6
2015-10-26
HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.
Valentin Bartenev
1
-1
/
+2
2015-09-28
HTTP/2: fixed splitting of response headers on CONTINUATION frames.
Valentin Bartenev
1
-173
/
+158
2015-10-26
HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.
Valentin Bartenev
1
-11
/
+14
2015-10-26
HTTP/2: simplified producing of the Last-Modified header.
Valentin Bartenev
1
-3
/
+2
2015-10-26
HTTP/2: fixed header block size calculation.
Valentin Bartenev
1
-1
/
+1
2015-10-01
HTTP/2: fix handling of connection errors.
Piotr Sikora
1
-6
/
+6
2015-10-01
HTTP/2: fix indirect reprioritization.
Piotr Sikora
1
-4
/
+13
2015-10-01
HTTP/2: reject self-dependent streams.
Piotr Sikora
1
-0
/
+16
2015-10-20
HTTP/2: improved error handling while parsing integers.
Valentin Bartenev
1
-4
/
+4
2015-10-20
HTTP/2: improved HPACK integer parsing code readability.
Ruslan Ermilov
1
-3
/
+3
2015-10-19
HTTP/2: fixed parsing of literal header fields without indexing.
Valentin Bartenev
1
-1
/
+1
2015-09-28
HTTP/2: fixed $server_protocol value (ticket #800).
Valentin Bartenev
1
-0
/
+2
2015-09-22
Style.
Maxim Dounin
1
-1
/
+2
2015-09-22
HTTP/2: fixed header block parsing with CONTINUATION frames (#792).
Valentin Bartenev
2
-70
/
+136
2015-09-22
HTTP/2: fixed HPACK header field parsing.
Valentin Bartenev
1
-0
/
+5
2015-09-11
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
8
-0
/
+9172