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-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
2020-09-16
HTTP/3: reject HTTP/2 frames.
Roman Arutyunyan
1
-0
/
+17
2020-08-24
HTTP/3: skip unknown frames on request stream.
Roman Arutyunyan
3
-11
/
+60
2020-09-16
HTTP/3: fixed handling request body eof.
Roman Arutyunyan
1
-12
/
+12
2020-08-31
HTTP/3: do not set the never-indexed literal bit by default.
Roman Arutyunyan
1
-3
/
+3
2020-08-18
HTTP/3: fixed context storage in request body parser.
Sergey Kandaurov
1
-1
/
+1
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
5
-11
/
+1018
2020-07-27
QUIC: limited the number of server-initiated streams.
Roman Arutyunyan
1
-13
/
+15
2020-07-14
HTTP/3: support $server_protocol variable.
Roman Arutyunyan
1
-0
/
+2
2020-07-23
Style: moved function declarations to match usual code style.
Roman Arutyunyan
1
-11
/
+9
2020-07-23
HTTP/3: renamed server configuration variables from v3cf to h3scf.
Roman Arutyunyan
4
-26
/
+26
2020-07-13
HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.
Roman Arutyunyan
1
-0
/
+0
[next]