summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2007-01-15nginx-0.5.7-RELEASErelease-0.5.7Igor Sysoev1-0/+67
2007-01-15quick fix for case when ssl_session_cache defined,Igor Sysoev1-0/+5
but ssl is not enabled in any server
2007-01-15allow the upstream modules to send a header onlyIgor Sysoev1-1/+1
2007-01-15add debug logging for FastCGI zero size buf alertIgor Sysoev2-0/+12
2007-01-12ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev4-8/+8
2007-01-12style fixIgor Sysoev1-1/+2
2007-01-12fix duplicate rbtree keys caseIgor Sysoev1-39/+104
2007-01-12fix duplicate rbtree keys caseIgor Sysoev1-5/+65
2007-01-12style fix: remove tabsIgor Sysoev6-24/+24
2007-01-12ngx_strn2cmp()Igor Sysoev2-0/+26
2007-01-12make global the rbtree color handling macrosIgor Sysoev2-7/+8
2007-01-12add commentIgor Sysoev1-0/+5
2007-01-12fix commentIgor Sysoev1-3/+3
2007-01-11axe aio draftsIgor Sysoev1-58/+0
2007-01-11axe long ago unnecessary fileIgor Sysoev1-20/+0
2007-01-11fix slab allocator on 64-bit platfromsIgor Sysoev1-2/+2
2007-01-11optimize the SSL session cache allocations on 64-bit platformsIgor Sysoev2-10/+32
2007-01-11fix slab allocator on 64-bit platfromsIgor Sysoev1-7/+8
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-11stop rbtree search early if equal hash was foundIgor Sysoev1-2/+9
2007-01-11test length of variable and number of connectionsIgor Sysoev1-2/+20
2007-01-11fix default -OIgor Sysoev1-1/+1
2007-01-11optimizationIgor Sysoev2-17/+22
2007-01-11optimize inlined code for gccIgor Sysoev1-5/+1
2007-01-11use "r" instead of "q"Igor Sysoev1-1/+1
2007-01-10icc and PCRE-6.5+ compatibilityIgor Sysoev1-3/+21
2007-01-10do not build OpenSSL with threads, if they are not usedIgor Sysoev1-3/+4
2007-01-10application/atom+xmlIgor Sysoev1-0/+1
2007-01-09fix segfaultIgor Sysoev1-1/+4
2007-01-09fix connection counter in subrequestsIgor Sysoev1-1/+1
2007-01-09fix typoIgor Sysoev1-1/+1
2007-01-09bump versionIgor Sysoev2-2/+2
2007-01-09release-0.5.6 tagIgor Sysoev1-0/+1
2007-01-09nginx-0.5.6-RELEASErelease-0.5.6Igor Sysoev1-0/+62
2007-01-09do not count connection for subrequestIgor Sysoev1-1/+1
2007-01-09fix label nameIgor Sysoev1-2/+2
2007-01-09free the unnecessary shared memoryIgor Sysoev1-0/+50
2007-01-09fix the commentsIgor Sysoev1-2/+2
2007-01-09pass the inherited shm_zone dataIgor Sysoev4-6/+36
2007-01-08correct an error log messageIgor Sysoev1-1/+1
2007-01-08use right status codeIgor Sysoev1-2/+2
2007-01-08undo r979Igor Sysoev1-1/+0
2007-01-08d2i_SSL_SESSION() was changed in 0.9.7fIgor Sysoev1-1/+1
2007-01-07style fixIgor Sysoev1-6/+6
2007-01-07new syntaxIgor Sysoev1-48/+71
2007-01-07ngx_http_realip_module must return NGX_DECLINEDIgor Sysoev1-6/+6
2007-01-07ngx_http_limit_zone_module must run after ngx_http_realip_moduleIgor Sysoev1-5/+5
2007-01-07count connection once per requestIgor Sysoev2-0/+12