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-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
2016-05-18
Events: changed ngx_epoll_test_rdhup() to use existing epollfd.
Maxim Dounin
1
-12
/
+3
2016-05-18
Fixed work with --test-build-epoll after f7849bfb6d21.
Maxim Dounin
1
-66
/
+70
2016-05-16
Fixed an error log message about epoll_wait() timeout.
Valentin Bartenev
1
-2
/
+2
2016-05-13
Improved EPOLLRDHUP handling.
Valentin Bartenev
2
-1
/
+78
2016-04-28
Removed unused flag unexpected_eof from ngx_connection_t.
Ruslan Ermilov
2
-4
/
+0
2015-12-18
Upstream: the "transparent" parameter of proxy_bind and friends.
Roman Arutyunyan
2
-0
/
+106
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
1
-1
/
+1
2016-04-07
Fixed spelling.
Josh Soref
1
-1
/
+1
2016-03-31
SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
1
-0
/
+11
2016-03-31
SSL: X509 was made opaque in OpenSSL 1.1.0.
Sergey Kandaurov
1
-0
/
+4
2016-03-31
SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0.
Sergey Kandaurov
1
-9
/
+12
2016-03-31
SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
1
-1
/
+1
2016-03-31
SSL: initialization changes for OpenSSL 1.1.0.
Maxim Dounin
1
-0
/
+12
2016-03-31
SSL: get_session callback changed in OpenSSL 1.1.0.
Maxim Dounin
1
-4
/
+11
2016-03-31
SSL: guarded error codes not present in OpenSSL 1.1.0.
Maxim Dounin
1
-1
/
+4
2016-03-31
SSL: reasonable version for LibreSSL.
Maxim Dounin
2
-3
/
+9
2016-03-31
Fixed logging.
Sergey Kandaurov
5
-6
/
+6
2016-03-31
Events: fixed logging.
Sergey Kandaurov
2
-12
/
+19
2016-03-30
Events: fixed test building with eventport on OS X.
Ruslan Ermilov
1
-1
/
+1
2016-03-30
Style.
Ruslan Ermilov
4
-30
/
+30
2016-03-28
Fixed --test-build-*.
Ruslan Ermilov
2
-3
/
+4
2016-03-21
Events: fixed test building with devpoll and eventport on Linux.
Sergey Kandaurov
2
-1
/
+3
2016-03-18
Threads: writing via threads pools in event pipe.
Maxim Dounin
2
-20
/
+88
2016-03-18
Fixed timeouts with threaded sendfile() and subrequests.
Maxim Dounin
1
-0
/
+3
2016-01-20
Stream: UDP proxy.
Roman Arutyunyan
5
-65
/
+418
2016-03-15
Events: fixed error logging in devpoll.
Roman Arutyunyan
1
-1
/
+1
2016-02-19
SSL: avoid calling SSL_shutdown() during handshake (ticket #901).
Maxim Dounin
1
-0
/
+13
2016-02-19
SSL: fixed SSL_shutdown() comment.
Maxim Dounin
1
-1
/
+1
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
1
-21
/
+23
[next]