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
2020-05-20
Assorted fixes.
Sergey Kandaurov
1
-1
/
+1
2020-05-14
Address validation using Retry packets.
Sergey Kandaurov
1
-0
/
+18
2020-04-23
Assign connection number to every QUIC stream log.
Roman Arutyunyan
1
-2
/
+0
2020-04-22
HTTP/3: directives with limited values converted to post handler.
Sergey Kandaurov
1
-30
/
+50
2020-04-22
HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot.
Sergey Kandaurov
1
-15
/
+15
2020-04-21
HTTP/3: fixed encoding variable-length integers.
Roman Arutyunyan
1
-5
/
+9
2020-04-16
Added handling of incorrect values in TP configuration.
Vladimir Homutov
1
-4
/
+30
2020-04-15
Added primitive flow control mechanisms.
Vladimir Homutov
1
-4
/
+6
2020-04-13
HTTP/3: fixed reading request body.
Roman Arutyunyan
1
-1
/
+2
2020-03-28
HTTP/3: http3 variable.
Sergey Kandaurov
1
-0
/
+24
2020-03-28
HTTP/3: static table cleanup.
Sergey Kandaurov
1
-7
/
+8
2020-03-27
Parsing HTTP/3 request body.
Roman Arutyunyan
4
-0
/
+133
2020-03-27
Chunked response body in HTTP/3.
Roman Arutyunyan
2
-5
/
+31
2020-03-27
Fixed buffer overflow.
Roman Arutyunyan
1
-1
/
+1
2020-03-25
Simplifed handling HTTP/3 streams.
Roman Arutyunyan
2
-178
/
+86
2020-03-24
When closing a QUIC connection, wait for all streams to finish.
Roman Arutyunyan
1
-0
/
+21
2020-03-23
Respect QUIC max_idle_timeout.
Roman Arutyunyan
1
-1
/
+1
2020-03-23
Support for HTTP/3 ALPN.
Roman Arutyunyan
1
-0
/
+3
2020-03-23
Limit output QUIC packets with client max_packet_size.
Roman Arutyunyan
1
-3
/
+6
2020-03-20
Removed unused variable.
Roman Arutyunyan
1
-3
/
+1
2020-03-20
Adedd the http "quic" variable.
Vladimir Homutov
1
-1
/
+52
2020-03-20
Configurable transport parameters.
Vladimir Homutov
2
-2
/
+185
2020-03-19
Fixed header creation for header_only responses in HTTP/3.
Roman Arutyunyan
1
-11
/
+15
2020-03-18
HTTP/3 $request_line variable.
Roman Arutyunyan
1
-538
/
+35
2020-03-18
Fixed pointer increment while parsing HTTP/3 header.
Roman Arutyunyan
1
-3
/
+2
2020-03-18
Fixed HTTP/3 server stream creation.
Roman Arutyunyan
1
-5
/
+5
2020-03-18
Removed comment.
Roman Arutyunyan
1
-1
/
+0
2020-03-18
Refactored HTTP/3 parser.
Roman Arutyunyan
7
-682
/
+1861
2020-03-14
Temporary fix for header null-termination in HTTP/3.
Roman Arutyunyan
1
-0
/
+12
2020-03-13
HTTP/3.
Roman Arutyunyan
6
-0
/
+2764