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
/
ngx_http_v3_streams.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-07
HTTP/3: renamed files.
Roman Arutyunyan
1
-733
/
+0
2021-12-06
QUIC: simplified configuration.
Vladimir Homutov
1
-4
/
+1
2021-10-18
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
1
-6
/
+11
2021-10-18
HTTP/3: adjusted QUIC connection finalization.
Roman Arutyunyan
1
-15
/
+64
2021-10-07
HTTP/3: traffic-based flood detection.
Roman Arutyunyan
1
-13
/
+47
2021-10-06
HTTP/3: removed client-side encoder support.
Roman Arutyunyan
1
-149
/
+0
2021-07-08
HTTP/3: bulk parse functions.
Roman Arutyunyan
1
-16
/
+19
2021-07-29
HTTP/3: http3_max_uni_streams directive.
Roman Arutyunyan
1
-0
/
+14
2021-07-29
HTTP/3: require mandatory uni streams before additional ones.
Roman Arutyunyan
1
-2
/
+11
2021-07-01
HTTP/3: quic-qpack term updates.
Sergey Kandaurov
1
-2
/
+2
2021-06-11
HTTP/3: client GOAWAY support.
Roman Arutyunyan
1
-0
/
+15
2021-05-05
HTTP/3: moved session initialization to a separate file.
Roman Arutyunyan
1
-75
/
+1
2021-05-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
1
-106
/
+37
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
1
-8
/
+7
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
1
-17
/
+17
2021-05-05
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
1
-14
/
+9
2021-04-30
HTTP/3: ngx_http_v3_get_session() macro.
Roman Arutyunyan
1
-7
/
+7
2021-05-05
HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.
Roman Arutyunyan
1
-0
/
+12
2021-03-30
HTTP/3: keepalive timeout.
Roman Arutyunyan
1
-0
/
+41
2021-03-15
QUIC: connection shutdown.
Roman Arutyunyan
1
-0
/
+4
2021-03-15
HTTP/3: send GOAWAY when last request is accepted.
Roman Arutyunyan
1
-0
/
+34
2021-03-16
HTTP/3: do not push until a MAX_PUSH_ID frame is received.
Sergey Kandaurov
1
-1
/
+2
2021-01-22
HTTP/3: refactored request parser.
Roman Arutyunyan
1
-36
/
+30
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
1
-9
/
+9
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
1
-0
/
+135
2020-07-27
QUIC: limited the number of server-initiated streams.
Roman Arutyunyan
1
-13
/
+15
2020-07-23
HTTP/3: renamed server configuration variables from v3cf to h3scf.
Roman Arutyunyan
1
-6
/
+6
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
1
-7
/
+42
2020-07-02
HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.
Roman Arutyunyan
1
-14
/
+44
2020-07-02
HTTP/3: refactored dynamic table implementation.
Roman Arutyunyan
1
-4
/
+50
2020-05-19
HTTP/3: prevent array access by negative index for unknown streams.
Roman Arutyunyan
1
-1
/
+3
2020-04-23
Assign connection number to every QUIC stream log.
Roman Arutyunyan
1
-2
/
+0
2020-03-25
Simplifed handling HTTP/3 streams.
Roman Arutyunyan
1
-168
/
+77
2020-03-24
When closing a QUIC connection, wait for all streams to finish.
Roman Arutyunyan
1
-0
/
+21
2020-03-18
Fixed HTTP/3 server stream creation.
Roman Arutyunyan
1
-5
/
+5
2020-03-18
Refactored HTTP/3 parser.
Roman Arutyunyan
1
-574
/
+118
2020-03-13
HTTP/3.
Roman Arutyunyan
1
-0
/
+1097