Tree @release-1.7.4 (Download .tar.gz)
- ..
- modules
- ngx_event.c
- ngx_event.h
- ngx_event_accept.c
- ngx_event_acceptex.c
- ngx_event_busy_lock.c
- ngx_event_busy_lock.h
- ngx_event_connect.c
- ngx_event_connect.h
- ngx_event_connectex.c
- ngx_event_mutex.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.7.4
- SSL: let it build against LibreSSL. Piotr Sikora 7 years ago
- SSL: let it build against BoringSSL. Piotr Sikora 7 years ago
- SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP. Piotr Sikora 7 years ago
- SSL: misplaced space in debug message. Maxim Dounin 7 years ago
- SSL: fix build with recent OpenSSL. Piotr Sikora 7 years ago
- Style: use ngx_memcpy() instead of memcpy(). Piotr Sikora 7 years ago
- SSL: stop accessing SSL_SESSION's fields directly. Piotr Sikora 7 years ago
- SSL: fixed build with OPENSSL_NO_DEPRECATED defined. Maxim Dounin 7 years ago
- SSL: return temporary RSA key only when the key length matches. Piotr Sikora 7 years ago
- SSL: include correct OpenSSL headers. Piotr Sikora 7 years ago
- SSL: logging level of "peer closed connection in SSL handshake". Maxim Dounin 7 years ago
- Upstream: p->downstream_error instead of closing connection. Maxim Dounin 7 years ago
- SSL: the "ssl_password_file" directive. Valentin Bartenev 8 years ago
- Events: use eventfd() instead of syscall(SYS_eventfd) if possible. Ruslan Ermilov 8 years ago
- Core: output client port number when logging accept event. Ruslan Ermilov 8 years ago
- SSL: $ssl_client_fingerprint variable. Sergey Budnevitch 8 years ago
- OCSP stapling: missing OCSP request free call. Filipe da Silva 8 years ago
- SSL: explicit handling of empty names. Maxim Dounin 8 years ago
- SSL: added explicit check for ngx_strlchr() result. Maxim Dounin 8 years ago
- Upstream: proxy_ssl_verify and friends. Maxim Dounin 8 years ago
- SSL: $ssl_server_name variable. Maxim Dounin 8 years ago
- SSL: fixed misuse of NGX_LOG_DEBUG_HTTP. Maxim Dounin 8 years ago
- Win32: fixed shared ssl_session_cache (ticket #528). Maxim Dounin 8 years ago
- Core: slab log_nomem flag. Maxim Dounin 8 years ago
- Fixed format specifier in logging of "c->number". Sergey Kandaurov 8 years ago
- SSL: the $ssl_session_reused variable. Maxim Dounin 8 years ago
- SSL: fixed $ssl_session_id possible segfault after 97e3769637a7. Maxim Dounin 8 years ago
- SSL: fixed $ssl_session_id variable. Maxim Dounin 8 years ago
- SSL: ssl_buffer_size directive. Maxim Dounin 8 years ago
- Resolver: implemented IPv6 name to address resolving. Ruslan Ermilov 8 years ago