Tree @release-1.5.7 (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.5.7
- SSL: added ability to set keys used for Session Tickets (RFC5077). Piotr Sikora 8 years ago
- SSL: SSL_CTX_set_timeout() now always called. Maxim Dounin 8 years ago
- SSL: fixed build with OpenSSL 0.9.7. Maxim Dounin 8 years ago
- Unused macro and variable removed. Sergey Kandaurov 8 years ago
- SSL: adjust buffer used by OpenSSL during handshake (ticket #413). Maxim Dounin 8 years ago
- SSL: fixed possible memory and file descriptor leak on HUP signal. Piotr Sikora 8 years ago
- SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING. Piotr Sikora 8 years ago
- Events: support for EPOLLRDHUP (ticket #320). Valentin Bartenev 8 years ago
- Events: removed unused flags from the ngx_event_s structure. Valentin Bartenev 8 years ago
- SSL: clear error queue after SSL_CTX_load_verify_locations(). Maxim Dounin 8 years ago
- Win32: MinGW GCC compatibility. Maxim Dounin 8 years ago
- Win32: Borland C compatibility fixes. Maxim Dounin 8 years ago
- Added the NGX_EBADF define. Valentin Bartenev 8 years ago
- Typo fixed. Maxim Dounin 8 years ago
- Backed out f1a91825730a and 7094bd12c1ff. Maxim Dounin 8 years ago
- Format specifier fixes in error logging. Sergey Kandaurov 8 years ago
- Replaced ngx_conf_full_name() with ngx_get_full_name(). Valentin Bartenev 8 years ago
- Event pipe: fixed writing cache header to a temp file. Maxim Dounin 8 years ago
- Core: extended ngx_sock_ntop() with socklen parameter. Vladimir Homutov 8 years ago
- Win32: accept_mutex now always disabled (ticket #362). Maxim Dounin 9 years ago
- OCSP stapling: fixed incorrect debug level. Ruslan Ermilov 9 years ago
- Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. Piotr Sikora 9 years ago
- Style: remove unnecessary references to HTTP from non-HTTP modules. Piotr Sikora 9 years ago
- OCSP stapling: fix error logging of successful OCSP responses. Piotr Sikora 9 years ago
- Events: backout eventport changes (r5172) for now. Maxim Dounin 9 years ago
- Events: fixed typos in two previous commits. Valentin Bartenev 9 years ago
- Events: handle only active events in eventport. Valentin Bartenev 9 years ago
- Events: protection from stale events in eventport and devpoll. Valentin Bartenev 9 years ago
- Event connect: don't penalize AF_INET6 connections. Maxim Dounin 9 years ago
- Status: introduced the "ngx_stat_waiting" counter. Valentin Bartenev 9 years ago