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_parse.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
HTTP/3: fixed handling of zero-length literal field line.
Sergey Kandaurov
1
-0
/
+3
2023-11-14
HTTP/3: added Huffman decoding error logging.
Sergey Kandaurov
1
-0
/
+2
2023-05-12
HTTP/3: removed server push support.
Roman Arutyunyan
1
-87
/
+4
2023-05-11
QUIC: style.
Maxim Dounin
1
-1
/
+2
2022-05-26
HTTP/3: require that field section base index is not negative.
Roman Arutyunyan
1
-0
/
+6
2022-01-27
HTTP/3: delayed Insert Count Increment instruction.
Roman Arutyunyan
1
-0
/
+2
2021-12-24
Merged with the default branch.
Ruslan Ermilov
1
-2
/
+2
2021-07-08
HTTP/3: bulk parse functions.
Roman Arutyunyan
1
-846
/
+1036
2021-07-01
HTTP/3: quic-qpack term updates.
Sergey Kandaurov
1
-100
/
+100
2021-06-11
HTTP/3: client GOAWAY support.
Roman Arutyunyan
1
-0
/
+25
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-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
1
-15
/
+108
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
1
-1
/
+1
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-02-16
HTTP/3: removed http3_max_field_size.
Roman Arutyunyan
1
-5
/
+5
2020-12-16
HTTP/3: staticize internal parsing functions.
Sergey Kandaurov
1
-13
/
+43
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
1
-1
/
+1
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
1
-10
/
+53
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
1
-2
/
+34
2020-07-23
HTTP/3: renamed server configuration variables from v3cf to h3scf.
Roman Arutyunyan
1
-3
/
+3
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
1
-106
/
+127
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
1
-25
/
+86
2020-07-02
HTTP/3: fixed prefixed integer encoding and decoding.
Roman Arutyunyan
1
-6
/
+7
2020-06-29
HTTP/3: http3_max_field_size directive to limit string size.
Roman Arutyunyan
1
-1
/
+10
2020-03-27
Parsing HTTP/3 request body.
Roman Arutyunyan
1
-0
/
+58
2020-03-18
Removed comment.
Roman Arutyunyan
1
-1
/
+0
2020-03-18
Refactored HTTP/3 parser.
Roman Arutyunyan
1
-0
/
+1424