summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-01-18NGX_HTTP_PRECONDITION_FAILEDIgor Sysoev3-2/+11
2007-01-18update nginx.xs to ngx_open_file(name, mode, create, access)Igor Sysoev1-1/+1
2007-01-18ngx_read_fd()Igor Sysoev2-0/+10
2007-01-18NGX_FILE_WRONLYIgor Sysoev2-0/+2
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev2-0/+4
2007-01-18style fixIgor Sysoev1-2/+1
2007-01-18axe Win9X codeIgor Sysoev1-8/+3
2007-01-18add commentIgor Sysoev1-0/+3
2007-01-18axe unused codeIgor Sysoev1-3/+0
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev9-13/+20
2007-01-18style fixIgor Sysoev1-18/+18
2007-01-18rename mode to accessIgor Sysoev6-12/+13
2007-01-18unused valueIgor Sysoev1-1/+0
2007-01-18style fix: remove trailing spacesIgor Sysoev1-4/+4
2007-01-18fix log messageIgor Sysoev1-1/+1
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-17style fixIgor Sysoev1-1/+1
2007-01-16fix debug loggingIgor Sysoev1-5/+2
2007-01-16fix comparisonIgor Sysoev1-1/+1
2007-01-16bump versionIgor Sysoev2-2/+2
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-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-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