summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-07Releasing memory of idle SSL connection. This saves about 34K per SSLIgor Sysoev1-0/+4
2011-10-07Disabling SSL compression. This saves about 300K per SSL connection.Igor Sysoev1-0/+4
2011-09-20Fixed loss of chain links in ngx_event_pipe_read_upstream().Maxim Dounin1-0/+1
2011-09-20Fix of cpu hog in event pipe.Maxim Dounin1-2/+2
2011-09-20The "worker_aio_requests" directive.Igor Sysoev1-3/+13
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2-6/+6
2011-09-16Fixing Linux AIO initiatialization: AIO operations are disabled if kernelIgor Sysoev1-47/+82
2011-09-16Fixing Linux AIO syscalls return value handling:Igor Sysoev1-10/+11
2011-09-15Upstream: pipe length and input_filter_init in buffered mode.Maxim Dounin2-0/+30
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin1-1/+1
2011-09-01Proper setting of read->eof in pipe code.Maxim Dounin1-1/+1
2011-09-01Proper SSL shutdown handling.Maxim Dounin1-0/+5
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev2-5/+3
2011-07-22fix SSL connection issues on platforms with 32-bit off_tIgor Sysoev1-3/+3
2011-07-22fix build by gcc46 with -Wunused-value optionIgor Sysoev1-3/+7
2011-07-20ECDHE supportIgor Sysoev2-0/+40
2011-07-20MSIE export versions are rare now, so RSA 512 key is generated on demandIgor Sysoev2-19/+9
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev1-0/+1
2011-04-23fix building by gcc 4.6 without --with-debugIgor Sysoev1-10/+3
2011-01-20fix building on Fedora 14Igor Sysoev1-1/+1
2010-12-06remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180Igor Sysoev1-1/+0
2010-12-02fix building by msvc8 introduced by the previous commitIgor Sysoev1-3/+5
2010-12-02fallback to accept() if accept4() is not implemented,Igor Sysoev1-2/+21
2010-11-25Linux accept4() supportIgor Sysoev1-0/+4
2010-07-29decrease SSL handshake error level to infoIgor Sysoev1-1/+2
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-7/+3
2010-04-01MSVC8 compatibility with OpenSSL 1.0.0Igor Sysoev1-0/+3
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev9-15/+15
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev9-15/+15
2010-03-12do not update time in the timer signal handler,Igor Sysoev6-7/+5
2010-03-03add OpenSSL_add_all_algorithms(), this fixes the errorIgor Sysoev2-0/+4
2010-03-02Set SSL session context for "ssl_session_cache none".Igor Sysoev1-2/+2
2010-02-19decrease SSL handshake error level to infoIgor Sysoev1-0/+4
2009-11-25update commentsIgor Sysoev1-9/+4
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev3-3/+3
2009-11-23decrease SSL handshake error level to infoIgor Sysoev1-0/+1
2009-11-11disable SSL renegotiation (CVE-2009-3555)Igor Sysoev2-0/+41
2009-11-03fix segfault in SSL if limit_rate is usedIgor Sysoev1-3/+2
2009-11-02proxy_bind, fastcgi_bind, and memcached_bindIgor Sysoev2-19/+26
2009-11-02style fixIgor Sysoev1-1/+0
2009-11-01delete unused field c->local_socklenIgor Sysoev2-2/+2
2009-10-26http listen unix domain socketsIgor Sysoev1-0/+11
2009-09-24fix r3155Igor Sysoev1-1/+1
2009-09-24fix debug log messageIgor Sysoev1-3/+3
2009-09-24$ssl_session_idIgor Sysoev2-0/+36
2009-08-30aio sendfileIgor Sysoev1-0/+4
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev3-4/+265
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-12/+0
2009-08-25*) move small declarations in appropriate places and delete the surplusIgor Sysoev4-25/+2
2009-08-25style fixIgor Sysoev7-32/+6