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-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-01-28
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
4
-4
/
+4
2023-01-28
Style.
Maxim Dounin
2
-3
/
+3
2023-01-24
Gzip static: ranges support (ticket #2349).
Maxim Dounin
1
-0
/
+2
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-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-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
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
1
-8
/
+8
2021-11-01
SSL: $ssl_curve (ticket #2135).
Sergey Kandaurov
1
-0
/
+3
2021-10-28
Mp4: mp4_start_key_frame directive.
Roman Arutyunyan
1
-27
/
+194
2021-10-28
Mp4: added ngx_http_mp4_update_mdhd_atom() function.
Roman Arutyunyan
1
-8
/
+32
2021-10-20
HTTP: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
1
-7
/
+6
2021-10-14
SSL: added $ssl_alpn_protocol variable.
Vladimir Homutov
1
-0
/
+3
2021-10-15
HTTP/2: removed support for NPN.
Vladimir Homutov
1
-54
/
+5
2021-10-18
Upstream: fixed logging level of upstream invalid header errors.
Maxim Dounin
4
-4
/
+4
2021-10-07
Proxy: disabled keepalive on extra data in non-buffered mode.
Awdhesh Mathpal
1
-0
/
+1
2021-08-16
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
4
-25
/
+25
2021-06-28
Improved logging of invalid headers.
Maxim Dounin
4
-12
/
+20
2021-06-28
Disabled control characters and space in header names.
Maxim Dounin
1
-1
/
+1
2021-06-28
Disabled spaces in URIs (ticket #196).
Maxim Dounin
1
-2
/
+2
2021-06-17
gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
Sergey Kandaurov
1
-0
/
+4
2021-06-17
gRPC: handling GOAWAY with a higher last stream identifier.
Sergey Kandaurov
1
-0
/
+9
2021-05-24
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
2
-4
/
+38
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
3
-73
/
+111
2021-05-06
Auth basic: changed alcf->user_file to be a pointer.
Maxim Dounin
1
-9
/
+12
2021-05-06
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
5
-32
/
+26
2021-04-08
Changed keepalive_requests default to 1000 (ticket #2155).
Maxim Dounin
1
-1
/
+1
2021-04-08
Introduced the "keepalive_time" directive.
Maxim Dounin
1
-0
/
+14
2021-04-05
Gzip: updated handling of zlib variant from Intel.
Maxim Dounin
1
-26
/
+9
2021-04-05
Gzip: support for zlib-ng.
Maxim Dounin
1
-2
/
+21
2021-03-28
Fixed handling of already closed connections.
Maxim Dounin
1
-2
/
+7
2021-03-23
gRPC: fixed handling of padding on DATA frames.
Maxim Dounin
1
-11
/
+24
2021-03-05
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
4
-8
/
+8
[next]