summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2009-11-23nginx-0.8.28-RELEASErelease-0.8.28Igor Sysoev1-1/+17
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev9-15/+14
2009-11-23decrease SSL handshake error level to infoIgor Sysoev1-0/+1
2009-11-23fix building without PCRE, the bug had been introduced in r3326Igor Sysoev2-15/+23
2009-11-23bump versionIgor Sysoev2-3/+3
2009-11-17release-0.8.27 tagIgor Sysoev1-0/+1
2009-11-17nginx-0.8.27-RELEASErelease-0.8.27Igor Sysoev1-0/+16
2009-11-17a cache manager thread handle was overwritten by a cache loader thread handle,Igor Sysoev1-2/+2
this caused an exit delay, the bug had been introduced in r3023
2009-11-17add comment from r2716 commit messageIgor Sysoev1-0/+6
2009-11-17use global perl variable in perl_destruct()/perl_free()Igor Sysoev1-16/+11
for non-mulitiplicity perl
2009-11-17fix pcre allocation on Win32, the bug had been introduced in r3326Igor Sysoev1-6/+2
2009-11-17bump versionIgor Sysoev2-3/+3
2009-11-16release-0.8.26 tagIgor Sysoev1-0/+1
2009-11-16nginx-0.8.26-RELEASErelease-0.8.26Igor Sysoev1-1/+28
2009-11-16evaluate maximum captures size on configuration phaseIgor Sysoev2-1/+5
2009-11-16fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev2-4/+4
2009-11-16fix building without --with-debug, introduced in r3328Igor Sysoev1-2/+2
2009-11-16bump versionIgor Sysoev2-3/+3
2009-11-16release-0.8.25 tagIgor Sysoev1-0/+1
2009-11-16nginx-0.8.25-RELEASErelease-0.8.25Igor Sysoev1-0/+77
2009-11-16backout r3325: postpone filter is a body only filterIgor Sysoev3-0/+6
2009-11-16align to minimum of a page and a pool sizesIgor Sysoev1-2/+2
2009-11-16ngx_min()Igor Sysoev1-0/+1
2009-11-16large allocation should not be aligned to a page sizeIgor Sysoev1-1/+1
2009-11-16add alignment in debug logIgor Sysoev1-2/+2
2009-11-16ngx_http_degradation_moduleIgor Sysoev4-0/+235
2009-11-16regex named capturesIgor Sysoev15-278/+414
2009-11-16remove subrequest test in range header, chunked, and header filters: theyIgor Sysoev3-6/+0
are run after postpone filter which sends data only in main request context
2009-11-15allow "proxy_pass http://$backend" without URI partIgor Sysoev1-9/+14
2009-11-15fix posix_fadvise() error handlingIgor Sysoev2-1/+21
2009-11-15update allocation error messagesIgor Sysoev2-6/+4
2009-11-15fix posix_memalign() error handlingIgor Sysoev1-2/+6
2009-11-13ngx_regex_exec() calling optimiztion:Igor Sysoev3-20/+7
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little
2009-11-13style fix: lcf > clcfIgor Sysoev1-120/+120
2009-11-12do not log error if $r->variable was not foundIgor Sysoev1-3/+0
2009-11-12add MSIE padding for Chrome tooIgor Sysoev1-11/+11
2009-11-12r->chromeIgor Sysoev2-0/+4
2009-11-12test frequent r->header_only before three response statusIgor Sysoev1-1/+1
2009-11-12refactor gzip_vary handlingIgor Sysoev5-18/+35
2009-11-11nginx sent gzipped responses to clients those do not support gzip,Igor Sysoev1-1/+7
if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136
2009-11-11bump versionIgor Sysoev2-3/+3
2009-11-11release-0.8.24 tagIgor Sysoev1-0/+1
2009-11-11nginx-0.8.24-RELEASErelease-0.8.24Igor Sysoev1-1/+48
2009-11-11remove "Content-Encoding: gzip" in 304 responseIgor Sysoev1-0/+5
sent by ngx_http_gzip_static_module
2009-11-11use ngx_resolver_alloc() instead of ngx_resolver_calloc()Igor Sysoev1-2/+2
since all fields are filled
2009-11-11fix resolving an empty name (".")Igor Sysoev1-5/+5
2009-11-11fix "set_real_ip_from unix:" inheritanceIgor Sysoev1-4/+9
2009-11-11fix building without --with-debug, introduced in r3294Igor Sysoev1-1/+1
2009-11-11bump versionIgor Sysoev2-3/+3
2009-11-11release-0.8.23 tagIgor Sysoev1-0/+1