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
2016-12-05
SSL: $ssl_curves (ticket #1088).
Maxim Dounin
2
-0
/
+70
2016-12-05
SSL: $ssl_ciphers (ticket #870).
Maxim Dounin
2
-0
/
+86
2016-12-05
SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.
Maxim Dounin
2
-0
/
+184
2016-12-05
SSL: $ssl_client_verify extended with a failure reason.
Maxim Dounin
1
-8
/
+18
2016-12-05
OCSP stapling: improved error logging context.
Maxim Dounin
1
-1
/
+19
2016-12-05
OCSP stapling: added certificate name to warnings.
Maxim Dounin
3
-5
/
+36
2016-12-05
OCSP stapling: added http response status logging.
Maxim Dounin
1
-6
/
+9
2016-12-05
OCSP stapling: style.
Maxim Dounin
1
-10
/
+12
2016-11-21
Events: improved error event handling for UDP sockets.
Dmitry Volyntsev
4
-30
/
+19
2016-10-21
SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.
Dmitry Volyntsev
2
-1
/
+109
2016-10-18
SSL: overcame possible buffer over-read in ngx_ssl_error().
Valentin Bartenev
1
-1
/
+3
2016-10-10
Modules compatibility: compatibility with NGX_HTTP_SSL.
Maxim Dounin
2
-8
/
+5
2016-10-10
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
Maxim Dounin
1
-1
/
+1
2016-10-10
Modules compatibility: compatibility with NGX_THREADS.
Maxim Dounin
1
-1
/
+1
2016-10-04
SSL: use X509_check_host() with LibreSSL.
Maxim Dounin
1
-3
/
+3
2016-09-29
Introduced the NGX_COMPAT macro.
Ruslan Ermilov
1
-0
/
+3
2016-09-29
Modules compatibility: peer.notify.
Maxim Dounin
1
-0
/
+3
2016-09-20
Fixed log levels of configuration parsing errors.
Valentin Bartenev
1
-2
/
+2
2016-09-20
Removed influence of some options on structures.
Ruslan Ermilov
1
-2
/
+0
2016-09-15
Stream: filters.
Roman Arutyunyan
4
-0
/
+5
2016-09-12
OCSP stapling: fixed using wrong responder with multiple certs.
Maxim Dounin
1
-0
/
+3
2016-09-12
SSL: improved session ticket callback error handling.
Sergey Kandaurov
1
-3
/
+32
2016-09-12
SSL: factored out digest and cipher in session ticket callback.
Sergey Kandaurov
1
-14
/
+14
2016-09-01
Event pipe: do not set file's thread_handler if not needed.
Maxim Dounin
1
-4
/
+6
2016-09-01
Event pipe: process data after recv_chain() errors.
Maxim Dounin
1
-1
/
+1
2016-08-22
SSL: adopted session ticket handling for OpenSSL 1.1.0.
Sergey Kandaurov
1
-1
/
+1
2016-08-18
SSL: remove no longer needed workaround for BoringSSL.
Piotr Sikora
1
-2
/
+0
2016-08-22
Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR.
Ruslan Ermilov
1
-1
/
+1
2016-08-08
SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.
Sergey Kandaurov
1
-0
/
+2
2016-07-15
Events: support for EPOLLEXCLUSIVE.
Valentin Bartenev
3
-3
/
+41
2016-07-15
Style: sorted epoll flags.
Valentin Bartenev
1
-3
/
+3
2016-07-15
Events: the "accept_mutex" directive is turned off by default.
Valentin Bartenev
1
-1
/
+1
2016-06-29
Removed unused flag accept_context_updated from ngx_event_t.
Ruslan Ermilov
2
-7
/
+2
2016-06-20
Stream: set SO_REUSEADDR for UDP upstream sockets.
Roman Arutyunyan
1
-1
/
+25
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
1
-13
/
+1
2016-06-20
Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.
Andrei Belov
1
-0
/
+26
2016-06-15
SSL: ngx_ssl_ciphers() to set list of ciphers.
Tim Taubert
2
-0
/
+26
2016-05-23
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
1
-9
/
+8
2016-05-19
SSL: removed default DH parameters.
Maxim Dounin
1
-45
/
+0
2016-05-19
SSL: support for multiple curves (ticket #885).
Maxim Dounin
1
-5
/
+48
2016-05-19
SSL: style.
Maxim Dounin
1
-4
/
+4
2016-05-19
SSL: error messages style.
Maxim Dounin
1
-2
/
+2
2016-05-19
SSL: support for multiple certificates (ticket #814).
Maxim Dounin
2
-0
/
+25
2016-05-19
SSL: support for per-certificate chains.
Maxim Dounin
2
-2
/
+33
2016-05-19
SSL: made it possible to iterate though all certificates.
Maxim Dounin
3
-24
/
+66
2016-05-19
OCSP stapling: additional function to configure stapling on a cert.
Maxim Dounin
1
-11
/
+26
2016-05-19
OCSP stapling: staple now extracted via SSL_get_certificate().
Maxim Dounin
1
-2
/
+8
2016-05-19
OCSP stapling: staple now stored in certificate, not SSL context.
Maxim Dounin
2
-13
/
+13
2016-05-19
OCSP stapling: staple provided in arguments.
Maxim Dounin
1
-26
/
+22
2016-05-18
Events: close descriptors on errors in ngx_epoll_test_rdhup().
Maxim Dounin
1
-5
/
+18
[next]