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-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
2020-07-13
HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int().
Roman Arutyunyan
1
-4
/
+8
2020-07-23
HTTP/3: generate Location response header for absolute redirects.
Roman Arutyunyan
1
-2
/
+81
2020-07-13
HTTP/3: header encoding functions.
Roman Arutyunyan
3
-90
/
+226
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
3
-253
/
+44
2020-07-20
Fixed format specifiers.
Sergey Kandaurov
1
-1
/
+1
2020-07-02
HTTP/3: simplified handling return codes from parse functions.
Roman Arutyunyan
1
-30
/
+4
2020-07-03
HTTP/3: put ngx_http_v3_parse_varlen_int() return code in variable.
Roman Arutyunyan
1
-16
/
+26
2020-07-03
HTTP/3: simplifed handling ngx_http_v3_parse_literal() return code.
Roman Arutyunyan
1
-56
/
+21
2020-07-03
HTTP/3: limited prefixed integer size by 62 bits.
Roman Arutyunyan
1
-38
/
+66
2020-07-03
HTTP/3: fixed overflow in prefixed integer parser.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: fixed prefix in decoding Section Acknowledgement.
Sergey Kandaurov
1
-1
/
+1
2020-07-02
HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.
Roman Arutyunyan
6
-131
/
+213
2020-06-30
HTTP/3: error code definitions for HTTP/3 and QPACK.
Roman Arutyunyan
1
-0
/
+23
2020-07-02
HTTP/3: downgraded literal size error level to NGX_LOG_INFO.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: refactored dynamic table implementation.
Roman Arutyunyan
6
-164
/
+565
2020-07-02
HTTP/3: fixed prefixed integer encoding and decoding.
Roman Arutyunyan
3
-16
/
+16
2020-06-29
HTTP/3: http3_max_field_size directive to limit string size.
Roman Arutyunyan
3
-1
/
+25
2020-06-26
HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro.
Roman Arutyunyan
1
-0
/
+6
2020-06-26
HTTP/3: fixed dropping first non-pseudo header.
Roman Arutyunyan
1
-11
/
+38
2020-06-25
HTTP/3: do not emit a DATA frame header for header_only responses.
Sergey Kandaurov
1
-1
/
+1
2020-05-29
QUIC draft-28 transport parameters support.
Sergey Kandaurov
1
-1
/
+3
2020-05-29
Renamed max_packet_size to max_udp_payload_size, from draft-28.
Sergey Kandaurov
1
-14
/
+15
2020-05-14
HTTP/3: reallocate strings inserted into the dynamic table.
Roman Arutyunyan
1
-3
/
+30
2020-05-19
Fixed client buffer reallocation for HTTP/3.
Roman Arutyunyan
1
-0
/
+1
2020-05-19
Fixed $request_length for HTTP/3.
Roman Arutyunyan
1
-0
/
+2
2020-05-19
HTTP/3: restricted symbols in header names.
Roman Arutyunyan
2
-4
/
+48
2020-05-19
HTTP/3: split header parser in two functions.
Roman Arutyunyan
2
-67
/
+76
2020-05-19
HTTP/3: prevent array access by negative index for unknown streams.
Roman Arutyunyan
1
-1
/
+3
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
[next]