Tree @release-1.3.9 (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.3.9
- Event pipe: fixed handling of buf_to_file data. Maxim Dounin 9 years ago
- SSL: the "ssl_verify_client" directive parameter "optional_no_ca". Maxim Dounin 9 years ago
- OCSP stapling: build fixes. Maxim Dounin 9 years ago
- OCSP stapling: ssl_stapling_verify directive. Maxim Dounin 9 years ago
- OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used. Maxim Dounin 9 years ago
- OCSP stapling: log error data in ngx_ssl_error(). Maxim Dounin 9 years ago
- OCSP stapling: check Content-Type. Maxim Dounin 9 years ago
- OCSP stapling: loading OCSP responses. Maxim Dounin 9 years ago
- OCSP stapling: the ngx_event_openssl_stapling.c file. Maxim Dounin 9 years ago
- OCSP stapling: ssl_stapling_file support. Maxim Dounin 9 years ago
- OCSP stapling: ssl_trusted_certificate directive. Maxim Dounin 9 years ago
- SSL: added version checks for ssl compression workaround. Maxim Dounin 9 years ago
- SSL: fixed compression workaround to remove all methods. Maxim Dounin 9 years ago
- Explicitly ignore returned value from close() in ngx_event_core_init_conf(). Andrey Belov 9 years ago
- When "debug_connection" is configured with a domain name, only the first Ruslan Ermilov 9 years ago
- Fixed compilation with -Wmissing-prototypes. Ruslan Ermilov 9 years ago
- Disabled gzip compression in OpenSSL prior to 1.0.0 version. Igor Sysoev 10 years ago
- Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain() Valentin Bartenev 10 years ago
- Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used. Valentin Bartenev 10 years ago
- Accept moderation in case of EMFILE/ENFILE. Maxim Dounin 10 years ago
- debug_connection: added the IPv6 and UNIX-domain socket support. Ruslan Ermilov 10 years ago
- Fixed master exit if there is no events section (ticket #150). Maxim Dounin 10 years ago
- Fixed grammar in error messages. Ruslan Ermilov 10 years ago
- Fixed signed integer overflows in timer code (ticket #145). Maxim Dounin 10 years ago
- Fixed spelling in multiline C comments. Ruslan Ermilov 10 years ago
- Whitespace fixes. Maxim Dounin 10 years ago
- Fixed spelling in single-line comments. Ruslan Ermilov 10 years ago
- Fix of rbtree lookup on hash collisions. Maxim Dounin 10 years ago
- Event pipe: fixed buffer loss in p->length case. Maxim Dounin 10 years ago
- Fixed error handling in ngx_event_connect_peer(). Maxim Dounin 10 years ago