summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Events: support for EPOLLEXCLUSIVE.Valentin Bartenev3-3/+41
2016-07-15Style: sorted epoll flags.Valentin Bartenev1-3/+3
2016-07-15Events: the "accept_mutex" directive is turned off by default.Valentin Bartenev1-1/+1
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov2-7/+2
2016-06-20Stream: set SO_REUSEADDR for UDP upstream sockets.Roman Arutyunyan1-1/+25
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan1-13/+1
2016-06-20Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.Andrei Belov1-0/+26
2016-06-15SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert2-0/+26
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-9/+8
2016-05-19SSL: removed default DH parameters.Maxim Dounin1-45/+0
2016-05-19SSL: support for multiple curves (ticket #885).Maxim Dounin1-5/+48
2016-05-19SSL: style.Maxim Dounin1-4/+4
2016-05-19SSL: error messages style.Maxim Dounin1-2/+2
2016-05-19SSL: support for multiple certificates (ticket #814).Maxim Dounin2-0/+25
2016-05-19SSL: support for per-certificate chains.Maxim Dounin2-2/+33
2016-05-19SSL: made it possible to iterate though all certificates.Maxim Dounin3-24/+66
2016-05-19OCSP stapling: additional function to configure stapling on a cert.Maxim Dounin1-11/+26
2016-05-19OCSP stapling: staple now extracted via SSL_get_certificate().Maxim Dounin1-2/+8
2016-05-19OCSP stapling: staple now stored in certificate, not SSL context.Maxim Dounin2-13/+13
2016-05-19OCSP stapling: staple provided in arguments.Maxim Dounin1-26/+22
2016-05-18Events: close descriptors on errors in ngx_epoll_test_rdhup().Maxim Dounin1-5/+18
2016-05-18Events: changed ngx_epoll_test_rdhup() to use existing epollfd.Maxim Dounin1-12/+3
2016-05-18Fixed work with --test-build-epoll after f7849bfb6d21.Maxim Dounin1-66/+70
2016-05-16Fixed an error log message about epoll_wait() timeout.Valentin Bartenev1-2/+2
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev2-1/+78
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov2-4/+0
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan2-0/+106
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov1-1/+1
2016-04-07Fixed spelling.Josh Soref1-1/+1
2016-03-31SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.Maxim Dounin1-0/+11
2016-03-31SSL: X509 was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-0/+4
2016-03-31SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-9/+12
2016-03-31SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.Maxim Dounin1-1/+1
2016-03-31SSL: initialization changes for OpenSSL 1.1.0.Maxim Dounin1-0/+12
2016-03-31SSL: get_session callback changed in OpenSSL 1.1.0.Maxim Dounin1-4/+11
2016-03-31SSL: guarded error codes not present in OpenSSL 1.1.0.Maxim Dounin1-1/+4
2016-03-31SSL: reasonable version for LibreSSL.Maxim Dounin2-3/+9
2016-03-31Fixed logging.Sergey Kandaurov5-6/+6
2016-03-31Events: fixed logging.Sergey Kandaurov2-12/+19
2016-03-30Events: fixed test building with eventport on OS X.Ruslan Ermilov1-1/+1
2016-03-30Style.Ruslan Ermilov4-30/+30
2016-03-28Fixed --test-build-*.Ruslan Ermilov2-3/+4
2016-03-21Events: fixed test building with devpoll and eventport on Linux.Sergey Kandaurov2-1/+3
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin2-20/+88
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin1-0/+3
2016-01-20Stream: UDP proxy.Roman Arutyunyan5-65/+418
2016-03-15Events: fixed error logging in devpoll.Roman Arutyunyan1-1/+1
2016-02-19SSL: avoid calling SSL_shutdown() during handshake (ticket #901).Maxim Dounin1-0/+13
2016-02-19SSL: fixed SSL_shutdown() comment.Maxim Dounin1-1/+1
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-21/+23