Tree @release-1.14.2 (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.14.2
- SSL: explicitly set maximum version (ticket #1654). Maxim Dounin 3 years ago
- SSL: enabled TLSv1.3 with BoringSSL. Maxim Dounin 3 years ago
- SSL: logging level of "no suitable signature algorithm". Maxim Dounin 3 years ago
- SSL: logging level of "no suitable key share". Maxim Dounin 3 years ago
- SSL: fixed build with LibreSSL 2.8.0 (ticket #1605). Maxim Dounin 3 years ago
- SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+. Maxim Dounin 3 years ago
- SSL: logging levels of "unsupported protocol", "version too low". Maxim Dounin 3 years ago
- SSL: logging level of "https proxy request" errors. Maxim Dounin 3 years ago
- Events: fixed handling zero-length client address. Roman Arutyunyan 3 years ago
- Generate error for unsupported IPv6 transparent proxy. Roman Arutyunyan 4 years ago
- Fixed --test-build-eventport on macOS 10.12 and later. Ruslan Ermilov 4 years ago
- SSL: include <openssl/hmac.h>. Alessandro Ghedini 4 years ago
- Fixed buffer overread with unix sockets after accept(). Maxim Dounin 4 years ago
- SSL: fixed possible use-after-free in $ssl_server_name. Maxim Dounin 4 years ago
- SSL: the $ssl_client_escaped_cert variable (ticket #857). Maxim Dounin 4 years ago
- Restored ngx_event_aio_t layout for debug logging. Maxim Dounin 4 years ago
- Fixed calls to ngx_open_file() in certain places. Sergey Kandaurov 4 years ago
- Style. Sergey Kandaurov 4 years ago
- SSL: fixed typo in the error message. Sergey Kandaurov 4 years ago
- Parenthesized ASCII-related calculations. Valentin Bartenev 4 years ago
- Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). Roman Arutyunyan 4 years ago
- SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0. Sergey Kandaurov 5 years ago
- 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