summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
*) change ngx_time_update() interface
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev9-15/+15
*) change ngx_time_update() interface since there are no notification methods those return time
2010-03-12do not update time in the timer signal handler,Igor Sysoev6-7/+5
since localtime_r() is not Async-Signal-Safe function
2010-03-03add OpenSSL_add_all_algorithms(), this fixes the errorIgor Sysoev2-0/+4
"ASN1_item_verify:unknown message digest algorithm" occurred if client certificate is signed using sha256WithRSAEncryption
2010-03-02Set SSL session context for "ssl_session_cache none".Igor Sysoev1-2/+2
This fixes a bug when client certficate is used and nginx closes connection with the message: "SSL_GET_PREV_SESSION:session id context uninitialized".
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
header files *) delete insignificant comments
2009-08-25style fixIgor Sysoev7-32/+6
2009-08-21*) share temporary number between workersIgor Sysoev1-13/+21
*) randomize collision offset
2009-07-27fix memory corruption in $ssl_client_certIgor Sysoev1-1/+1
2009-07-23delete ancient defineIgor Sysoev1-2/+0
2009-07-23delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev2-23/+0
compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
2009-07-23ssl_crlIgor Sysoev2-0/+46
2009-07-22*) $ssl_client_verifyIgor Sysoev2-0/+31
*) "ssl_verify_client ask" was changed to "ssl_verify_client optional"
2009-06-18ignore ngx_atomic_fetch_add() resultIgor Sysoev1-4/+4
this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev7-8/+8
2009-05-14style fixIgor Sysoev1-2/+4
2009-05-06divide select module into two modules: Unix and Win32 onesIgor Sysoev2-137/+404
2009-05-06make code clearerIgor Sysoev1-2/+4
2009-05-06test event type to prevent errorsIgor Sysoev1-0/+10
2009-05-04do not free buffer with cache header before it would be written,Igor Sysoev1-1/+1
it seems this affected header only FastCGI responses only: proxied header only responses were cached right
2009-04-29try to repair the case "select ready != events"Igor Sysoev1-1/+4
2009-04-29ngx_select_repair_fd_sets()Igor Sysoev1-0/+96
2009-04-29delete useless debug logIgor Sysoev1-10/+0
2009-04-29style fixIgor Sysoev1-6/+6
2009-04-29handle Winsock select() WSAEINVALIgor Sysoev1-1/+15
2009-04-28add listen events for win32 only after accept mutex is holdIgor Sysoev1-0/+8
2009-04-27use ngx_vslprintf(), ngx_slprintf()Igor Sysoev1-1/+1
2009-04-20Win32 master/workers modelIgor Sysoev1-1/+1
2009-04-19add variadic macros support for msvc8Igor Sysoev1-2/+2
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev2-3/+11
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev1-2/+2
2009-04-15fix building by MSVC8Igor Sysoev1-1/+1