Tree @release-1.10.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.10.1
- Removed redundant "u" format specifier. Ruslan Ermilov 6 years ago
- Fixed spelling. Josh Soref 6 years ago
- SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- SSL: X509 was made opaque in OpenSSL 1.1.0. Sergey Kandaurov 6 years ago
- SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0. Sergey Kandaurov 6 years ago
- SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- SSL: initialization changes for OpenSSL 1.1.0. Maxim Dounin 6 years ago
- SSL: get_session callback changed in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- SSL: guarded error codes not present in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- SSL: reasonable version for LibreSSL. Maxim Dounin 6 years ago
- Fixed logging. Sergey Kandaurov 6 years ago
- Events: fixed logging. Sergey Kandaurov 6 years ago
- Events: fixed test building with eventport on OS X. Ruslan Ermilov 6 years ago
- Style. Ruslan Ermilov 6 years ago
- Fixed --test-build-*. Ruslan Ermilov 6 years ago
- Events: fixed test building with devpoll and eventport on Linux. Sergey Kandaurov 6 years ago
- Threads: writing via threads pools in event pipe. Maxim Dounin 6 years ago
- Fixed timeouts with threaded sendfile() and subrequests. Maxim Dounin 6 years ago
- Stream: UDP proxy. Roman Arutyunyan 6 years ago
- Events: fixed error logging in devpoll. Roman Arutyunyan 6 years ago
- 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