summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-12-04upstream choice modulesIgor Sysoev4-114/+355
2006-11-28the PERL_NO_GET_CONTEXT is actually required, see perlgutsIgor Sysoev1-0/+2
2006-11-27axe old % log formatIgor Sysoev4-809/+46
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-15bump versionIgor Sysoev1-1/+1
2006-11-14fix add_before_body without add_after_bodyIgor Sysoev1-0/+5
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-10-31bump versionIgor Sysoev1-1/+1
2006-10-31$r->variableIgor Sysoev1-0/+83
2006-10-30high level HTTP buffered flags should be on per-subrequest basis,Igor Sysoev1-0/+7
this fix a bug in SSI when a big static file is included
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
2006-10-25axe unused codeIgor Sysoev1-26/+0
2006-10-25$r->allow_rangesIgor Sysoev1-0/+13
2006-10-24now the "memcached_pass" directive uses ngx_parse_url()Igor Sysoev1-8/+11
2006-10-23bump versionIgor Sysoev1-1/+1
2006-10-20fix segfault if $server_addr failedIgor Sysoev2-0/+13
2006-10-18downgrade gravity of getsockname() errorsIgor Sysoev1-3/+5
2006-10-17style fix: remove trailing spacesIgor Sysoev2-2/+2
2006-10-16fix building by Debian gcc-4.1.2 amd64Igor Sysoev1-2/+4
2006-10-16allow ranges for full flv filesIgor Sysoev1-0/+4
2006-10-13bump versionIgor Sysoev1-1/+1
2006-10-13<!--#include virtual=... set=... -->Igor Sysoev4-58/+185
2006-10-12check nginx.pm versionIgor Sysoev3-2/+15
2006-10-12previous commit broke two modulesIgor Sysoev2-2/+4
2006-10-12remove r->root_lengthIgor Sysoev4-8/+14
2006-10-11fix <!--#include virtual=... wait="yes" -->Igor Sysoev1-4/+23
r766 did not fix the bug too
2006-10-11fix <!--#include virtual=... wait="yes" -->Igor Sysoev1-6/+5
r759 did not fix the bug
2006-10-11do not send flv header for full fileIgor Sysoev1-13/+19
2006-10-10fix <!--#include virtual=... wait="yes" -->Igor Sysoev3-9/+20
2006-10-09style fix: remove trailing spacesIgor Sysoev2-3/+3
2006-10-09ngx_http_flv_moduleIgor Sysoev1-0/+255
2006-10-09ngx_http_charset_module supports the variablesIgor Sysoev1-10/+53
2006-10-09align hash bucket size to cache lineIgor Sysoev2-2/+2
2006-10-06fix hash building on unknown 64-bit platformIgor Sysoev2-2/+2
2006-10-05$r->headers_out("Content-Length", "NNN") did not workIgor Sysoev1-3/+2
2006-10-03after redirecting by error_page any rewrite directive will return this code,Igor Sysoev1-0/+4
bug introduced in r727
2006-10-02expires maxIgor Sysoev1-0/+13
2006-10-02fix: "return" always overrode "error_page" response codeIgor Sysoev1-1/+5
2006-09-26fix proxy_redirect with variableIgor Sysoev1-1/+7