summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-09-23r1442, r1443, r1446, r1451 merge:Igor Sysoev1-11/+19
update comments and style fixes
2007-09-23r1441 merge:Igor Sysoev1-1/+1
use ev->log, because ev->data may be connection stub only
2007-09-23r1432, r1433, r1434 merge:Igor Sysoev1-12/+64
/dev/poll segfault fix and guard code
2007-09-22r1398 merge:Igor Sysoev1-0/+2
upstream sendfile bit was overridden by r->connection->sendfile
2007-09-22r1381 merge:Igor Sysoev1-5/+14
ignore meaningless bits in CIDR and warn about them
2007-09-01r1440 merge:Igor Sysoev1-1/+1
style fix
2007-07-29r1285 merge:Igor Sysoev1-21/+27
fix segfault when session was freed twice
2007-07-13r1288 merge:Igor Sysoev1-0/+4
fix segfault when event port returns POLLERR without POLLIN or POLLOUT
2007-05-23style fixIgor Sysoev1-1/+0
2007-03-31ngx_ssl_recv_chain() must not update buf->last,Igor Sysoev1-7/+15
it fixes proxy_pass https://...
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
the previous commit did not fix too
2007-01-17fix FastCGI "zero size buf" alert,Igor Sysoev1-1/+14
r841 did not fix it
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
2006-11-23fix segfaultIgor Sysoev1-1/+1
2006-11-20slab allocator in shared memoryIgor Sysoev1-13/+1
2006-11-19fix the previous commitIgor Sysoev1-4/+2
2006-11-18fix endless loop when too many FastCGI sent too many to stderrIgor Sysoev1-1/+9
2006-11-16rbtree insert procedureIgor Sysoev1-0/+1
2006-11-06fix FastCGI "zero size buf" alertIgor Sysoev1-0/+2
2006-10-28undo the previous wrong commitIgor Sysoev1-1/+0
2006-10-28bad commitIgor Sysoev1-0/+1
2006-10-09style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-09-26Solaris 10 event ports supportIgor Sysoev4-23/+643
2006-09-25rename variableIgor Sysoev1-6/+6
2006-09-22remove unused oneshot flagIgor Sysoev2-3/+0
2006-08-09nginx-0.3.57-RELEASE importrelease-0.3.57Igor Sysoev2-29/+148
*) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive.