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
2018-09-21
Fixed socket leak with "return 444" in error_page (ticket #274).
Maxim Dounin
1
-4
/
+14
2018-08-09
HTTP/2: workaround for clients which fail on table size updates.
Maxim Dounin
1
-2
/
+5
2018-06-07
HTTP/2: use scheme from original request for pushes (closes #1549).
Ruslan Ermilov
2
-20
/
+19
2018-06-07
Added r->schema.
Ruslan Ermilov
1
-9
/
+6
2018-06-07
HTTP/2: validate client request scheme.
Ruslan Ermilov
1
-0
/
+23
2018-03-19
HTTP/2: improved frame info debugging.
Ruslan Ermilov
2
-5
/
+8
2018-03-17
gRPC: special handling of "trailer only" responses.
Maxim Dounin
1
-3
/
+6
2018-03-17
HTTP/2: externalized various constants and interfaces.
Maxim Dounin
5
-91
/
+129
2018-03-05
HTTP/2: unknown frames now logged at info level.
Maxim Dounin
1
-2
/
+2
2018-02-22
HTTP/2: style.
Ruslan Ermilov
1
-17
/
+4
2018-02-15
HTTP/2: precalculate hash for "Cookie".
Maxim Dounin
1
-1
/
+2
2018-02-15
HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.
Ruslan Ermilov
1
-15
/
+47
2018-02-15
HTTP/2: push additional request headers (closes #1478).
Ruslan Ermilov
3
-94
/
+214
2018-02-15
HTTP/2: style.
Sergey Kandaurov
2
-4
/
+4
2018-02-09
HTTP/2: fixed null pointer dereference with server push.
Ruslan Ermilov
1
-1
/
+5
2018-02-08
HTTP/2: fixed build with -Werror=unused-but-set-variable.
Ruslan Ermilov
1
-10
/
+3
2018-02-08
HTTP/2: server push.
Ruslan Ermilov
5
-18
/
+873
2018-02-08
HTTP/2: changed prototypes of request pseudo-headers parsers.
Ruslan Ermilov
1
-25
/
+24
2018-02-06
HTTP/2: removed unused field from ngx_http_v2_stream_t.
Sergey Kandaurov
1
-2
/
+0
2018-01-30
HTTP/2: finalize request as bad if parsing of pseudo-headers fails.
Ruslan Ermilov
1
-8
/
+1
2018-01-29
HTTP/2: more style, comments, and debugging.
Ruslan Ermilov
3
-158
/
+168
2018-01-29
HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings.
Ruslan Ermilov
1
-2
/
+2
2017-10-04
HTTP/2: enforce writing the sync request body buffer to file.
Valentin Bartenev
1
-5
/
+2
2017-09-14
HTTP/2: shortened some debug log messages.
Maxim Dounin
3
-8
/
+8
2017-09-14
HTTP/2: fixed debug log about indexed headers.
Maxim Dounin
1
-1
/
+1
2017-09-14
HTTP/2: added logging of 400 (Bad Request) reasons.
Maxim Dounin
1
-0
/
+13
2017-08-30
HTTP/2: signal 0-byte HPACK's dynamic table size.
Piotr Sikora
3
-1
/
+16
2017-08-01
Variables: macros for null variables.
Ruslan Ermilov
1
-1
/
+1
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
[next]