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
(
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
2024-05-28
HTTP/3: fixed dynamic table overflow.
Roman Arutyunyan
1
-1
/
+1
2024-05-28
HTTP/3: decoder stream pre-creation.
Roman Arutyunyan
3
-9
/
+17
2023-11-25
Upstream: variables support in proxy_limit_rate and friends.
J Carter
6
-18
/
+18
2024-05-23
Optimized chain link usage (ticket #2614).
Roman Arutyunyan
5
-12
/
+37
2024-05-03
HTTP/3: fixed handling of malformed request body length.
Sergey Kandaurov
1
-0
/
+9
2024-02-26
Rewrite: fixed "return" directive without response text.
Piotr Sikora
1
-0
/
+1
2024-03-18
Fixed undefined behaviour with IPv4-mapped IPv6 addresses.
Sergey Kandaurov
3
-4
/
+4
2024-03-14
Geo: fixed uninitialized memory access.
Piotr Sikora
1
-3
/
+1
2024-03-22
Overhauled some diagnostic messages akin to 1b05b9bbcebf.
Sergey Kandaurov
2
-2
/
+2
2024-01-30
HTTP/3: added more compatibility checks for "listen ... quic".
Sergey Kandaurov
1
-5
/
+31
2024-01-30
Upstream: fixed usage of closed sockets with filter finalization.
Maxim Dounin
1
-0
/
+4
2024-01-30
Fixed request termination with AIO and subrequests (ticket #2555).
Maxim Dounin
5
-23
/
+71
2024-01-29
AIO operations now add timers (ticket #2162).
Maxim Dounin
3
-0
/
+65
2023-11-29
HTTP: uniform checks in ngx_http_alloc_large_header_buffer().
Vladimir Khomutov
1
-7
/
+25
2023-11-28
HTTP: removed unused r->port_start and r->port_end.
Vladimir Khomutov
3
-10
/
+0
2023-11-14
HTTP/3: added Huffman decoding error logging.
Sergey Kandaurov
1
-0
/
+2
2023-11-14
Adjusted Huffman coding debug logging, missed in 7977:336084ff943b.
Sergey Kandaurov
1
-3
/
+3
2023-10-21
HTTP/2: fixed buffer management with HTTP/2 auto-detection.
Sergey Kandaurov
2
-6
/
+4
2023-10-10
HTTP/2: per-iteration stream handling limit.
Maxim Dounin
2
-0
/
+17
2023-09-14
HTTP/3: postponed session creation to init() callback.
Roman Arutyunyan
4
-13
/
+13
2023-09-13
HTTP/3: moved variable initialization.
Roman Arutyunyan
1
-1
/
+2
2023-09-13
QUIC: "handshake_timeout" configuration parameter.
Roman Arutyunyan
2
-9
/
+7
2023-08-31
Upstream: fixed handling of Status headers without reason-phrase.
Maxim Dounin
3
-3
/
+12
2023-07-12
HTTP/3: fixed $body_bytes_sent.
Sergey Kandaurov
1
-0
/
+1
2023-06-08
HTTP/2: removed server push (ticket #2432).
Sergey Kandaurov
5
-1010
/
+56
2023-06-08
SSL: removed the "ssl" directive.
Roman Arutyunyan
3
-89
/
+2
2023-05-16
HTTP/2: "http2" directive.
Roman Arutyunyan
7
-62
/
+127
2023-05-19
Merged with the quic branch.
Roman Arutyunyan
23
-24
/
+7361
2023-05-12
HTTP/3: removed server push support.
Roman Arutyunyan
7
-1082
/
+6
2023-05-14
Common tree insert function for QUIC and UDP connections.
Roman Arutyunyan
1
-7
/
+0
2023-05-11
QUIC: style.
Maxim Dounin
2
-3
/
+4
2023-05-11
HTTP/3: removed "http3" parameter of "listen" directive.
Roman Arutyunyan
5
-33
/
+7
2023-05-11
QUIC: removed "quic_mtu" directive.
Roman Arutyunyan
1
-37
/
+0
2023-05-01
Variables: avoid possible buffer overrun with some "$sent_http_*".
Sergey Kandaurov
1
-2
/
+4
2023-05-04
HTTP/3: fixed ngx_http_v3_init_session() error handling.
Sergey Kandaurov
1
-3
/
+0
2023-04-06
HTTP/3: fixed CANCEL_PUSH handling.
Sergey Kandaurov
1
-1
/
+1
2023-03-29
Merged with the default branch.
Sergey Kandaurov
15
-43
/
+113
2023-03-27
Gzip: compatibility with recent zlib-ng versions.
Maxim Dounin
1
-6
/
+12
2023-03-24
SSL: enabled TLSv1.3 by default.
Maxim Dounin
4
-8
/
+12
2023-03-24
HTTP/3: fixed OpenSSL compatibility layer initialization.
Sergey Kandaurov
1
-4
/
+36
2023-03-10
HTTP/2: finalize request as bad if header validation fails.
Maxim Dounin
1
-8
/
+1
2023-03-10
HTTP/2: socket leak with "return 444" in error_page (ticket #2455).
Maxim Dounin
1
-0
/
+4
2023-02-02
Lingering close for connections with pipelined requests.
Maxim Dounin
1
-1
/
+3
2023-01-28
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
6
-12
/
+6
2023-01-28
Style.
Maxim Dounin
3
-5
/
+5
2023-01-28
Added warning about redefinition of listen socket protocol options.
Maxim Dounin
2
-1
/
+66
2023-01-26
HTTP/3: trigger more compatibility errors for "listen quic".
Roman Arutyunyan
1
-3
/
+19
2023-02-27
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
10
-85
/
+121
2023-02-22
QUIC: OpenSSL compatibility layer.
Roman Arutyunyan
1
-3
/
+13
[next]