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
2018-02-22
Generate error for unsupported IPv6 transparent proxy.
Roman Arutyunyan
1
-0
/
+9
2018-01-16
Fixed --test-build-eventport on macOS 10.12 and later.
Ruslan Ermilov
1
-0
/
+2
2017-10-11
SSL: include <openssl/hmac.h>.
Alessandro Ghedini
1
-0
/
+1
2017-10-04
Fixed buffer overread with unix sockets after accept().
Maxim Dounin
1
-0
/
+8
2017-08-22
SSL: fixed possible use-after-free in $ssl_server_name.
Maxim Dounin
1
-6
/
+15
2017-08-22
SSL: the $ssl_client_escaped_cert variable (ticket #857).
Maxim Dounin
2
-0
/
+32
2017-08-10
Restored ngx_event_aio_t layout for debug logging.
Maxim Dounin
1
-2
/
+2
2017-08-09
Fixed calls to ngx_open_file() in certain places.
Sergey Kandaurov
1
-1
/
+2
2017-08-09
Style.
Sergey Kandaurov
1
-0
/
+2
2017-07-25
SSL: fixed typo in the error message.
Sergey Kandaurov
1
-1
/
+1
2017-07-17
Parenthesized ASCII-related calculations.
Valentin Bartenev
1
-1
/
+1
2017-05-24
Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).
Roman Arutyunyan
1
-1
/
+1
2017-05-03
SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.
Sergey Kandaurov
1
-1
/
+1
2017-04-18
SSL: compatibility with OpenSSL master branch.
Sergey Kandaurov
1
-1
/
+1
2017-04-18
SSL: disabled renegotiation detection in client mode.
Sergey Kandaurov
2
-1
/
+8
2017-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
2
-0
/
+7
2017-03-28
Core: set nginx_shared_zone name via ngx_str_set().
Ruslan Ermilov
1
-2
/
+1
2017-03-17
Fixed a comment.
Ruslan Ermilov
1
-1
/
+1
2017-03-07
Cancelable timers are now preserved if there are other timers.
Maxim Dounin
2
-27
/
+15
2017-03-06
Added missing "static" specifiers found by gcc -Wtraditional.
Ruslan Ermilov
2
-2
/
+2
2017-03-02
Added missing static specifiers.
Eran Kornblau
9
-26
/
+26
2017-02-06
SSL: clear error queue after OPENSSL_init_ssl().
Sergey Kandaurov
1
-1
/
+11
2017-01-20
Upstream: fixed cache corruption and socket leaks with aio_write.
Maxim Dounin
1
-0
/
+13
2016-12-23
SSL: support AES256 encryption of tickets.
Maxim Dounin
2
-16
/
+47
2016-12-15
SSL: backed out changeset e7cb5deb951d, reimplemented properly.
Maxim Dounin
2
-6
/
+6
2016-12-13
SSL: fix call to BIO_get_mem_data().
Piotr Sikora
2
-2
/
+2
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
[next]