Tree @release-1.9.12 (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.9.12
- SSL: avoid calling SSL_shutdown() during handshake (ticket #901). Maxim Dounin 6 years ago
- SSL: fixed SSL_shutdown() comment. Maxim Dounin 6 years ago
- Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 6 years ago
- Dynamic modules: moved module-related stuff to separate files. Maxim Dounin 6 years ago
- Win32: timer_resolution now ignored with select. Maxim Dounin 6 years ago
- SSL: preserve default server context in connection (ticket #235). Maxim Dounin 6 years ago
- SSL: handled long string truncation in ngx_ssl_error(). Vladimir Homutov 6 years ago
- SSL: compatibility with OpenSSL master branch. Maxim Dounin 6 years ago
- OCSP stapling: fixed segfault without nextUpdate. Maxim Dounin 6 years ago
- OCSP stapling: fixed ssl_stapling_file (ticket #769). Maxim Dounin 6 years ago
- OCSP stapling: avoid sending expired responses (ticket #425). Maxim Dounin 7 years ago
- Style. Maxim Dounin 7 years ago
- Event pipe: call ngx_handle_read_event() with a proper flags type. Sergey Kandaurov 7 years ago
- Fixed reuseport with accept_mutex. Maxim Dounin 7 years ago
- The "reuseport" option of the "listen" directive. Maxim Dounin 7 years ago
- Events: ngx_event_t size reduction by grouping bit fields. Igor Sysoev 7 years ago
- Events: made a failure to create a notification channel non-fatal. Ruslan Ermilov 7 years ago
- Removed the deprecated "connections" directive. Ruslan Ermilov 7 years ago
- Core: fixed nginx_shared_zone name. Maxim Dounin 7 years ago
- Removed the obsolete rtsig module. Ruslan Ermilov 7 years ago
- Removed the obsolete aio module. Ruslan Ermilov 7 years ago
- Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32. Ruslan Ermilov 7 years ago
- Removed NGX_OLD_THREADS from select and poll modules. 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