Tree @release-1.17.1 (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
- ngx_event_udp.c
History of src / event @release-1.17.1
- SSL: removed OpenSSL 0.9.7 compatibility. Sergey Kandaurov 6 years ago
- OCSP stapling: fixed segfault with dynamic certificate loading. Maxim Dounin 3 years ago
- OCSP stapling: open ssl_stapling_file in binary-mode. Sergey Kandaurov 3 years ago
- SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn. Nikolay Morozov 3 years ago
- SSL: support for parsing PEM certificates from memory. Maxim Dounin 3 years ago
- SSL: removed redundant "pkey" variable. Maxim Dounin 3 years ago
- SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option. Maxim Dounin 3 years ago
- SSL: server name callback changed to return fatal errors. Maxim Dounin 3 years ago
- SSL: adjusted session id context with dynamic certificates. Maxim Dounin 3 years ago
- SSL: passwords support for dynamic certificate loading. Maxim Dounin 3 years ago
- SSL: loading of connection-specific certificates. Maxim Dounin 3 years ago
- SSL: reworked ngx_ssl_certificate(). Maxim Dounin 3 years ago
- SSL: removed logging of empty "(SSL:)" in ngx_ssl_error(). Maxim Dounin 3 years ago
- SSL: fixed EVP_DigestFinal_ex() error message. Sergey Kandaurov 3 years ago
- SSL: separate checks for errors in ngx_ssl_read_password_file(). Maxim Dounin 3 years ago
- SSL: explicitly zero out session ticket keys. Ruslan Ermilov 3 years ago
- Modules compatibility: down flag in ngx_peer_connection_t. Roman Arutyunyan 3 years ago
- Removed --test-build-eventport workaround for old FreeBSD versions. Sergey Kandaurov 3 years ago
- Win32: detection of connect() errors in select(). Maxim Dounin 3 years ago
- Win32: added WSAPoll() support. Maxim Dounin 3 years ago
- Events: fixed copying of old events in poll init. Maxim Dounin 3 years ago
- Prevented scheduling events on a shared connection. Roman Arutyunyan 3 years ago
- SSL: avoid reading on pending SSL_write_early_data(). Sergey Kandaurov 3 years ago
- Core: ngx_explicit_memzero(). Maxim Dounin 3 years ago
- Stream: proxy_requests directive. Vladimir Homutov 3 years ago
- Stream: fixed possible use of a freed connection. Vladimir Homutov 3 years ago
- A minor code clean for macro ngx_event_get_conf in ngx_event.h. chronolaw 3 years ago
- SSL: explicitly set maximum version (ticket #1654). Maxim Dounin 3 years ago
- Upstream: proxy_socket_keepalive and friends. Vladimir Homutov 3 years ago
- SSL: fixed unlocked access to sess_id->len. Ruslan Ermilov 3 years ago