summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-01-09do not count connection for subrequestIgor Sysoev1-1/+1
2007-01-09pass the inherited shm_zone dataIgor Sysoev1-2/+19
2007-01-07new syntaxIgor Sysoev1-48/+71
2007-01-07ngx_http_realip_module must return NGX_DECLINEDIgor Sysoev1-6/+6
2007-01-07count connection once per requestIgor Sysoev1-0/+6
2007-01-07fix key length and alignmentIgor Sysoev1-7/+8
2007-01-06ngx_http_limit_zone_moduleIgor Sysoev1-0/+397
2007-01-03move the session cache callbacks to the ngx_openssl_moduleIgor Sysoev2-450/+10
2007-01-02ssl_session_cacheIgor Sysoev2-14/+579
2007-01-02style fix: scf > sscfIgor Sysoev1-19/+18
2007-01-02style fixIgor Sysoev1-2/+4
2007-01-02ngx_ssl_get_server_conf()Igor Sysoev2-2/+2
2006-12-29move ranges array to ngx_http_range_filter_ctx_tIgor Sysoev1-23/+32
2006-12-29support ranges for single memory bufferIgor Sysoev1-36/+61
2006-12-29fix the previous commitIgor Sysoev1-1/+4
2006-12-28fix range in $r->sendfileIgor Sysoev1-89/+123
2006-12-28style fixIgor Sysoev1-1/+2
2006-12-25recursive DELETEIgor Sysoev1-2/+61
2006-12-25limit the ngx_http_index_module methods to GET, HEAD and POSTIgor Sysoev1-0/+4
2006-12-24bump versionIgor Sysoev1-1/+1
2006-12-22fix segfaultIgor Sysoev1-2/+5
2006-12-20fix debug logIgor Sysoev1-1/+1
2006-12-14bump versionIgor Sysoev1-1/+1
2006-12-14allow "perl" inside "limit_except"Igor Sysoev1-1/+1
2006-12-14DELETE may not have the "Depth" headerIgor Sysoev1-8/+15
2006-12-14fix number of argumentsIgor Sysoev1-1/+1
2006-12-13bump versionIgor Sysoev1-1/+1
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.