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
/
v3
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-29
HTTP/3: require mandatory uni streams before additional ones.
Roman Arutyunyan
1
-2
/
+11
2021-07-16
HTTP/3: use request pool instead of connection pool.
Roman Arutyunyan
1
-5
/
+5
2021-07-13
HTTP/3: response trailers support.
Roman Arutyunyan
1
-16
/
+118
2021-07-01
HTTP/3: quic-qpack term updates.
Sergey Kandaurov
10
-232
/
+232
2021-06-11
HTTP/3: client GOAWAY support.
Roman Arutyunyan
6
-0
/
+49
2021-06-11
HTTP/3: generate more H3_FRAME_UNEXPECTED.
Roman Arutyunyan
1
-3
/
+23
2021-06-11
HTTP/3: reordered H3_MISSING_SETTINGS and H3_FRAME_UNEXPECTED.
Roman Arutyunyan
1
-6
/
+6
2021-06-01
HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1).
Sergey Kandaurov
1
-1
/
+0
2021-06-01
HTTP/3: fixed parsing encoder insertions with empty header value.
Sergey Kandaurov
1
-0
/
+2
2021-05-31
HTTP/3: removed $http3 that served its purpose.
Sergey Kandaurov
1
-50
/
+1
2021-05-27
HTTP/3: fixed Insert With Name Reference index processing.
Sergey Kandaurov
1
-1
/
+12
2021-05-18
HTTP/3: fixed server push after 9ec3e71f8a61.
Roman Arutyunyan
1
-4
/
+3
2021-04-28
HTTP/3: clean up table from session cleanup handler.
Roman Arutyunyan
3
-19
/
+13
2021-05-05
HTTP/3: moved session initialization to a separate file.
Roman Arutyunyan
3
-75
/
+87
2021-05-05
HTTP/3: separate header files for existing source files.
Roman Arutyunyan
4
-74
/
+135
2021-05-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
4
-125
/
+159
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
4
-17
/
+16
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
5
-38
/
+38
2021-05-05
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
3
-30
/
+19
2021-04-30
HTTP/3: ngx_http_v3_get_session() macro.
Roman Arutyunyan
5
-22
/
+24
2021-05-05
HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.
Roman Arutyunyan
2
-12
/
+12
2021-05-04
HTTP/3: fixed decoder stream stubs.
Roman Arutyunyan
1
-5
/
+5
2021-05-05
HTTP/3: reject empty DATA and HEADERS frames on control stream.
Roman Arutyunyan
1
-5
/
+4
2021-04-22
HTTP/3: adjusted control stream parsing.
Vladimir Homutov
1
-0
/
+4
2021-04-16
HTTP/3: keepalive_time support.
Sergey Kandaurov
2
-4
/
+12
2021-04-12
HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.
Sergey Kandaurov
1
-1
/
+0
2021-03-15
HTTP/3: fixed $connection_requests.
Roman Arutyunyan
1
-0
/
+1
2021-03-30
HTTP/3: keepalive timeout.
Roman Arutyunyan
3
-0
/
+85
2021-03-15
QUIC: connection shutdown.
Roman Arutyunyan
3
-0
/
+10
2021-03-15
HTTP/3: send GOAWAY when last request is accepted.
Roman Arutyunyan
3
-0
/
+56
2021-03-16
HTTP/3: do not push until a MAX_PUSH_ID frame is received.
Sergey Kandaurov
2
-3
/
+6
2021-03-10
HTTP/3: fixed server push.
Sergey Kandaurov
1
-0
/
+1
2021-02-17
HTTP/3: limited client header size.
Roman Arutyunyan
2
-0
/
+16
2021-02-17
HTTP/3: introduced ngx_http_v3_parse_t structure.
Roman Arutyunyan
2
-19
/
+14
2021-02-16
HTTP/3: removed http3_max_field_size.
Roman Arutyunyan
3
-19
/
+5
2021-02-01
HTTP/3: fixed format specifier.
Roman Arutyunyan
1
-1
/
+1
2021-01-25
HTTP/3: refactored request body parser.
Roman Arutyunyan
2
-46
/
+461
2021-01-29
HTTP/3: call ngx_handle_read_event() from client header handler.
Roman Arutyunyan
1
-4
/
+5
2021-01-18
HTTP/3: client header validation.
Roman Arutyunyan
1
-0
/
+70
2021-01-12
HTTP/3: added comment.
Roman Arutyunyan
1
-0
/
+1
2021-01-22
HTTP/3: client pseudo-headers restrictions.
Roman Arutyunyan
1
-0
/
+92
2021-01-22
HTTP/3: refactored request parser.
Roman Arutyunyan
3
-222
/
+378
2020-12-16
HTTP/3: staticize internal parsing functions.
Sergey Kandaurov
2
-45
/
+45
2020-12-16
HTTP/3: staticize ngx_http_v3_methods.
Sergey Kandaurov
1
-1
/
+1
2020-11-27
HTTP/3: introduced ngx_http_v3_filter.
Roman Arutyunyan
3
-1135
/
+1360
2020-11-25
HTTP/3: eliminated r->method_start.
Roman Arutyunyan
1
-8
/
+7
2020-11-17
HTTP/3: null-terminate empty header value.
Roman Arutyunyan
1
-0
/
+1
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
5
-24
/
+24
2020-11-10
QUIC: multiple versions support in ALPN.
Sergey Kandaurov
1
-3
/
+2
2020-09-16
HTTP/3: rearranged length check when parsing header.
Roman Arutyunyan
1
-5
/
+5
[next]