summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Fixed a comment.Ruslan Ermilov1-1/+1
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin2-27/+15
2017-03-06Added missing "static" specifiers found by gcc -Wtraditional.Ruslan Ermilov2-2/+2
2017-03-02Added missing static specifiers.Eran Kornblau9-26/+26
2017-02-06SSL: clear error queue after OPENSSL_init_ssl().Sergey Kandaurov1-1/+11
2017-01-20Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin1-0/+13
2016-12-23SSL: support AES256 encryption of tickets.Maxim Dounin2-16/+47
2016-12-15SSL: backed out changeset e7cb5deb951d, reimplemented properly.Maxim Dounin2-6/+6
2016-12-13SSL: fix call to BIO_get_mem_data().Piotr Sikora2-2/+2
2016-12-05SSL: $ssl_curves (ticket #1088).Maxim Dounin2-0/+70
2016-12-05SSL: $ssl_ciphers (ticket #870).Maxim Dounin2-0/+86
2016-12-05SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin2-0/+184
2016-12-05SSL: $ssl_client_verify extended with a failure reason.Maxim Dounin1-8/+18
2016-12-05OCSP stapling: improved error logging context.Maxim Dounin1-1/+19
2016-12-05OCSP stapling: added certificate name to warnings.Maxim Dounin3-5/+36
2016-12-05OCSP stapling: added http response status logging.Maxim Dounin1-6/+9
2016-12-05OCSP stapling: style.Maxim Dounin1-10/+12
2016-11-21Events: improved error event handling for UDP sockets.Dmitry Volyntsev4-30/+19
2016-10-21SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.Dmitry Volyntsev2-1/+109
2016-10-18SSL: overcame possible buffer over-read in ngx_ssl_error().Valentin Bartenev1-1/+3
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin2-8/+5
2016-10-10Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin1-1/+1
2016-10-10Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin1-1/+1
2016-10-04SSL: use X509_check_host() with LibreSSL.Maxim Dounin1-3/+3
2016-09-29Introduced the NGX_COMPAT macro.Ruslan Ermilov1-0/+3
2016-09-29Modules compatibility: peer.notify.Maxim Dounin1-0/+3
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
2016-09-20Removed influence of some options on structures.Ruslan Ermilov1-2/+0
2016-09-15Stream: filters.Roman Arutyunyan4-0/+5
2016-09-12OCSP stapling: fixed using wrong responder with multiple certs.Maxim Dounin1-0/+3
2016-09-12SSL: improved session ticket callback error handling.Sergey Kandaurov1-3/+32
2016-09-12SSL: factored out digest and cipher in session ticket callback.Sergey Kandaurov1-14/+14
2016-09-01Event pipe: do not set file's thread_handler if not needed.Maxim Dounin1-4/+6
2016-09-01Event pipe: process data after recv_chain() errors.Maxim Dounin1-1/+1
2016-08-22SSL: adopted session ticket handling for OpenSSL 1.1.0.Sergey Kandaurov1-1/+1
2016-08-18SSL: remove no longer needed workaround for BoringSSL.Piotr Sikora1-2/+0
2016-08-22Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR.Ruslan Ermilov1-1/+1
2016-08-08SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.Sergey Kandaurov1-0/+2
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