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
2017-03-24
HTTP/2: added support for trailers in HTTP responses.
Piotr Sikora
1
-14
/
+152
2017-06-13
HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.
Piotr Sikora
1
-0
/
+1
2017-06-02
HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
Piotr Sikora
2
-1
/
+10
2017-06-02
HTTP/2: make SETTINGS ACK frame reusable.
Piotr Sikora
1
-25
/
+31
2017-06-02
HTTP/2: send SETTINGS ACK after applying all SETTINGS params.
Piotr Sikora
1
-2
/
+2
2017-06-02
HTTP/2: emit new frames only after applying all SETTINGS params.
Piotr Sikora
1
-6
/
+11
2017-05-30
HTTP/2: add debug logging of pseudo-headers and cookies.
Piotr Sikora
1
-20
/
+28
2017-05-26
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
1
-23
/
+2
2017-05-23
HTTP/2: fixed segfault when memory allocation failed.
Valentin Bartenev
1
-2
/
+2
2017-04-24
HTTP/2: reduced difference to HTTP/1.x in reading request body.
Valentin Bartenev
2
-25
/
+6
2017-04-24
HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
Valentin Bartenev
1
-0
/
+38
2017-03-26
HTTP/2: style and typos.
Piotr Sikora
2
-7
/
+8
2017-03-29
HTTP/2: fixed connection finalization.
Valentin Bartenev
1
-3
/
+8
2017-03-29
HTTP/2: fixed stream finalization.
Valentin Bartenev
1
-0
/
+3
2017-03-26
HTTP/2: emit PROTOCOL_ERROR on padding errors.
Piotr Sikora
1
-2
/
+4
2017-03-26
HTTP/2: fix flow control with padded DATA frames.
Piotr Sikora
1
-10
/
+12
2017-03-26
HTTP/2: fix $body_bytes_sent variable.
Piotr Sikora
1
-0
/
+3
2017-03-26
HTTP/2: fix $bytes_sent variable.
Piotr Sikora
1
-0
/
+2
2017-01-31
Implemented the "server_tokens build" option.
Ruslan Ermilov
1
-5
/
+40
2016-12-21
Core: relative redirects (closes #1000).
Ruslan Ermilov
1
-1
/
+3
2016-12-10
HTTP/2: prevented creating temp files for requests without body.
Valentin Bartenev
1
-2
/
+4
2016-11-28
HTTP/2: fixed posted streams handling.
Valentin Bartenev
3
-38
/
+42
2016-11-28
HTTP/2: fixed saving preread buffer to temp file (ticket #1143).
Valentin Bartenev
1
-0
/
+3
2016-11-02
HTTP/2: flow control debugging.
Sergey Kandaurov
1
-0
/
+4
2016-10-31
HTTP/2: slightly improved debugging.
Ruslan Ermilov
1
-3
/
+4
2016-10-31
HTTP/2: limited maximum number of requests in connection.
Valentin Bartenev
3
-8
/
+32
2016-10-20
HTTP/2: graceful shutdown of active connections (closes #1106).
Valentin Bartenev
2
-9
/
+39
2016-10-10
Allowed '-' in method names.
Maxim Dounin
1
-1
/
+1
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
[next]