summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-09fix headers split in FastCGI recordsIgor Sysoev1-19/+92
2007-07-08omit unnecessary conditionsIgor Sysoev1-6/+6
2007-07-08when the FastCGI header was split in records,Igor Sysoev1-1/+1
nginx passed garbage in the header to a client
2007-07-06add commentIgor Sysoev1-0/+5
2007-06-17bump versionIgor Sysoev1-1/+1
2007-06-17if a subrequest was finished and SSI was in middle of SSI command parsingIgor Sysoev1-2/+8
and the command was a fast subrequest then the second subrequest output was just after first subrequest output and response part of main request between the subrequests went after the second subrequest.
2007-06-17if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->savedIgor Sysoev1-0/+1
and if it was not reset, then any '#' was treated as SSI command start
2007-06-16fix building on threaded or multiplicity interpreter perl,Igor Sysoev1-0/+11
the bug was introduced by previous commit
2007-06-15set worker's perl $$Igor Sysoev1-1/+12
2007-06-14bump versionIgor Sysoev1-1/+1
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev2-103/+97
2007-06-11bump versionIgor Sysoev1-1/+1
2007-06-08bump versionIgor Sysoev1-1/+1
2007-06-07style fixIgor Sysoev1-7/+7
2007-06-07namespace may be set via $memcached_keyIgor Sysoev1-1/+0
2007-06-06strstr() -> strchr()Igor Sysoev1-1/+1
2007-06-05use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev1-5/+4
2007-06-04bump versionIgor Sysoev1-1/+1
2007-06-04fastcgi_catch_stderrIgor Sysoev1-1/+27
2007-05-29PERL_SYS_TERM() should be called once on exit only, this fixes the messageIgor Sysoev1-5/+13
panic: MUTEX_LOCK (22) [op.c:352]. BEGIN failed--compilation aborted. ... [alert] ... perl_parse() failed: 9 Scalars leaked: 2 on threaded perl during second reconfiguration. PERL_SYS_INIT() should be called once too.
2007-05-29SNI supportIgor Sysoev1-0/+13
2007-05-29bump versionIgor Sysoev1-1/+1
2007-05-28bump versionIgor Sysoev1-1/+1
2007-05-07bump versionIgor Sysoev1-1/+1
2007-05-06fix multipart ranges trailingIgor Sysoev1-1/+2
2007-05-05fix building by msvcIgor Sysoev1-3/+3
2007-05-02fix segfault or parsing error in '<!--# if expr="$var = /" -->'Igor Sysoev1-1/+1
2007-05-01allow to "set" $http_, $sent_http_, and $upstream_http_ variablesIgor Sysoev1-1/+5
2007-04-24bump versionIgor Sysoev1-1/+1
2007-04-22proxy_headers_hash_max_size and proxy_headers_hash_bucket_sizeIgor Sysoev1-6/+35
2007-04-21$request_time has millisecond precisionIgor Sysoev1-4/+9
2007-04-21rename $r->rflush to $r->flushIgor Sysoev2-2/+9
2007-04-19bump versionIgor Sysoev1-1/+1
2007-04-19style fix: remove trailing spacesIgor Sysoev1-2/+2
2007-04-19ngx_http_sub_filter_moduleIgor Sysoev1-0/+794
2007-04-19style fix: rename functionsIgor Sysoev1-6/+6
2007-04-18fix segfault whenIgor Sysoev1-0/+5
*) perl was built without multiplicity *) when configuration was invalid
2007-04-18set nginx_stash after reconfiguration in single interpreter perlIgor Sysoev1-0/+1
2007-04-03use 60 seconds interval but not 61 secondsIgor Sysoev1-2/+2
2007-04-02bump versionIgor Sysoev1-1/+1
2007-03-26bump versionIgor Sysoev1-1/+1
2007-03-23ip_hash used wrong byte orderIgor Sysoev1-3/+5
2007-03-21fix "zero size buf" if request body file is multiple of 32K and FastCGI is usedIgor Sysoev1-2/+2
2007-03-19bump versionIgor Sysoev1-1/+1
2007-03-06bump versionIgor Sysoev1-1/+1
2007-03-06avoid endless loopIgor Sysoev1-3/+2
2007-02-21use the contemporary directivesIgor Sysoev2-6/+6
2007-02-19bump versionIgor Sysoev1-1/+1
2007-02-17a client address must be allocated from a connection poolIgor Sysoev1-1/+8
to live through the keep-alive requests
2007-02-16COPY and MOVEIgor Sysoev1-160/+742
fix PUT and DELETE to conform to WebDAV specification