Tree @release-1.8.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
History of src / event @release-1.8.1
- SSL: preserve default server context in connection (ticket #235). Maxim Dounin 6 years ago
- Events: made a failure to create a notification channel non-fatal. Ruslan Ermilov 7 years ago
- OCSP stapling: missing free calls. Filipe da Silva 7 years ago
- Events: fixed possible crash on start or reload. Valentin Bartenev 7 years ago
- Events: made posted events macros safe. Valentin Bartenev 7 years ago
- Format specifier fixed for file size of buffers. Maxim Dounin 7 years ago
- SSL: use of SSL_MODE_NO_AUTO_CHAIN. Maxim Dounin 7 years ago
- SSL: clear protocol options. Maxim Dounin 7 years ago
- Removed busy locks. Ruslan Ermilov 7 years ago
- Removed ngx_connection_t.lock. Ruslan Ermilov 7 years ago
- Removed unix ngx_threaded and related ngx_process_changes. Ruslan Ermilov 7 years ago
- Removed old pthread implementation. Ruslan Ermilov 7 years ago
- Events: implemented eventport notification mechanism. Ruslan Ermilov 7 years ago
- Events: implemented kqueue notification mechanism. Valentin Bartenev 7 years ago
- Events: implemented epoll notification mechanism. Valentin Bartenev 7 years ago
- Thread pools implementation. Valentin Bartenev 7 years ago
- Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. Ruslan Ermilov 7 years ago
- Events: fixed typo in the error message. Ruslan Ermilov 7 years ago
- Events: simplified ngx_event_aio_t definition. Ruslan Ermilov 7 years ago
- SSL: account sent bytes in ngx_ssl_write(). Ruslan Ermilov 7 years ago
- Refactored sendfile() AIO preload. Valentin Bartenev 7 years ago
- SSL: safeguard use of SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. Lukas Tribus 7 years ago
- SSL: loading certificate keys via ENGINE_load_private_key(). Dmitrii Pichulin 7 years ago
- SSL: logging level of "inappropriate fallback" (ticket #662). Maxim Dounin 7 years ago
- Events: introduced cancelable timers. Valentin Bartenev 7 years ago
- Events: simplified cycle in ngx_event_expire_timers(). Valentin Bartenev 7 years ago
- Events: removed broken thread support from event timers. Valentin Bartenev 7 years ago
- SSL: simplified ssl_password_file error handling. Sergey Kandaurov 7 years ago
- Upstream: proxy_limit_rate and friends. Roman Arutyunyan 7 years ago
- Core: added limit to recv_chain(). Roman Arutyunyan 7 years ago