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
/
modules
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-25
Upstream: variables support in proxy_limit_rate and friends.
J Carter
4
-16
/
+16
2024-05-23
Optimized chain link usage (ticket #2614).
Roman Arutyunyan
5
-12
/
+37
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
2023-08-31
Upstream: fixed handling of Status headers without reason-phrase.
Maxim Dounin
3
-3
/
+12
2023-06-08
SSL: removed the "ssl" directive.
Roman Arutyunyan
2
-82
/
+1
2023-05-16
HTTP/2: "http2" directive.
Roman Arutyunyan
1
-8
/
+16
2023-05-11
HTTP/3: removed "http3" parameter of "listen" directive.
Roman Arutyunyan
1
-1
/
+1
2023-03-29
Merged with the default branch.
Sergey Kandaurov
9
-21
/
+33
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-01-28
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
4
-4
/
+4
2023-01-28
Style.
Maxim Dounin
2
-3
/
+3
2023-02-27
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
1
-11
/
+18
2023-02-22
QUIC: OpenSSL compatibility layer.
Roman Arutyunyan
1
-3
/
+13
2023-01-24
Gzip static: ranges support (ticket #2349).
Maxim Dounin
1
-0
/
+2
2022-12-15
Merged with the default branch.
Sergey Kandaurov
2
-1
/
+29
2022-11-21
SSI: handling of subrequests from other modules (ticket #1263).
Ciel Zhao
2
-1
/
+29
2022-10-19
Mp4: disabled duplicate atoms.
Roman Arutyunyan
1
-0
/
+147
2022-10-17
SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
1
-2
/
+2
2022-10-20
Merged with the default branch.
Sergey Kandaurov
2
-2
/
+149
2022-07-15
Range filter: clearing of pre-existing Content-Range headers.
Maxim Dounin
1
-0
/
+13
2022-06-29
Upstream: optimized use of SSL contexts (ticket #1234).
Maxim Dounin
3
-21
/
+177
2022-06-14
Perl: removed unused variables, forgotten in ef6a3a99a81a.
Sergey Kandaurov
1
-2
/
+1
2022-07-26
Merged with the default branch.
Sergey Kandaurov
4
-21
/
+190
2022-06-22
Merged with the default branch.
Sergey Kandaurov
20
-178
/
+308
2022-06-07
Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().
Maxim Dounin
1
-1
/
+1
2022-06-07
Upstream: handling of certificates specified as an empty string.
Sergey Kandaurov
3
-6
/
+9
2022-05-30
Headers filter: improved memory allocation error handling.
Maxim Dounin
1
-0
/
+4
2022-05-30
Auth request: multiple WWW-Authenticate headers (ticket #485).
Maxim Dounin
1
-3
/
+8
2022-05-30
Upstream: header handlers can now return parsing errors.
Maxim Dounin
5
-10
/
+30
2022-05-30
Upstream: all known headers in u->headers_in are linked lists now.
Maxim Dounin
1
-0
/
+2
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
10
-0
/
+13
2022-05-30
Perl: combining unknown headers during $r->header_in() lookup.
Maxim Dounin
1
-40
/
+44
2022-05-30
Perl: all known input headers are handled identically.
Maxim Dounin
1
-20
/
+2
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
7
-82
/
+51
2022-05-30
Uwsgi: combining headers with identical names (ticket #1724).
Maxim Dounin
1
-6
/
+51
2022-05-30
SCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
1
-5
/
+45
2022-05-30
FastCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
1
-11
/
+55
2022-01-26
HTTP/3: removed draft versions support in ALPN.
Sergey Kandaurov
1
-15
/
+0
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
1
-8
/
+8
2021-12-24
Merged with the default branch.
Ruslan Ermilov
2
-8
/
+11
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
1
-18
/
+23
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
3
-607
/
+6
2021-12-02
HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
Sergey Kandaurov
2
-5
/
+5
2021-11-17
HTTP/3: fixed compilation with QUIC, but without HTTP/3.
Roman Arutyunyan
1
-0
/
+2
2021-11-11
QUIC: reject streams which we could not create.
Roman Arutyunyan
1
-0
/
+3
[next]