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
/
event
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Maxim Dounin
1
-0
/
+5
2022-11-24
SSL: fixed debug logging of SSL_sendfile() return value.
Sergey Kandaurov
1
-1
/
+1
2022-11-23
Fixed segfault when switching off master process during upgrade.
Maxim Dounin
1
-1
/
+3
2022-11-23
Disabled cloning of sockets without master process (ticket #2403).
Maxim Dounin
1
-1
/
+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-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
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-07-12
SSL: logging levels of various errors added in OpenSSL 1.1.1.
Maxim Dounin
1
-0
/
+12
2022-02-08
SSL: logging level of "application data after close notify".
Sergey Kandaurov
1
-0
/
+6
2022-02-03
HTTP/2: made it possible to flush response headers (ticket #1743).
Maxim Dounin
2
-0
/
+4
2022-01-25
Core: added function for local source address cmsg.
Vladimir Homutov
2
-82
/
+12
2022-01-25
Core: made the ngx_sendmsg() function non-static.
Vladimir Homutov
1
-0
/
+32
2022-01-25
Core: the ngx_event_udp.h header file.
Vladimir Homutov
2
-6
/
+25
2022-01-24
SSL: always renewing tickets with TLSv1.3 (ticket #1892).
Maxim Dounin
1
-1
/
+15
2022-01-17
SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.
Sergey Kandaurov
1
-0
/
+3
2021-12-30
Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Maxim Dounin
3
-0
/
+64
2021-12-27
Support for sendfile(SF_NOCACHE).
Maxim Dounin
1
-0
/
+6
2021-12-27
SSL: SSL_sendfile(SF_NODISKIO) support.
Maxim Dounin
1
-2
/
+29
2021-12-27
Simplified sendfile(SF_NODISKIO) usage.
Maxim Dounin
1
-4
/
+0
2021-11-01
SSL: $ssl_curve (ticket #2135).
Sergey Kandaurov
2
-0
/
+38
2021-10-21
SSL: SSL_sendfile() support with kernel TLS.
Maxim Dounin
2
-5
/
+205
2021-10-21
Style: added missing "static" specifiers.
Maxim Dounin
1
-1
/
+1
2021-10-19
Stream: the "ssl_alpn" directive.
Vladimir Homutov
1
-0
/
+3
2021-10-14
SSL: added $ssl_alpn_protocol variable.
Vladimir Homutov
2
-0
/
+32
2021-08-10
SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.
Sergey Kandaurov
1
-5
/
+0
2021-08-10
SSL: removed export ciphers support.
Sergey Kandaurov
2
-36
/
+0
2021-08-10
SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.
Sergey Kandaurov
1
-0
/
+4
2021-08-10
SSL: silenced warnings when building with OpenSSL 3.0.
Sergey Kandaurov
1
-0
/
+2
2021-08-10
SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.
Sergey Kandaurov
2
-1
/
+6
2021-08-10
SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.
Sergey Kandaurov
1
-1
/
+31
2021-08-10
SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.
Sergey Kandaurov
1
-0
/
+5
2021-08-10
SSL: RSA data type is deprecated in OpenSSL 3.0.
Sergey Kandaurov
2
-1
/
+7
2021-08-04
SSL: SSL_CTX_set_tmp_dh() error handling.
Sergey Kandaurov
1
-1
/
+7
2021-08-03
SSL: set events ready flags after handshake.
Maxim Dounin
1
-0
/
+6
[next]