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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-4
/
+4
2022-10-13
SSL: removed cast not needed after 5ffd76a9ccf3.
Sergey Kandaurov
1
-1
/
+1
2022-10-12
SSL: workaround for session timeout handling with TLSv1.3.
Maxim Dounin
2
-0
/
+48
2022-10-12
SSL: optimized rotation of session ticket keys.
Maxim Dounin
2
-19
/
+47
2022-10-12
SSL: automatic rotation of session ticket keys.
Maxim Dounin
2
-30
/
+160
2022-10-12
SSL: shorter debug messages about session tickets.
Maxim Dounin
1
-3
/
+3
2022-10-12
SSL: renamed session ticket key functions and data index.
Maxim Dounin
2
-16
/
+13
2022-10-12
SSL: renamed session ticket key type.
Maxim Dounin
2
-21
/
+21
2022-10-12
SSL: style.
Maxim Dounin
1
-0
/
+2
2022-10-12
SSL: explicit clearing of expired sessions.
Maxim Dounin
1
-0
/
+6
2022-10-12
SSL: single allocation in session cache on 32-bit platforms.
Maxim Dounin
2
-48
/
+25
2022-10-12
SSL: explicit session id length checking.
Maxim Dounin
1
-2
/
+8
2022-10-12
SSL: updated comment about session sizes.
Maxim Dounin
1
-6
/
+6
2022-10-12
SSL: reduced logging of session cache failures (ticket #621).
Maxim Dounin
2
-2
/
+8
2022-10-12
SSL: disabled saving tickets to session cache.
Maxim Dounin
1
-0
/
+17
2022-09-27
Added type cast to ngx_proxy_protocol_parse_uint16().
Roman Arutyunyan
1
-1
/
+3
2022-10-12
PROXY protocol v2 TLV variables.
Roman Arutyunyan
4
-2
/
+265
2022-10-10
Log only the first line of user input on PROXY protocol v1 error.
Roman Arutyunyan
1
-1
/
+7
2022-09-08
SSL: silenced GCC warnings when building with BoringSSL.
Sergey Kandaurov
1
-1
/
+1
2022-09-07
Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).
Maxim Dounin
1
-3
/
+3
2022-09-07
Win32: disabled C4306 warnings with MSVC.
Maxim Dounin
1
-0
/
+3
2022-09-07
Win32: removed misleading comment about warnings being disabled.
Maxim Dounin
1
-2
/
+0
2022-09-07
SSL: fixed incorrect usage of #if instead of #ifdef.
Maxim Dounin
1
-1
/
+1
2022-09-07
Events: fixed style and wrong error handling in the iocp module.
Maxim Dounin
1
-4
/
+3
2022-08-09
SSL: logging level of "bad record type" errors.
Murilo Andrade
1
-0
/
+3
2022-08-30
Version bump.
Maxim Dounin
1
-2
/
+2
2022-07-15
Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).
Maxim Dounin
1
-0
/
+2
2022-07-15
Range filter: clearing of pre-existing Content-Range headers.
Maxim Dounin
1
-0
/
+13
2022-07-14
Resolver: fixed memory leak for the "ipv4=off" case.
Sergey Kandaurov
1
-4
/
+1
2022-07-12
The "ipv4=" parameter of the "resolver" directive.
Ruslan Ermilov
2
-15
/
+54
2022-07-12
SSL: logging levels of various errors added in OpenSSL 1.1.1.
Maxim Dounin
1
-0
/
+12
2022-06-29
Upstream: optimized use of SSL contexts (ticket #1234).
Maxim Dounin
4
-27
/
+235
2022-06-29
Version bump.
Maxim Dounin
1
-2
/
+2
2022-06-14
Perl: removed unused variables, forgotten in ef6a3a99a81a.
Sergey Kandaurov
1
-2
/
+1
2022-06-01
Resolver: make TCP write timer event cancelable.
Aleksei Bavshin
1
-0
/
+1
2022-05-23
Stream: don't flush empty buffers created for read errors.
Aleksei Bavshin
1
-1
/
+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
5
-12
/
+20
2022-06-07
Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.
Maxim Dounin
2
-7
/
+24
2022-05-31
Upstream: fixed build without http cache (broken by cd73509f21e2).
Maxim Dounin
1
-4
/
+5
2022-05-30
Headers filter: improved memory allocation error handling.
Maxim Dounin
1
-0
/
+4
2022-05-30
Multiple WWW-Authenticate headers with "satisfy any;".
Maxim Dounin
1
-2
/
+3
2022-05-30
Auth request: multiple WWW-Authenticate headers (ticket #485).
Maxim Dounin
1
-3
/
+8
2022-05-30
Upstream: multiple WWW-Authenticate headers (ticket #485).
Maxim Dounin
1
-9
/
+17
2022-05-30
Upstream: handling of multiple Vary headers (ticket #1423).
Maxim Dounin
1
-5
/
+43
2022-05-30
Upstream: duplicate headers ignored or properly linked.
Maxim Dounin
2
-9
/
+104
2022-05-30
Upstream: header handlers can now return parsing errors.
Maxim Dounin
6
-13
/
+80
2022-05-30
Upstream: all known headers in u->headers_in are linked lists now.
Maxim Dounin
2
-0
/
+11
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
14
-0
/
+25
[next]