log

age author description
Thu, 27 May 2010 13:09:09 +0000 Igor Sysoev improve debug logging: "try to use file/dir"
Thu, 27 May 2010 12:55:05 +0000 Igor Sysoev bump version
Mon, 24 May 2010 12:47:50 +0000 Igor Sysoev release-0.8.38 tag
Mon, 24 May 2010 12:47:49 +0000 Igor Sysoev nginx-0.8.38-RELEASE release-0.8.38
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Mon, 24 May 2010 11:01:05 +0000 Igor Sysoev proxy_no_cache and fastcgi_no_cache
Mon, 24 May 2010 07:43:39 +0000 Igor Sysoev fix delay in limit_req
Sun, 23 May 2010 19:36:12 +0000 Igor Sysoev autodetect redirect if URI is rewritten to a string starting with $scheme
Thu, 20 May 2010 11:46:01 +0000 Igor Sysoev delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
Tue, 18 May 2010 16:24:56 +0000 Igor Sysoev allow to use $uid_got in SSI and perl module
Tue, 18 May 2010 16:20:02 +0000 Igor Sysoev bump version
Mon, 17 May 2010 06:08:53 +0000 Igor Sysoev release-0.8.37 tag
Mon, 17 May 2010 06:08:52 +0000 Igor Sysoev nginx-0.8.37-RELEASE release-0.8.37
Fri, 14 May 2010 12:18:44 +0000 Igor Sysoev fix SSI include stub for valid empty responses
Fri, 14 May 2010 12:04:58 +0000 Igor Sysoev do not cache response if it has "no-store" or "private"
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 14 May 2010 09:55:33 +0000 Igor Sysoev use ngx_min() and ngx_max()
Fri, 14 May 2010 09:22:58 +0000 Igor Sysoev fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
Fri, 14 May 2010 09:02:10 +0000 Igor Sysoev ngx_http_split_clients_module
Fri, 14 May 2010 09:01:30 +0000 Igor Sysoev ngx_atofp()
Thu, 13 May 2010 13:58:18 +0000 Igor Sysoev remove unused ./configure define's
Thu, 13 May 2010 12:52:45 +0000 Igor Sysoev allow hash key values more than 255 bytes, it does not actually increase mean
Thu, 13 May 2010 10:22:48 +0000 Igor Sysoev style fix: remove blank line
Wed, 12 May 2010 15:56:54 +0000 Igor Sysoev style fix: remove blank line
Wed, 12 May 2010 13:13:11 +0000 Igor Sysoev fix rounding issues in %f format
Wed, 12 May 2010 13:12:31 +0000 Igor Sysoev use double in %f format to allow %.15f precision
Fri, 23 Apr 2010 09:53:52 +0000 Igor Sysoev Zimbra IMAP server may return only 4 bytes: "+ \r\n"
Fri, 23 Apr 2010 08:14:57 +0000 Igor Sysoev bump version
Thu, 22 Apr 2010 17:37:22 +0000 Igor Sysoev release-0.8.36 tag
Thu, 22 Apr 2010 17:37:21 +0000 Igor Sysoev nginx-0.8.36-RELEASE release-0.8.36
Thu, 22 Apr 2010 17:15:42 +0000 Igor Sysoev use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
Thu, 22 Apr 2010 14:02:45 +0000 Igor Sysoev change processing variables accessed by SSI and perl module:
Thu, 22 Apr 2010 13:35:30 +0000 Igor Sysoev make $arg_ variables non-cacheable
Wed, 21 Apr 2010 16:01:52 +0000 Igor Sysoev do not log misleading errno in "not a regular file" error
Wed, 21 Apr 2010 15:59:36 +0000 Igor Sysoev use non-blocking open() not to hang on FIFO files, etc.
Wed, 21 Apr 2010 15:09:17 +0000 Igor Sysoev build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35
Wed, 21 Apr 2010 14:58:21 +0000 Igor Sysoev do not store an encoded variable value as a new cached variable value
Tue, 06 Apr 2010 11:49:36 +0000 Igor Sysoev fix building without HTTP cache, the bug had been introduced in r3461
Fri, 02 Apr 2010 14:20:48 +0000 Igor Sysoev copy OpenSSL-1.0.0 LICENSE for nginx/Windows zip
Fri, 02 Apr 2010 14:19:45 +0000 Igor Sysoev fix building OpenSSL-1.0.0 on 64-bit Linux:
Fri, 02 Apr 2010 14:18:23 +0000 Igor Sysoev bump version
Thu, 01 Apr 2010 15:44:12 +0000 Igor Sysoev release-0.8.35 tag
Thu, 01 Apr 2010 15:44:11 +0000 Igor Sysoev nginx-0.8.35-RELEASE release-0.8.35
Thu, 01 Apr 2010 15:18:29 +0000 Igor Sysoev MSVC8 compatibility with OpenSSL 1.0.0
Thu, 01 Apr 2010 15:16:22 +0000 Igor Sysoev revert partially r1555 and fix the error "memcached sent invalid trailer"
Thu, 01 Apr 2010 12:45:59 +0000 Igor Sysoev escape ampersand in argument while rewrite
Thu, 01 Apr 2010 10:19:02 +0000 Igor Sysoev change ngx_http_ssi_filter and ngx_http_charset_filter order
Thu, 01 Apr 2010 10:18:00 +0000 Igor Sysoev chunked_transfer_encoding
Wed, 31 Mar 2010 13:30:50 +0000 Igor Sysoev do not add a port in redirect if we listen on unix domain socket
Tue, 30 Mar 2010 15:04:41 +0000 Igor Sysoev fix typo
Tue, 30 Mar 2010 14:15:25 +0000 Igor Sysoev do not set file time in ngx_copy_file() if the time is -1,
Fri, 26 Mar 2010 21:17:26 +0000 Igor Sysoev fix comments
Fri, 26 Mar 2010 13:38:41 +0000 Igor Sysoev use "rep; nop" instead of "pause" on Solaris/amd64
Fri, 26 Mar 2010 11:27:32 +0000 Igor Sysoev fix a comment and a style fix
Thu, 25 Mar 2010 13:27:52 +0000 Igor Sysoev reset a parsing state to parse correctly an upstream response,
Thu, 25 Mar 2010 10:07:38 +0000 Igor Sysoev zlib 1.2.4 compatibility
Thu, 25 Mar 2010 09:10:10 +0000 Igor Sysoev *) introduce ngx_time_sigsafe_update() to update the error log time only
Sat, 13 Mar 2010 18:08:07 +0000 Igor Sysoev *) use previously cached GMT offset value to update time from a signal handler
Fri, 12 Mar 2010 14:31:47 +0000 Igor Sysoev do not update time in the timer signal handler,
Fri, 12 Mar 2010 11:15:26 +0000 Igor Sysoev use sys_errlist[] in signal handler instead