summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-2364-bit update lost in r1355Igor Sysoev2-2/+2
2007-10-14fix English grammarIgor Sysoev4-19/+19
2007-09-1064-bit update lost in r1355Igor Sysoev1-1/+1
2007-09-01NGX_USE_VNODE_EVENT and NGX_FLUSH_EVENTIgor Sysoev2-10/+40
2007-09-01add commentIgor Sysoev1-1/+5
2007-09-01update commentsIgor Sysoev1-8/+12
2007-08-31update commentIgor Sysoev1-1/+1
2007-08-31style fixIgor Sysoev1-1/+1
2007-08-31use ev->log, because ev->data may be connection stub onlyIgor Sysoev1-1/+1
2007-08-31style fixIgor Sysoev1-1/+1
2007-08-29add guard codeIgor Sysoev1-13/+59
2007-08-29fix commentIgor Sysoev1-1/+1
2007-08-29disable pair event on POLLREMOVEIgor Sysoev1-0/+6
2007-08-27do not set read->eof, ready, and error prematurelyIgor Sysoev1-13/+25
2007-08-27mark connection as not ready, this fixes endless loop introduced in r1368Igor Sysoev1-0/+1
2007-08-14upstream sendfile bit was overridden by r->connection->sendfileIgor Sysoev1-0/+2
2007-08-10ignore meaningless bits in CIDR and warn about themIgor Sysoev1-5/+14
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev14-142/+161
2007-07-29--sysconfdir=DIRIgor Sysoev1-3/+3
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev1-0/+4
2007-07-10fix segfault when session was freed twiceIgor Sysoev1-21/+27
2007-05-23style fixIgor Sysoev1-1/+0
2007-03-31ngx_ssl_recv_chain() must not update buf->last,Igor Sysoev1-7/+15
2007-03-21fix building without --with-debug on SolarisIgor Sysoev1-1/+1
2007-03-06decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev2-4/+4
2007-02-12correct r1100Igor Sysoev1-3/+4
2007-02-09fix segfault when a large FastCGI response was written to a temporary fileIgor Sysoev1-1/+16
2007-01-31style fixIgor Sysoev1-1/+2
2007-01-18unused valueIgor Sysoev1-1/+0
2007-01-18style fix: remove trailing spacesIgor Sysoev1-4/+4
2007-01-18fix FastCGI "zero size buf" alert,Igor Sysoev1-7/+9
2007-01-17fix FastCGI "zero size buf" alert,Igor Sysoev1-1/+14
2007-01-15add debug logging for FastCGI zero size buf alertIgor Sysoev1-0/+6
2007-01-12ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev1-3/+3
2007-01-12fix duplicate rbtree keys caseIgor Sysoev1-39/+104
2007-01-12style fix: remove tabsIgor Sysoev1-12/+12
2007-01-12add commentIgor Sysoev1-0/+5
2007-01-11axe aio draftsIgor Sysoev1-58/+0
2007-01-11axe long ago unnecessary fileIgor Sysoev1-20/+0
2007-01-11optimize the SSL session cache allocations on 64-bit platformsIgor Sysoev2-10/+32
2007-01-11ssl_session_timeout was set only if builtin cache was usedIgor Sysoev1-2/+2
2007-01-11optimize the SSL session cache allocationsIgor Sysoev2-56/+43
2007-01-11stop rbtree search early if equal hash was foundIgor Sysoev1-36/+54
2007-01-09pass the inherited shm_zone dataIgor Sysoev1-2/+8
2007-01-08d2i_SSL_SESSION() was changed in 0.9.7fIgor Sysoev1-1/+1
2007-01-03move the session cache callbacks to the ngx_openssl_moduleIgor Sysoev2-4/+481
2007-01-02ngx_ssl_get_server_conf()Igor Sysoev2-8/+27
2007-01-02OPENSSL_config()Igor Sysoev2-0/+5
2006-12-15fix typoIgor Sysoev1-1/+1
2006-12-04upstream choice modulesIgor Sysoev2-189/+54