summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2006-12-13$r->statusIgor Sysoev1-0/+16
2006-12-13add HTTP response codesIgor Sysoev1-7/+66
2006-12-13fix ngx_http_perl_sleep_handler()Igor Sysoev1-1/+13
2006-12-12$r->variable() supports perl only variablesIgor Sysoev2-1/+70
2006-12-12$r->sleep()Igor Sysoev3-0/+40
2006-12-12style fixIgor Sysoev1-2/+1
2006-12-12fix $r->has_request_body()Igor Sysoev1-4/+1
2006-12-12axe ngx_http_perl_cleanup_sv(): all SVs should be freedIgor Sysoev1-37/+0
by perl_free() in ngx_http_perl_cleanup_perl()
2006-12-12$r->log_error()Igor Sysoev1-0/+34
2006-12-12rewritten upstreamIgor Sysoev3-11/+41
2006-12-12fix highly unlikely bugIgor Sysoev1-0/+2
2006-12-12bump versionIgor Sysoev1-1/+1
2006-12-11bump versionIgor Sysoev1-1/+1
2006-12-11fix fastcgi and memcached upstreamsIgor Sysoev3-0/+3
2006-12-06fix when last htpasswd line has no CR or LFIgor Sysoev1-0/+14
2006-12-04bump versionIgor Sysoev1-1/+1
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