Tree @release-1.11.7 (Download .tar.gz)
- ..
- modules
- ngx_event.c
- ngx_event.h
- ngx_event_accept.c
- ngx_event_acceptex.c
- ngx_event_connect.c
- ngx_event_connect.h
- ngx_event_connectex.c
- ngx_event_openssl.c
- ngx_event_openssl.h
- ngx_event_openssl_stapling.c
- ngx_event_pipe.c
- ngx_event_pipe.h
- ngx_event_posted.c
- ngx_event_posted.h
- ngx_event_timer.c
- ngx_event_timer.h
History of src / event @release-1.11.7
- SSL: $ssl_curves (ticket #1088). Maxim Dounin 5 years ago
- SSL: $ssl_ciphers (ticket #870). Maxim Dounin 5 years ago
- SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain. Maxim Dounin 5 years ago
- SSL: $ssl_client_verify extended with a failure reason. Maxim Dounin 5 years ago
- OCSP stapling: improved error logging context. Maxim Dounin 5 years ago
- OCSP stapling: added certificate name to warnings. Maxim Dounin 5 years ago
- OCSP stapling: added http response status logging. Maxim Dounin 5 years ago
- OCSP stapling: style. Maxim Dounin 5 years ago
- Events: improved error event handling for UDP sockets. Dmitry Volyntsev 5 years ago
- SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn. Dmitry Volyntsev 5 years ago
- SSL: overcame possible buffer over-read in ngx_ssl_error(). Valentin Bartenev 5 years ago
- Modules compatibility: compatibility with NGX_HTTP_SSL. Maxim Dounin 5 years ago
- Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. Maxim Dounin 5 years ago
- Modules compatibility: compatibility with NGX_THREADS. Maxim Dounin 5 years ago
- SSL: use X509_check_host() with LibreSSL. Maxim Dounin 5 years ago
- Introduced the NGX_COMPAT macro. Ruslan Ermilov 5 years ago
- Modules compatibility: peer.notify. Maxim Dounin 5 years ago
- Fixed log levels of configuration parsing errors. Valentin Bartenev 5 years ago
- Removed influence of some options on structures. Ruslan Ermilov 5 years ago
- Stream: filters. Roman Arutyunyan 5 years ago
- OCSP stapling: fixed using wrong responder with multiple certs. Maxim Dounin 5 years ago
- SSL: improved session ticket callback error handling. Sergey Kandaurov 5 years ago
- SSL: factored out digest and cipher in session ticket callback. Sergey Kandaurov 5 years ago
- Event pipe: do not set file's thread_handler if not needed. Maxim Dounin 5 years ago
- Event pipe: process data after recv_chain() errors. Maxim Dounin 5 years ago
- SSL: adopted session ticket handling for OpenSSL 1.1.0. Sergey Kandaurov 5 years ago
- SSL: remove no longer needed workaround for BoringSSL. Piotr Sikora 5 years ago
- Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR. Ruslan Ermilov 5 years ago
- SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0. Sergey Kandaurov 5 years ago
- Events: support for EPOLLEXCLUSIVE. Valentin Bartenev 5 years ago