summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-12-11upstream name was tried to resolveIgor Sysoev1-1/+1
2006-12-11bump versionIgor Sysoev1-1/+1
2006-12-11fix fastcgi and memcached upstreamsIgor Sysoev4-1/+11
2006-12-11fix post_action for disconnected clientIgor Sysoev1-0/+2
2006-12-11TCP upstreams always used the first TCP upstream with the same nameIgor Sysoev1-1/+2
2006-12-06fix when last htpasswd line has no CR or LFIgor Sysoev1-0/+14
2006-12-06the previous fix does not actually fix overflowIgor Sysoev2-14/+15
2006-12-05fix msec overflowIgor Sysoev1-3/+3
2006-12-04bump versionIgor Sysoev1-1/+1
2006-12-04upstream choice modulesIgor Sysoev10-301/+1143
2006-11-28the PERL_NO_GET_CONTEXT is actually required, see perlgutsIgor Sysoev1-0/+2
2006-11-27axe old % log formatIgor Sysoev6-940/+47
2006-11-27bump version to 0.5.0Igor Sysoev1-1/+1
2006-11-26add commentIgor Sysoev1-0/+3
2006-11-26fix segfaults in future workers those will use old configuration,Igor Sysoev1-8/+22
if new configuration failed
2006-11-26Axe several perl interpreter instances: they may be useful in currentlyIgor Sysoev2-171/+13
unsupported threaded environment, but now they complicate code: *) perl_clone() requires at least duplicating nginx stash; *) the multiplicity requires to re-evalute all precompiled subroutines and nginx stash in new interpreter context.
2006-11-25add debug loggingIgor Sysoev1-0/+5
2006-11-25fix recursive perl_set variable callIgor Sysoev1-6/+16
2006-11-25it seems the PERL_NO_GET_CONTEXT was needed to disable warnings onlyIgor Sysoev1-2/+0
2006-11-25style fixIgor Sysoev1-1/+1
2006-11-24axe unused codeIgor Sysoev1-18/+0
2006-11-23use host part in URLIgor Sysoev3-8/+22
2006-11-15fix negative upstream response timeIgor Sysoev1-5/+7
2006-11-15bump versionIgor Sysoev1-1/+1
2006-11-14fix add_before_body without add_after_bodyIgor Sysoev1-0/+5
2006-11-14debug log should not be under rewrite_log controlIgor Sysoev1-9/+5
2006-11-14add more WebDAV methodsIgor Sysoev3-13/+96
2006-11-14allow proxy_pass inside limit_exceptIgor Sysoev1-3/+4
2006-11-13charset could not be set for ngx_http_autoindex_module responsesIgor Sysoev1-0/+1
2006-11-13fix big client body receiving with deferred accept()Igor Sysoev1-40/+46
2006-11-02fix subrequest limitIgor Sysoev1-0/+1
2006-11-02fix subrequest limitIgor Sysoev1-0/+2
2006-10-31bump versionIgor Sysoev1-1/+1
2006-10-31$r->variableIgor Sysoev1-0/+83
2006-10-31style fixIgor Sysoev1-2/+1
2006-10-31style fixIgor Sysoev1-1/+1
2006-10-30treat '\' as special character in win32 onlyIgor Sysoev1-0/+4
2006-10-30high level HTTP buffered flags should be on per-subrequest basis,Igor Sysoev4-8/+25
this fix a bug in SSI when a big static file is included
2006-10-28style fixIgor Sysoev1-12/+13
2006-10-28undo the previous wrong commitIgor Sysoev1-13/+12
2006-10-28bad commitIgor Sysoev1-12/+13
2006-10-28change orderIgor Sysoev1-3/+3
2006-10-28optimize the most frequent casesIgor Sysoev1-21/+76
2006-10-28handle the most frequent case firstIgor Sysoev1-4/+6
2006-10-28axe unused stateIgor Sysoev1-12/+0
2006-10-28omit "#fragment"Igor Sysoev1-1/+51
2006-10-28we do not need the zero terminated r->uri for a long timeIgor Sysoev1-1/+0
2006-10-25bump versionIgor Sysoev1-1/+1
2006-10-25style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-10-25fix alias without trailing slashIgor Sysoev1-3/+7