Tree @release-1.1.6 (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_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.1.6
- Releasing memory of idle SSL connection. This saves about 34K per SSL Igor Sysoev 10 years ago
- Disabling SSL compression. This saves about 300K per SSL connection. Igor Sysoev 10 years ago
- Fixed loss of chain links in ngx_event_pipe_read_upstream(). Maxim Dounin 10 years ago
- Fix of cpu hog in event pipe. Maxim Dounin 10 years ago
- The "worker_aio_requests" directive. Igor Sysoev 10 years ago
- Replaced "can not" with "cannot" and "could not" in a bunch of places. Ruslan Ermilov 10 years ago
- Fixing Linux AIO initiatialization: AIO operations are disabled if kernel Igor Sysoev 10 years ago
- Fixing Linux AIO syscalls return value handling: Igor Sysoev 10 years ago
- Upstream: pipe length and input_filter_init in buffered mode. Maxim Dounin 10 years ago
- API change: ngx_chain_update_chains() now requires pool. Maxim Dounin 10 years ago
- Proper setting of read->eof in pipe code. Maxim Dounin 10 years ago
- Proper SSL shutdown handling. Maxim Dounin 10 years ago
- A new fix for the case when ssl_session_cache defined, but ssl is not Igor Sysoev 10 years ago
- fix SSL connection issues on platforms with 32-bit off_t Igor Sysoev 10 years ago
- fix build by gcc46 with -Wunused-value option Igor Sysoev 10 years ago
- ECDHE support Igor Sysoev 10 years ago
- MSIE export versions are rare now, so RSA 512 key is generated on demand Igor Sysoev 10 years ago
- use POSIX semaphores in shmtx instead of sched_yield() Igor Sysoev 11 years ago
- fix building by gcc 4.6 without --with-debug Igor Sysoev 11 years ago
- fix building on Fedora 14 Igor Sysoev 11 years ago
- remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180 Igor Sysoev 11 years ago
- fix building by msvc8 introduced by the previous commit Igor Sysoev 11 years ago
- fallback to accept() if accept4() is not implemented, Igor Sysoev 11 years ago
- Linux accept4() support Igor Sysoev 11 years ago
- decrease SSL handshake error level to info Igor Sysoev 11 years ago
- ngx_str_set() and ngx_str_null() Igor Sysoev 12 years ago
- MSVC8 compatibility with OpenSSL 1.0.0 Igor Sysoev 12 years ago
- *) introduce ngx_time_sigsafe_update() to update the error log time only Igor Sysoev 12 years ago
- *) use previously cached GMT offset value to update time from a signal handler Igor Sysoev 12 years ago
- do not update time in the timer signal handler, Igor Sysoev 12 years ago