summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-0.8.27-RELEASErelease-0.8.27Igor Sysoev2009-11-171-0/+16
* a cache manager thread handle was overwritten by a cache loader thread handle,Igor Sysoev2009-11-171-2/+2
* add comment from r2716 commit messageIgor Sysoev2009-11-171-0/+6
* use global perl variable in perl_destruct()/perl_free()Igor Sysoev2009-11-171-16/+11
* fix pcre allocation on Win32, the bug had been introduced in r3326Igor Sysoev2009-11-171-6/+2
* bump versionIgor Sysoev2009-11-172-3/+3
* release-0.8.26 tagIgor Sysoev2009-11-161-0/+1
* nginx-0.8.26-RELEASErelease-0.8.26Igor Sysoev2009-11-161-1/+28
* evaluate maximum captures size on configuration phaseIgor Sysoev2009-11-162-1/+5
* fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev2009-11-162-4/+4
* fix building without --with-debug, introduced in r3328Igor Sysoev2009-11-161-2/+2
* bump versionIgor Sysoev2009-11-162-3/+3
* release-0.8.25 tagIgor Sysoev2009-11-161-0/+1
* nginx-0.8.25-RELEASErelease-0.8.25Igor Sysoev2009-11-161-0/+77
* backout r3325: postpone filter is a body only filterIgor Sysoev2009-11-163-0/+6
* align to minimum of a page and a pool sizesIgor Sysoev2009-11-161-2/+2
* ngx_min()Igor Sysoev2009-11-161-0/+1
* large allocation should not be aligned to a page sizeIgor Sysoev2009-11-161-1/+1
* add alignment in debug logIgor Sysoev2009-11-161-2/+2
* ngx_http_degradation_moduleIgor Sysoev2009-11-164-0/+235
* regex named capturesIgor Sysoev2009-11-1615-278/+414
* remove subrequest test in range header, chunked, and header filters: theyIgor Sysoev2009-11-163-6/+0
* allow "proxy_pass http://$backend" without URI partIgor Sysoev2009-11-151-9/+14
* fix posix_fadvise() error handlingIgor Sysoev2009-11-152-1/+21
* update allocation error messagesIgor Sysoev2009-11-152-6/+4
* fix posix_memalign() error handlingIgor Sysoev2009-11-151-2/+6
* ngx_regex_exec() calling optimiztion:Igor Sysoev2009-11-133-20/+7
* style fix: lcf > clcfIgor Sysoev2009-11-131-120/+120
* do not log error if $r->variable was not foundIgor Sysoev2009-11-121-3/+0
* add MSIE padding for Chrome tooIgor Sysoev2009-11-121-11/+11
* r->chromeIgor Sysoev2009-11-122-0/+4
* test frequent r->header_only before three response statusIgor Sysoev2009-11-121-1/+1
* refactor gzip_vary handlingIgor Sysoev2009-11-125-18/+35
* nginx sent gzipped responses to clients those do not support gzip,Igor Sysoev2009-11-111-1/+7
* bump versionIgor Sysoev2009-11-112-3/+3
* release-0.8.24 tagIgor Sysoev2009-11-111-0/+1
* nginx-0.8.24-RELEASErelease-0.8.24Igor Sysoev2009-11-111-1/+48
* remove "Content-Encoding: gzip" in 304 responseIgor Sysoev2009-11-111-0/+5
* use ngx_resolver_alloc() instead of ngx_resolver_calloc()Igor Sysoev2009-11-111-2/+2
* fix resolving an empty name (".")Igor Sysoev2009-11-111-5/+5
* fix "set_real_ip_from unix:" inheritanceIgor Sysoev2009-11-111-4/+9
* fix building without --with-debug, introduced in r3294Igor Sysoev2009-11-111-1/+1
* bump versionIgor Sysoev2009-11-112-3/+3
* release-0.8.23 tagIgor Sysoev2009-11-111-0/+1
* nginx-0.8.23-RELEASErelease-0.8.23Igor Sysoev2009-11-111-0/+56
* disable SSL renegotiation (CVE-2009-3555)Igor Sysoev2009-11-112-0/+41
* *) fix resolving an empty name ("."),Igor Sysoev2009-11-092-15/+3
* fix "PTR ." case in address resolverIgor Sysoev2009-11-092-0/+19
* fix segfault in resolver:Igor Sysoev2009-11-091-0/+2
* cf->conf_file->file.name.data may be uninitialized, if an allocation failed;Igor Sysoev2009-11-051-1/+1