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_request.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
HTTP/3: decoder stream pre-creation.
Roman Arutyunyan
1
-6
/
+14
2023-09-14
HTTP/3: postponed session creation to init() callback.
Roman Arutyunyan
1
-5
/
+4
2023-09-13
HTTP/3: moved variable initialization.
Roman Arutyunyan
1
-1
/
+2
2023-09-13
QUIC: "handshake_timeout" configuration parameter.
Roman Arutyunyan
1
-7
/
+1
2023-05-11
HTTP/3: removed "http3" parameter of "listen" directive.
Roman Arutyunyan
1
-8
/
+6
2023-02-27
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
1
-23
/
+44
2023-01-05
HTTP/3: insert count block timeout.
Roman Arutyunyan
1
-0
/
+6
2023-01-05
HTTP/3: trigger 400 (Bad Request) on stream error while blocked.
Roman Arutyunyan
1
-1
/
+1
2023-01-10
HTTP/3: fixed $connection_time.
Sergey Kandaurov
1
-4
/
+1
2022-10-25
HTTP/3: implement keepalive for hq.
Roman Arutyunyan
1
-17
/
+30
2022-11-30
QUIC: application init() callback.
Roman Arutyunyan
1
-5
/
+33
2022-08-22
HTTP/3: renamed functions.
Roman Arutyunyan
1
-2
/
+2
2022-10-19
QUIC: idle mode for main connection.
Roman Arutyunyan
1
-1
/
+34
2022-10-19
HTTP/3: unified hq code with regular HTTP/3 code.
Roman Arutyunyan
1
-95
/
+23
2022-11-25
HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).
Jiuzhou Cui
1
-0
/
+2
2022-11-22
HTTP/3: fixed server_name regex captures (ticket #2407).
Sergey Kandaurov
1
-0
/
+1
2022-08-03
HTTP/3: skip empty request body buffers (ticket #2374).
Roman Arutyunyan
1
-7
/
+9
2021-12-30
HTTP/3: improved processing of multiple Cookie field lines.
Sergey Kandaurov
1
-14
/
+151
2021-12-29
Style.
Roman Arutyunyan
1
-1
/
+1
2021-12-07
HTTP/3: avoid sending stream cancellation for pushed streams.
Sergey Kandaurov
1
-1
/
+3
2021-12-06
QUIC: simplified configuration.
Vladimir Homutov
1
-1
/
+2
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
1
-9
/
+15
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
1
-4
/
+119
2021-10-18
HTTP/3: send Stream Cancellation instruction.
Roman Arutyunyan
1
-0
/
+8
2021-10-18
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
1
-17
/
+127
2021-10-18
HTTP/3: adjusted QUIC connection finalization.
Roman Arutyunyan
1
-13
/
+4
2021-10-07
HTTP/3: traffic-based flood detection.
Roman Arutyunyan
1
-0
/
+27
2021-10-06
HTTP/3: fixed request length calculation.
Roman Arutyunyan
1
-2
/
+2
2021-09-22
HTTP/3: fixed ngx_stat_active counter.
Roman Arutyunyan
1
-0
/
+4
2021-09-16
HTTP/3: added CONNECT and TRACE methods rejection.
Sergey Kandaurov
1
-1
/
+14
2021-09-09
HTTP/3: reading body buffering in filters.
Roman Arutyunyan
1
-3
/
+35
2021-07-08
HTTP/3: bulk parse functions.
Roman Arutyunyan
1
-5
/
+10
2021-08-24
HTTP/3: fixed dead store assignment.
Sergey Kandaurov
1
-1
/
+0
2021-08-10
HTTP/3: disabled control characters and space in header names.
Sergey Kandaurov
1
-1
/
+1
2021-07-29
HTTP/3: close connection on keepalive_requests * 2.
Roman Arutyunyan
1
-2
/
+9
2021-07-01
HTTP/3: quic-qpack term updates.
Sergey Kandaurov
1
-2
/
+2
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
1
-2
/
+2
2021-04-30
HTTP/3: ngx_http_v3_get_session() macro.
Roman Arutyunyan
1
-2
/
+2
2021-04-16
HTTP/3: keepalive_time support.
Sergey Kandaurov
1
-4
/
+10
2021-03-15
HTTP/3: fixed $connection_requests.
Roman Arutyunyan
1
-0
/
+1
2021-03-30
HTTP/3: keepalive timeout.
Roman Arutyunyan
1
-0
/
+36
2021-03-15
QUIC: connection shutdown.
Roman Arutyunyan
1
-0
/
+3
2021-03-15
HTTP/3: send GOAWAY when last request is accepted.
Roman Arutyunyan
1
-0
/
+21
2021-02-17
HTTP/3: limited client header size.
Roman Arutyunyan
1
-0
/
+15
2021-02-17
HTTP/3: introduced ngx_http_v3_parse_t structure.
Roman Arutyunyan
1
-19
/
+8
2021-02-01
HTTP/3: fixed format specifier.
Roman Arutyunyan
1
-1
/
+1
2021-01-25
HTTP/3: refactored request body parser.
Roman Arutyunyan
1
-44
/
+459
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-22
HTTP/3: client pseudo-headers restrictions.
Roman Arutyunyan
1
-0
/
+92
[next]