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-07-19
HTTP/2: flushing of the SSL buffer in transition to the idle state.
Valentin Bartenev
1
-2
/
+18
2016-07-19
HTTP/2: refactored ngx_http_v2_send_output_queue().
Valentin Bartenev
1
-10
/
+10
2016-07-19
HTTP/2: fixed send timer handling.
Valentin Bartenev
1
-1
/
+1
2016-07-19
HTTP/2: avoid sending output queue if there's nothing to send.
Valentin Bartenev
1
-0
/
+10
2016-07-19
HTTP/2: always handle streams in error state.
Valentin Bartenev
1
-6
/
+8
2016-07-19
HTTP/2: prevented output of the HEADERS frame for canceled streams.
Valentin Bartenev
1
-2
/
+6
2016-07-19
HTTP/2: always send GOAWAY while worker is shutting down.
Valentin Bartenev
1
-1
/
+1
2016-07-07
HTTP/2: avoid left-shifting signed integer into the sign bit.
Sergey Kandaurov
1
-1
/
+1
2016-06-22
HTTP/2: style.
Piotr Sikora
1
-6
/
+4
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
1
-22
/
+1
2016-06-16
HTTP/2: fixed the "http request count is zero" alert.
Valentin Bartenev
1
-0
/
+1
2016-06-16
HTTP/2: avoid adding Content-Length for requests without body.
Valentin Bartenev
1
-2
/
+4
2016-06-16
HTTP/2: prevented double termination of a stream.
Valentin Bartenev
1
-0
/
+5
2016-06-16
HTTP/2: fixed a segfault while processing unbuffered upload.
Valentin Bartenev
1
-4
/
+0
2016-05-24
HTTP/2: unbreak build on MSVC.
Valentin Bartenev
1
-1
/
+1
2016-05-24
HTTP/2: implemented preread buffer for request body (closes #959).
Valentin Bartenev
4
-43
/
+146
2016-04-19
HTTP/2: send the output queue after emitting WINDOW_UPDATE.
Valentin Bartenev
1
-0
/
+10
2016-04-19
HTTP/2: skip data frames in case of internal errors.
Valentin Bartenev
1
-0
/
+2
2016-04-19
HTTP/2: don't send WINDOW_UPDATE for an empty request body.
Valentin Bartenev
1
-12
/
+13
2016-04-18
HTTP/2: write logs when refusing streams with data.
Maxim Dounin
1
-0
/
+4
2016-04-14
HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR.
Valentin Bartenev
1
-0
/
+22
2016-04-14
HTTP/2: refuse streams with data until SETTINGS is acknowledged.
Valentin Bartenev
2
-1
/
+8
2016-04-14
HTTP/2: deduplicated some code in ngx_http_v2_state_headers().
Valentin Bartenev
1
-18
/
+13
2016-04-01
HTTP/2: support for unbuffered upload of request body.
Valentin Bartenev
2
-2
/
+126
2016-04-01
HTTP/2: rewritten handling of request body.
Valentin Bartenev
2
-246
/
+223
2016-04-01
HTTP/2: sending RST_STREAM with NO_ERROR to discard request body.
Valentin Bartenev
2
-14
/
+25
2016-03-31
Fixed logging.
Sergey Kandaurov
1
-1
/
+1
2016-03-30
Style.
Ruslan Ermilov
1
-1
/
+1
2016-03-22
Backed out server_tokens changes.
Maxim Dounin
1
-43
/
+9
2016-03-22
Reconsidered server_tokens with an empty value.
Ruslan Ermilov
1
-4
/
+4
2016-03-21
HTTP/2: improved debugging of sending control frames.
Valentin Bartenev
1
-2
/
+13
2016-03-15
Win32: fixed build after cf3e75cfa951.
Ruslan Ermilov
1
-0
/
+4
2016-03-15
Added variables support to server_tokens.
Ruslan Ermilov
1
-10
/
+40
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
[next]