summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-05-31nginx-0.8.39-RELEASErelease-0.8.39Igor Sysoev1-1/+36
2010-05-31fix IPv6 and Unix domain sockets inheritance while online upgradeIgor Sysoev1-4/+2
2010-05-31fix building by ICC8, the bug had been introduced in r3476Igor Sysoev1-2/+0
2010-05-31fix handling an inherited alias in inclusive locationIgor Sysoev2-8/+8
2010-05-27fix a try_files/alias case when alias uses captures andIgor Sysoev2-3/+12
try_files .html "" / =404;
2010-05-27do not add tested file to a location regex string,Igor Sysoev1-0/+6
instead, set URI to the tested file, or keep URI unchanged, if the tested file is a directory, the later allows to handle a directory autoredirect
2010-05-27fix the previous commitIgor Sysoev1-1/+1
2010-05-27improve debug logging: "try to use file/dir"Igor Sysoev1-1/+2
2010-05-27bump versionIgor Sysoev2-3/+3
2010-05-24release-0.8.38 tagIgor Sysoev1-0/+1
2010-05-24nginx-0.8.38-RELEASErelease-0.8.38Igor Sysoev1-1/+48
2010-05-24remove r->zero_in_uriIgor Sysoev13-78/+17
2010-05-24proxy_no_cache and fastcgi_no_cacheIgor Sysoev6-0/+101
2010-05-24fix delay in limit_reqIgor Sysoev1-1/+2
2010-05-23autodetect redirect if URI is rewritten to a string starting with $schemeIgor Sysoev1-7/+4
2010-05-20delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev3-135/+0
fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout, memcached_upstream_max_fails, and memcached_upstream_fail_timeout directives obsolete since 0.5.0 version
2010-05-18allow to use $uid_got in SSI and perl moduleIgor Sysoev1-1/+1
2010-05-18bump versionIgor Sysoev2-3/+3
2010-05-17release-0.8.37 tagIgor Sysoev1-0/+1
2010-05-17nginx-0.8.37-RELEASErelease-0.8.37Igor Sysoev1-10/+84
2010-05-14fix SSI include stub for valid empty responsesIgor Sysoev1-1/+3
2010-05-14do not cache response if it has "no-store" or "private"Igor Sysoev1-4/+6
in "Cache-Control" header
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev37-278/+133
2010-05-14use ngx_min() and ngx_max()Igor Sysoev4-14/+6
2010-05-14fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,Igor Sysoev1-2/+0
the bug had been introduced in r3419
2010-05-14ngx_http_split_clients_moduleIgor Sysoev4-0/+249
2010-05-14ngx_atofp()Igor Sysoev2-0/+51
2010-05-13remove unused ./configure define'sIgor Sysoev1-10/+0
2010-05-13allow hash key values more than 255 bytes, it does not actually increase meanIgor Sysoev2-11/+3
hash element size, because due to aligning a byte after key is not used anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms
2010-05-13style fix: remove blank lineIgor Sysoev1-1/+0
2010-05-12style fix: remove blank lineIgor Sysoev1-1/+0
2010-05-12fix rounding issues in %f formatIgor Sysoev1-1/+1
2010-05-12use double in %f format to allow %.15f precisionIgor Sysoev1-3/+3
2010-04-23Zimbra IMAP server may return only 4 bytes: "+ \r\n"Igor Sysoev1-1/+1
2010-04-23bump versionIgor Sysoev2-3/+3
2010-04-22release-0.8.36 tagIgor Sysoev1-0/+1
2010-04-22nginx-0.8.36-RELEASErelease-0.8.36Igor Sysoev1-1/+74
2010-04-22use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev3-7/+14
2010-04-22change processing variables accessed by SSI and perl module:Igor Sysoev4-15/+7
*) the indexed variables are always flushed *) never show warning for not found variables
2010-04-22make $arg_ variables non-cacheableIgor Sysoev1-0/+1
2010-04-21do not log misleading errno in "not a regular file" errorIgor Sysoev2-2/+2
2010-04-21use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev3-1/+10
2010-04-21build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35Igor Sysoev1-1/+1
built against OpenSSL-1.0.0 crashed on Windows XP somewhere in the NTDLL.DLL on the master process exit
2010-04-21do not store an encoded variable value as a new cached variable valueIgor Sysoev1-11/+10
2010-04-06fix building without HTTP cache, the bug had been introduced in r3461Igor Sysoev1-3/+3
2010-04-02copy OpenSSL-1.0.0 LICENSE for nginx/Windows zipIgor Sysoev1-1/+1
2010-04-02fix building OpenSSL-1.0.0 on 64-bit Linux:Igor Sysoev1-1/+1
make installs the libraries in lib64 directory
2010-04-02bump versionIgor Sysoev2-3/+3
2010-04-01release-0.8.35 tagIgor Sysoev1-0/+1
2010-04-01nginx-0.8.35-RELEASErelease-0.8.35Igor Sysoev1-3/+103