]>
git.kaiwu.me - nginx.git/log
Igor Sysoev [Wed, 11 Jul 2007 13:06:54 +0000 (13:06 +0000)]
style fix
Igor Sysoev [Wed, 11 Jul 2007 10:46:21 +0000 (10:46 +0000)]
reset errno
Igor Sysoev [Wed, 11 Jul 2007 10:45:55 +0000 (10:45 +0000)]
fix segfault when event port returns POLLERR without POLLIN or POLLOUT
Igor Sysoev [Wed, 11 Jul 2007 07:47:57 +0000 (07:47 +0000)]
fix segfault when CRAM-MD5 is not enabled but client tries it
Igor Sysoev [Tue, 10 Jul 2007 21:26:51 +0000 (21:26 +0000)]
fix memory allocation for auth_http_header
Igor Sysoev [Tue, 10 Jul 2007 21:04:37 +0000 (21:04 +0000)]
fix segfault when session was freed twice
Igor Sysoev [Tue, 10 Jul 2007 20:53:45 +0000 (20:53 +0000)]
proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on were
broken by r1111
Igor Sysoev [Mon, 9 Jul 2007 07:09:38 +0000 (07:09 +0000)]
bump version
Igor Sysoev [Mon, 9 Jul 2007 06:54:48 +0000 (06:54 +0000)]
release-0.6.2 tag
Igor Sysoev [Mon, 9 Jul 2007 06:54:47 +0000 (06:54 +0000)]
nginx-0.6.2-RELEASE
Igor Sysoev [Mon, 9 Jul 2007 06:30:53 +0000 (06:30 +0000)]
fix headers split in FastCGI records
Igor Sysoev [Sun, 8 Jul 2007 09:38:37 +0000 (09:38 +0000)]
omit unnecessary conditions
Igor Sysoev [Sun, 8 Jul 2007 09:16:36 +0000 (09:16 +0000)]
when the FastCGI header was split in records,
nginx passed garbage in the header to a client
Igor Sysoev [Fri, 6 Jul 2007 11:28:20 +0000 (11:28 +0000)]
add comment
Igor Sysoev [Sun, 17 Jun 2007 19:27:34 +0000 (19:27 +0000)]
bump version
Igor Sysoev [Sun, 17 Jun 2007 19:13:34 +0000 (19:13 +0000)]
release-0.6.1 tag
Igor Sysoev [Sun, 17 Jun 2007 19:13:33 +0000 (19:13 +0000)]
nginx-0.6.1-RELEASE
Igor Sysoev [Sun, 17 Jun 2007 18:10:43 +0000 (18:10 +0000)]
if a subrequest was finished and SSI was in middle of SSI command parsing
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.
Igor Sysoev [Sun, 17 Jun 2007 17:54:48 +0000 (17:54 +0000)]
if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->saved
and if it was not reset, then any '#' was treated as SSI command start
Igor Sysoev [Sun, 17 Jun 2007 09:29:15 +0000 (09:29 +0000)]
if subrequest response was buffered in file, then subrequest was finalized
with 0 code, ngx_http_writer() was not set, and response part in file was lost
Igor Sysoev [Sat, 16 Jun 2007 09:22:37 +0000 (09:22 +0000)]
fix building on threaded or multiplicity interpreter perl,
the bug was introduced by previous commit
Igor Sysoev [Fri, 15 Jun 2007 12:20:23 +0000 (12:20 +0000)]
set worker's perl $$
Igor Sysoev [Thu, 14 Jun 2007 05:48:47 +0000 (05:48 +0000)]
bump version
Igor Sysoev [Thu, 14 Jun 2007 05:41:43 +0000 (05:41 +0000)]
release-0.6.0 tag
Igor Sysoev [Thu, 14 Jun 2007 05:41:42 +0000 (05:41 +0000)]
nginx-0.6.0-RELEASE
Igor Sysoev [Mon, 11 Jun 2007 19:49:22 +0000 (19:49 +0000)]
the "www.example.*" wildcard hash support
Igor Sysoev [Mon, 11 Jun 2007 19:32:29 +0000 (19:32 +0000)]
bump version
Igor Sysoev [Mon, 11 Jun 2007 18:42:56 +0000 (18:42 +0000)]
release-0.5.25 tag
Igor Sysoev [Mon, 11 Jun 2007 18:42:55 +0000 (18:42 +0000)]
nginx-0.5.25-RELEASE
Igor Sysoev [Fri, 8 Jun 2007 05:43:05 +0000 (05:43 +0000)]
bump version
Igor Sysoev [Fri, 8 Jun 2007 05:40:59 +0000 (05:40 +0000)]
fix building --without-http_rewrite_module, the bug was introduced in r1236
Igor Sysoev [Thu, 7 Jun 2007 14:33:02 +0000 (14:33 +0000)]
style fix
Igor Sysoev [Thu, 7 Jun 2007 12:20:34 +0000 (12:20 +0000)]
style fix
Igor Sysoev [Thu, 7 Jun 2007 12:15:27 +0000 (12:15 +0000)]
namespace may be set via $memcached_key
Igor Sysoev [Wed, 6 Jun 2007 12:24:10 +0000 (12:24 +0000)]
strstr() -> strchr()
Igor Sysoev [Wed, 6 Jun 2007 08:11:33 +0000 (08:11 +0000)]
eliminate old unused typedef
Igor Sysoev [Wed, 6 Jun 2007 06:05:06 +0000 (06:05 +0000)]
release-0.5.24 tag
Igor Sysoev [Wed, 6 Jun 2007 06:05:05 +0000 (06:05 +0000)]
nginx-0.5.24-RELEASE
Igor Sysoev [Wed, 6 Jun 2007 05:56:51 +0000 (05:56 +0000)]
fix bug introduced in r1228
Igor Sysoev [Tue, 5 Jun 2007 11:55:39 +0000 (11:55 +0000)]
change wording
Igor Sysoev [Tue, 5 Jun 2007 11:42:59 +0000 (11:42 +0000)]
use pointer to an array instead of array for inclusive locations inside location
Igor Sysoev [Tue, 5 Jun 2007 06:44:08 +0000 (06:44 +0000)]
optimize regex location search
Igor Sysoev [Mon, 4 Jun 2007 20:45:45 +0000 (20:45 +0000)]
forbid alias inside location given by regular expression
Igor Sysoev [Mon, 4 Jun 2007 20:40:03 +0000 (20:40 +0000)]
fix ssl_verify_client for HTTP/0.9
Igor Sysoev [Mon, 4 Jun 2007 20:00:06 +0000 (20:00 +0000)]
style fix
Igor Sysoev [Mon, 4 Jun 2007 16:14:33 +0000 (16:14 +0000)]
bump version
Igor Sysoev [Mon, 4 Jun 2007 13:57:57 +0000 (13:57 +0000)]
release-0.5.23 tag
Igor Sysoev [Mon, 4 Jun 2007 13:57:56 +0000 (13:57 +0000)]
nginx-0.5.23-RELEASE
Igor Sysoev [Mon, 4 Jun 2007 13:52:47 +0000 (13:52 +0000)]
fastcgi_catch_stderr
Igor Sysoev [Sun, 3 Jun 2007 19:58:30 +0000 (19:58 +0000)]
inherit flush flag, this fixes https proxying
Igor Sysoev [Sun, 3 Jun 2007 19:56:27 +0000 (19:56 +0000)]
add debug logging
Igor Sysoev [Wed, 30 May 2007 13:24:50 +0000 (13:24 +0000)]
add comment
Igor Sysoev [Wed, 30 May 2007 13:23:48 +0000 (13:23 +0000)]
do listen() just after bind() to exit early
Igor Sysoev [Wed, 30 May 2007 12:28:37 +0000 (12:28 +0000)]
style fix
Igor Sysoev [Tue, 29 May 2007 19:43:18 +0000 (19:43 +0000)]
change wording
Igor Sysoev [Tue, 29 May 2007 18:48:42 +0000 (18:48 +0000)]
PERL_SYS_TERM() should be called once on exit only, this fixes the message
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.
Igor Sysoev [Tue, 29 May 2007 16:33:34 +0000 (16:33 +0000)]
fix segfault
Igor Sysoev [Tue, 29 May 2007 15:21:09 +0000 (15:21 +0000)]
SNI support
Igor Sysoev [Tue, 29 May 2007 12:15:04 +0000 (12:15 +0000)]
bump version
Igor Sysoev [Tue, 29 May 2007 12:07:49 +0000 (12:07 +0000)]
release-0.5.22 tag
Igor Sysoev [Tue, 29 May 2007 12:07:48 +0000 (12:07 +0000)]
nginx-0.5.22-RELEASE
Igor Sysoev [Tue, 29 May 2007 12:06:42 +0000 (12:06 +0000)]
an request body might not be passed to backend,
the bug was introduced in r1212
Igor Sysoev [Mon, 28 May 2007 19:03:06 +0000 (19:03 +0000)]
bump version
Igor Sysoev [Mon, 28 May 2007 14:32:03 +0000 (14:32 +0000)]
release-0.5.21 tag
Igor Sysoev [Mon, 28 May 2007 14:32:02 +0000 (14:32 +0000)]
nginx-0.5.21-RELEASE
Igor Sysoev [Mon, 28 May 2007 11:09:18 +0000 (11:09 +0000)]
fix "proxy_pass https://"
Igor Sysoev [Wed, 23 May 2007 18:28:54 +0000 (18:28 +0000)]
style fix
Igor Sysoev [Mon, 21 May 2007 14:09:12 +0000 (14:09 +0000)]
use stable search where it is required
Igor Sysoev [Mon, 21 May 2007 14:05:23 +0000 (14:05 +0000)]
ngx_sort
Igor Sysoev [Mon, 21 May 2007 13:49:35 +0000 (13:49 +0000)]
use memory optimization for i386 and amd64 only:
this fixes SIGBUS in PCRE on sparc64
Igor Sysoev [Mon, 21 May 2007 13:48:14 +0000 (13:48 +0000)]
fix worker endless loop on 64-bit platform if 33+ backend has fall
Igor Sysoev [Sat, 19 May 2007 17:39:44 +0000 (17:39 +0000)]
style fix
Igor Sysoev [Thu, 17 May 2007 18:07:28 +0000 (18:07 +0000)]
style fix
Igor Sysoev [Mon, 7 May 2007 14:39:11 +0000 (14:39 +0000)]
bump version
Igor Sysoev [Mon, 7 May 2007 14:24:26 +0000 (14:24 +0000)]
release-0.5.20 tag
Igor Sysoev [Mon, 7 May 2007 14:24:25 +0000 (14:24 +0000)]
nginx-0.5.20-RELEASE
Igor Sysoev [Mon, 7 May 2007 09:20:42 +0000 (09:20 +0000)]
limit minimal pool size
Igor Sysoev [Mon, 7 May 2007 08:49:15 +0000 (08:49 +0000)]
style fix
Igor Sysoev [Mon, 7 May 2007 07:04:00 +0000 (07:04 +0000)]
add debug log
Igor Sysoev [Mon, 7 May 2007 06:33:39 +0000 (06:33 +0000)]
sendfile_max_chunk
Igor Sysoev [Mon, 7 May 2007 06:27:14 +0000 (06:27 +0000)]
optimize HTTP method parsing for i386 and amd64
Igor Sysoev [Sun, 6 May 2007 18:15:32 +0000 (18:15 +0000)]
fix multipart ranges trailing
Igor Sysoev [Sat, 5 May 2007 06:07:11 +0000 (06:07 +0000)]
style fix: change variable name
Igor Sysoev [Sat, 5 May 2007 05:50:41 +0000 (05:50 +0000)]
fix building by owc12
Igor Sysoev [Sat, 5 May 2007 05:40:29 +0000 (05:40 +0000)]
fix building by msvc
Igor Sysoev [Wed, 2 May 2007 09:02:23 +0000 (09:02 +0000)]
fix segfault introduced in r1190
Igor Sysoev [Wed, 2 May 2007 08:07:37 +0000 (08:07 +0000)]
fix segfault or parsing error in '<!--# if expr="$var = /" -->'
Igor Sysoev [Tue, 1 May 2007 19:58:45 +0000 (19:58 +0000)]
allow to "set" $http_, $sent_http_, and $upstream_http_ variables
Igor Sysoev [Tue, 1 May 2007 19:55:25 +0000 (19:55 +0000)]
add options help
Igor Sysoev [Sat, 28 Apr 2007 07:59:53 +0000 (07:59 +0000)]
fix building ngx_http_perl_module by Solaris make
Igor Sysoev [Fri, 27 Apr 2007 14:36:28 +0000 (14:36 +0000)]
fix atomic operations on sparc64 built by SunPro C
Igor Sysoev [Tue, 24 Apr 2007 06:26:56 +0000 (06:26 +0000)]
bump version
Igor Sysoev [Tue, 24 Apr 2007 06:21:00 +0000 (06:21 +0000)]
release-0.5.19 tag
Igor Sysoev [Tue, 24 Apr 2007 06:20:59 +0000 (06:20 +0000)]
nginx-0.5.19-RELEASE
Igor Sysoev [Mon, 23 Apr 2007 21:32:13 +0000 (21:32 +0000)]
fix sendfile on 64-bit Linux and limit_rate on all 64-bit platforms
for 2G+ files
Igor Sysoev [Mon, 23 Apr 2007 16:56:17 +0000 (16:56 +0000)]
$upstream_addr
Igor Sysoev [Sun, 22 Apr 2007 20:21:59 +0000 (20:21 +0000)]
proxy_headers_hash_max_size and proxy_headers_hash_bucket_size
Igor Sysoev [Sat, 21 Apr 2007 07:50:19 +0000 (07:50 +0000)]
$request_time has millisecond precision
Igor Sysoev [Sat, 21 Apr 2007 07:43:23 +0000 (07:43 +0000)]
rename $r->rflush to $r->flush
Igor Sysoev [Thu, 19 Apr 2007 18:23:54 +0000 (18:23 +0000)]
bump version