]>
git.kaiwu.me - nginx.git/log
Igor Sysoev [Thu, 18 Jan 2007 20:15:09 +0000 (20:15 +0000)]
ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)
Igor Sysoev [Thu, 18 Jan 2007 20:05:39 +0000 (20:05 +0000)]
style fix
Igor Sysoev [Thu, 18 Jan 2007 19:52:18 +0000 (19:52 +0000)]
rename mode to access
Igor Sysoev [Thu, 18 Jan 2007 19:49:00 +0000 (19:49 +0000)]
unused value
Igor Sysoev [Thu, 18 Jan 2007 19:48:37 +0000 (19:48 +0000)]
fix typo
Igor Sysoev [Thu, 18 Jan 2007 19:40:31 +0000 (19:40 +0000)]
style fix: remove trailing spaces
Igor Sysoev [Thu, 18 Jan 2007 14:28:34 +0000 (14:28 +0000)]
fix log message
Igor Sysoev [Thu, 18 Jan 2007 07:08:18 +0000 (07:08 +0000)]
delete default "tcp_nodelay on"
Igor Sysoev [Thu, 18 Jan 2007 07:07:55 +0000 (07:07 +0000)]
fix FastCGI "zero size buf" alert,
the previous commit did not fix too
Igor Sysoev [Wed, 17 Jan 2007 16:10:40 +0000 (16:10 +0000)]
fix FastCGI "zero size buf" alert,
r841 did not fix it
Igor Sysoev [Wed, 17 Jan 2007 10:50:52 +0000 (10:50 +0000)]
style fix
Igor Sysoev [Tue, 16 Jan 2007 20:43:36 +0000 (20:43 +0000)]
fix debug logging
Igor Sysoev [Tue, 16 Jan 2007 19:01:10 +0000 (19:01 +0000)]
fix comparison
Igor Sysoev [Tue, 16 Jan 2007 11:04:51 +0000 (11:04 +0000)]
bump version
Igor Sysoev [Mon, 15 Jan 2007 17:49:12 +0000 (17:49 +0000)]
release-0.5.7 tag
Igor Sysoev [Mon, 15 Jan 2007 17:49:11 +0000 (17:49 +0000)]
nginx-0.5.7-RELEASE
Igor Sysoev [Mon, 15 Jan 2007 17:48:31 +0000 (17:48 +0000)]
quick fix for case when ssl_session_cache defined,
but ssl is not enabled in any server
Igor Sysoev [Mon, 15 Jan 2007 17:12:43 +0000 (17:12 +0000)]
allow the upstream modules to send a header only
Igor Sysoev [Mon, 15 Jan 2007 16:00:51 +0000 (16:00 +0000)]
add debug logging for FastCGI zero size buf alert
Igor Sysoev [Fri, 12 Jan 2007 21:58:02 +0000 (21:58 +0000)]
ngx_strn2cmp() > ngx_memn2cmp()
Igor Sysoev [Fri, 12 Jan 2007 21:57:20 +0000 (21:57 +0000)]
style fix
Igor Sysoev [Fri, 12 Jan 2007 20:57:34 +0000 (20:57 +0000)]
fix duplicate rbtree keys case
Igor Sysoev [Fri, 12 Jan 2007 20:38:17 +0000 (20:38 +0000)]
fix duplicate rbtree keys case
Igor Sysoev [Fri, 12 Jan 2007 20:26:39 +0000 (20:26 +0000)]
style fix: remove tabs
Igor Sysoev [Fri, 12 Jan 2007 20:15:59 +0000 (20:15 +0000)]
ngx_strn2cmp()
Igor Sysoev [Fri, 12 Jan 2007 19:48:30 +0000 (19:48 +0000)]
make global the rbtree color handling macros
Igor Sysoev [Fri, 12 Jan 2007 19:26:38 +0000 (19:26 +0000)]
add comment
Igor Sysoev [Fri, 12 Jan 2007 18:05:41 +0000 (18:05 +0000)]
fix comment
Igor Sysoev [Thu, 11 Jan 2007 22:08:50 +0000 (22:08 +0000)]
axe aio drafts
Igor Sysoev [Thu, 11 Jan 2007 22:05:15 +0000 (22:05 +0000)]
axe long ago unnecessary file
Igor Sysoev [Thu, 11 Jan 2007 19:13:46 +0000 (19:13 +0000)]
fix slab allocator on 64-bit platfroms
Igor Sysoev [Thu, 11 Jan 2007 18:59:17 +0000 (18:59 +0000)]
optimize the SSL session cache allocations on 64-bit platforms
Igor Sysoev [Thu, 11 Jan 2007 18:58:40 +0000 (18:58 +0000)]
fix slab allocator on 64-bit platfroms
Igor Sysoev [Thu, 11 Jan 2007 18:57:09 +0000 (18:57 +0000)]
ssl_session_timeout was set only if builtin cache was used
Igor Sysoev [Thu, 11 Jan 2007 17:39:02 +0000 (17:39 +0000)]
optimize the SSL session cache allocations
Igor Sysoev [Thu, 11 Jan 2007 17:05:18 +0000 (17:05 +0000)]
stop rbtree search early if equal hash was found
Igor Sysoev [Thu, 11 Jan 2007 16:57:30 +0000 (16:57 +0000)]
stop rbtree search early if equal hash was found
Igor Sysoev [Thu, 11 Jan 2007 16:50:06 +0000 (16:50 +0000)]
test length of variable and number of connections
Igor Sysoev [Thu, 11 Jan 2007 16:20:18 +0000 (16:20 +0000)]
fix default -O
Igor Sysoev [Thu, 11 Jan 2007 16:07:38 +0000 (16:07 +0000)]
optimization
Igor Sysoev [Thu, 11 Jan 2007 16:07:03 +0000 (16:07 +0000)]
optimize inlined code for gcc
Igor Sysoev [Thu, 11 Jan 2007 16:00:02 +0000 (16:00 +0000)]
use "r" instead of "q"
Igor Sysoev [Wed, 10 Jan 2007 16:15:49 +0000 (16:15 +0000)]
icc and PCRE-6.5+ compatibility
Igor Sysoev [Wed, 10 Jan 2007 15:21:44 +0000 (15:21 +0000)]
do not build OpenSSL with threads, if they are not used
Igor Sysoev [Wed, 10 Jan 2007 11:52:43 +0000 (11:52 +0000)]
application/atom+xml
Igor Sysoev [Tue, 9 Jan 2007 22:04:40 +0000 (22:04 +0000)]
fix segfault
Igor Sysoev [Tue, 9 Jan 2007 20:58:41 +0000 (20:58 +0000)]
fix connection counter in subrequests
Igor Sysoev [Tue, 9 Jan 2007 20:57:49 +0000 (20:57 +0000)]
fix typo
Igor Sysoev [Tue, 9 Jan 2007 20:57:24 +0000 (20:57 +0000)]
bump version
Igor Sysoev [Tue, 9 Jan 2007 17:08:43 +0000 (17:08 +0000)]
release-0.5.6 tag
Igor Sysoev [Tue, 9 Jan 2007 17:08:42 +0000 (17:08 +0000)]
nginx-0.5.6-RELEASE
Igor Sysoev [Tue, 9 Jan 2007 16:26:53 +0000 (16:26 +0000)]
do not count connection for subrequest
Igor Sysoev [Tue, 9 Jan 2007 16:02:29 +0000 (16:02 +0000)]
fix label name
Igor Sysoev [Tue, 9 Jan 2007 16:00:57 +0000 (16:00 +0000)]
free the unnecessary shared memory
Igor Sysoev [Tue, 9 Jan 2007 16:00:07 +0000 (16:00 +0000)]
fix the comments
Igor Sysoev [Tue, 9 Jan 2007 15:59:20 +0000 (15:59 +0000)]
pass the inherited shm_zone data
Igor Sysoev [Mon, 8 Jan 2007 18:23:38 +0000 (18:23 +0000)]
correct an error log message
Igor Sysoev [Mon, 8 Jan 2007 18:22:06 +0000 (18:22 +0000)]
use right status code
Igor Sysoev [Mon, 8 Jan 2007 18:20:03 +0000 (18:20 +0000)]
undo r979
Igor Sysoev [Mon, 8 Jan 2007 16:20:33 +0000 (16:20 +0000)]
d2i_SSL_SESSION() was changed in 0.9.7f
Igor Sysoev [Sun, 7 Jan 2007 22:44:56 +0000 (22:44 +0000)]
style fix
Igor Sysoev [Sun, 7 Jan 2007 18:52:34 +0000 (18:52 +0000)]
new syntax
Igor Sysoev [Sun, 7 Jan 2007 18:45:55 +0000 (18:45 +0000)]
ngx_http_realip_module must return NGX_DECLINED
Igor Sysoev [Sun, 7 Jan 2007 18:09:58 +0000 (18:09 +0000)]
ngx_http_limit_zone_module must run after ngx_http_realip_module
Igor Sysoev [Sun, 7 Jan 2007 17:47:17 +0000 (17:47 +0000)]
count connection once per request
Igor Sysoev [Sun, 7 Jan 2007 13:36:56 +0000 (13:36 +0000)]
ngx_http_variable_binary_remote_addr()
Igor Sysoev [Sun, 7 Jan 2007 13:35:08 +0000 (13:35 +0000)]
$binary_remote_addr
Igor Sysoev [Sun, 7 Jan 2007 09:18:26 +0000 (09:18 +0000)]
fix key length and alignment
Igor Sysoev [Sat, 6 Jan 2007 18:52:46 +0000 (18:52 +0000)]
ngx_http_limit_zone_module
Igor Sysoev [Sat, 6 Jan 2007 18:52:06 +0000 (18:52 +0000)]
fix zero size shared zones
Igor Sysoev [Sat, 6 Jan 2007 13:01:26 +0000 (13:01 +0000)]
fix segfault
Igor Sysoev [Wed, 3 Jan 2007 18:12:32 +0000 (18:12 +0000)]
style fix: remove trailing spaces
Igor Sysoev [Wed, 3 Jan 2007 16:11:53 +0000 (16:11 +0000)]
IMAP ssl_session_cache
Igor Sysoev [Wed, 3 Jan 2007 15:43:01 +0000 (15:43 +0000)]
fix segfaults
Igor Sysoev [Wed, 3 Jan 2007 15:25:40 +0000 (15:25 +0000)]
move the session cache callbacks to the ngx_openssl_module
Igor Sysoev [Tue, 2 Jan 2007 23:55:05 +0000 (23:55 +0000)]
ssl_session_cache
Igor Sysoev [Tue, 2 Jan 2007 23:54:14 +0000 (23:54 +0000)]
ngx_shared_memory_add()
Igor Sysoev [Tue, 2 Jan 2007 23:50:10 +0000 (23:50 +0000)]
style fix: scf > sscf
Igor Sysoev [Tue, 2 Jan 2007 23:41:54 +0000 (23:41 +0000)]
style fix
Igor Sysoev [Tue, 2 Jan 2007 23:37:25 +0000 (23:37 +0000)]
ngx_ssl_get_server_conf()
Igor Sysoev [Tue, 2 Jan 2007 23:32:41 +0000 (23:32 +0000)]
OPENSSL_config()
Igor Sysoev [Tue, 2 Jan 2007 23:12:24 +0000 (23:12 +0000)]
style fix
Igor Sysoev [Tue, 2 Jan 2007 23:10:42 +0000 (23:10 +0000)]
many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked()
Igor Sysoev [Tue, 2 Jan 2007 23:04:54 +0000 (23:04 +0000)]
a sentinel must be black
Igor Sysoev [Mon, 1 Jan 2007 18:19:37 +0000 (18:19 +0000)]
2007 year
Igor Sysoev [Fri, 29 Dec 2006 08:02:31 +0000 (08:02 +0000)]
move ranges array to ngx_http_range_filter_ctx_t
Igor Sysoev [Fri, 29 Dec 2006 07:47:37 +0000 (07:47 +0000)]
support ranges for single memory buffer
Igor Sysoev [Fri, 29 Dec 2006 07:01:11 +0000 (07:01 +0000)]
fix the previous commit
Igor Sysoev [Thu, 28 Dec 2006 20:55:25 +0000 (20:55 +0000)]
fix range in $r->sendfile
Igor Sysoev [Thu, 28 Dec 2006 20:12:03 +0000 (20:12 +0000)]
style fix
Igor Sysoev [Tue, 26 Dec 2006 11:50:56 +0000 (11:50 +0000)]
increase Linux osrelease string lentgh
Igor Sysoev [Mon, 25 Dec 2006 12:38:44 +0000 (12:38 +0000)]
recursive DELETE
Igor Sysoev [Mon, 25 Dec 2006 12:38:00 +0000 (12:38 +0000)]
ngx_walk_tree()
Igor Sysoev [Mon, 25 Dec 2006 12:37:04 +0000 (12:37 +0000)]
limit the ngx_http_index_module methods to GET, HEAD and POST
Igor Sysoev [Sun, 24 Dec 2006 21:07:34 +0000 (21:07 +0000)]
style fix: remove trailing spaces
Igor Sysoev [Sun, 24 Dec 2006 18:42:26 +0000 (18:42 +0000)]
bump version
Igor Sysoev [Sun, 24 Dec 2006 18:32:59 +0000 (18:32 +0000)]
release-0.5.5 tag
Igor Sysoev [Sun, 24 Dec 2006 18:32:58 +0000 (18:32 +0000)]
nginx-0.5.5-RELEASE
Igor Sysoev [Sun, 24 Dec 2006 18:23:11 +0000 (18:23 +0000)]
fix for nginx.pm default installation
Igor Sysoev [Sun, 24 Dec 2006 18:13:06 +0000 (18:13 +0000)]
worker_rlimit_core supports size in K, M, and G