Tree @release-1.13.0 (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.13.0
- SSL: compatibility with OpenSSL master branch. Sergey Kandaurov 5 years ago
- SSL: disabled renegotiation detection in client mode. Sergey Kandaurov 5 years ago
- SSL: added support for TLSv1.3 in ssl_protocols directive. Sergey Kandaurov 5 years ago
- Core: set nginx_shared_zone name via ngx_str_set(). Ruslan Ermilov 5 years ago
- Fixed a comment. Ruslan Ermilov 5 years ago
- Cancelable timers are now preserved if there are other timers. Maxim Dounin 5 years ago
- Added missing "static" specifiers found by gcc -Wtraditional. Ruslan Ermilov 5 years ago
- Added missing static specifiers. Eran Kornblau 5 years ago
- SSL: clear error queue after OPENSSL_init_ssl(). Sergey Kandaurov 5 years ago
- Upstream: fixed cache corruption and socket leaks with aio_write. Maxim Dounin 5 years ago
- SSL: support AES256 encryption of tickets. Maxim Dounin 5 years ago
- SSL: backed out changeset e7cb5deb951d, reimplemented properly. Maxim Dounin 5 years ago
- SSL: fix call to BIO_get_mem_data(). Piotr Sikora 5 years ago
- 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