]> git.kaiwu.me - nginx.git/log
nginx.git
19 years agostyle and comment fix
Igor Sysoev [Fri, 19 Jan 2007 11:35:26 +0000 (11:35 +0000)]
style and comment fix

19 years agoif client closes a connection prematurely, then epoll (at least
Igor Sysoev [Fri, 19 Jan 2007 08:10:06 +0000 (08:10 +0000)]
if client closes a connection prematurely, then epoll (at least
in Linux 2.6.18) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer
does not know about the error

19 years agothe PUTing to collection must return NGX_HTTP_BAD_REQUEST
Igor Sysoev [Thu, 18 Jan 2007 21:14:46 +0000 (21:14 +0000)]
the PUTing to collection must return NGX_HTTP_BAD_REQUEST

19 years agothe "Overwrite" header line
Igor Sysoev [Thu, 18 Jan 2007 21:11:23 +0000 (21:11 +0000)]
the "Overwrite" header line

19 years agoadd size, access, and mtime to ngx_walk_tree()
Igor Sysoev [Thu, 18 Jan 2007 21:04:31 +0000 (21:04 +0000)]
add size, access, and mtime to ngx_walk_tree()

19 years agoNGX_HTTP_PRECONDITION_FAILED
Igor Sysoev [Thu, 18 Jan 2007 20:51:51 +0000 (20:51 +0000)]
NGX_HTTP_PRECONDITION_FAILED

19 years agoupdate nginx.xs to ngx_open_file(name, mode, create, access)
Igor Sysoev [Thu, 18 Jan 2007 20:48:03 +0000 (20:48 +0000)]
update nginx.xs to ngx_open_file(name, mode, create, access)

19 years agongx_read_fd()
Igor Sysoev [Thu, 18 Jan 2007 20:39:30 +0000 (20:39 +0000)]
ngx_read_fd()

19 years agoNGX_FILE_WRONLY
Igor Sysoev [Thu, 18 Jan 2007 20:37:19 +0000 (20:37 +0000)]
NGX_FILE_WRONLY

19 years agongx_file_access() and ngx_de_access()
Igor Sysoev [Thu, 18 Jan 2007 20:31:22 +0000 (20:31 +0000)]
ngx_file_access() and ngx_de_access()

19 years agostyle fix
Igor Sysoev [Thu, 18 Jan 2007 20:25:11 +0000 (20:25 +0000)]
style fix

19 years agoaxe Win9X code
Igor Sysoev [Thu, 18 Jan 2007 20:24:30 +0000 (20:24 +0000)]
axe Win9X code

19 years agoadd comment
Igor Sysoev [Thu, 18 Jan 2007 20:23:16 +0000 (20:23 +0000)]
add comment

19 years agoaxe unused code
Igor Sysoev [Thu, 18 Jan 2007 20:22:40 +0000 (20:22 +0000)]
axe unused code

19 years agongx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)
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)

19 years agostyle fix
Igor Sysoev [Thu, 18 Jan 2007 20:05:39 +0000 (20:05 +0000)]
style fix

19 years agorename mode to access
Igor Sysoev [Thu, 18 Jan 2007 19:52:18 +0000 (19:52 +0000)]
rename mode to access

19 years agounused value
Igor Sysoev [Thu, 18 Jan 2007 19:49:00 +0000 (19:49 +0000)]
unused value

19 years agofix typo
Igor Sysoev [Thu, 18 Jan 2007 19:48:37 +0000 (19:48 +0000)]
fix typo

19 years agostyle fix: remove trailing spaces
Igor Sysoev [Thu, 18 Jan 2007 19:40:31 +0000 (19:40 +0000)]
style fix: remove trailing spaces

19 years agofix log message
Igor Sysoev [Thu, 18 Jan 2007 14:28:34 +0000 (14:28 +0000)]
fix log message

19 years agodelete default "tcp_nodelay on"
Igor Sysoev [Thu, 18 Jan 2007 07:08:18 +0000 (07:08 +0000)]
delete default "tcp_nodelay  on"

19 years agofix FastCGI "zero size buf" alert,
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

19 years agofix FastCGI "zero size buf" alert,
Igor Sysoev [Wed, 17 Jan 2007 16:10:40 +0000 (16:10 +0000)]
fix FastCGI "zero size buf" alert,
r841 did not fix it

19 years agostyle fix
Igor Sysoev [Wed, 17 Jan 2007 10:50:52 +0000 (10:50 +0000)]
style fix

19 years agofix debug logging
Igor Sysoev [Tue, 16 Jan 2007 20:43:36 +0000 (20:43 +0000)]
fix debug logging

19 years agofix comparison
Igor Sysoev [Tue, 16 Jan 2007 19:01:10 +0000 (19:01 +0000)]
fix comparison

19 years agobump version
Igor Sysoev [Tue, 16 Jan 2007 11:04:51 +0000 (11:04 +0000)]
bump version

19 years agorelease-0.5.7 tag
Igor Sysoev [Mon, 15 Jan 2007 17:49:12 +0000 (17:49 +0000)]
release-0.5.7 tag

19 years agonginx-0.5.7-RELEASE release-0.5.7
Igor Sysoev [Mon, 15 Jan 2007 17:49:11 +0000 (17:49 +0000)]
nginx-0.5.7-RELEASE

19 years agoquick fix for case when ssl_session_cache defined,
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

19 years agoallow the upstream modules to send a header only
Igor Sysoev [Mon, 15 Jan 2007 17:12:43 +0000 (17:12 +0000)]
allow the upstream modules to send a header only

19 years agoadd debug logging for FastCGI zero size buf alert
Igor Sysoev [Mon, 15 Jan 2007 16:00:51 +0000 (16:00 +0000)]
add debug logging for FastCGI zero size buf alert

19 years agongx_strn2cmp() > ngx_memn2cmp()
Igor Sysoev [Fri, 12 Jan 2007 21:58:02 +0000 (21:58 +0000)]
ngx_strn2cmp() > ngx_memn2cmp()

19 years agostyle fix
Igor Sysoev [Fri, 12 Jan 2007 21:57:20 +0000 (21:57 +0000)]
style fix

19 years agofix duplicate rbtree keys case
Igor Sysoev [Fri, 12 Jan 2007 20:57:34 +0000 (20:57 +0000)]
fix duplicate rbtree keys case

19 years agofix duplicate rbtree keys case
Igor Sysoev [Fri, 12 Jan 2007 20:38:17 +0000 (20:38 +0000)]
fix duplicate rbtree keys case

19 years agostyle fix: remove tabs
Igor Sysoev [Fri, 12 Jan 2007 20:26:39 +0000 (20:26 +0000)]
style fix: remove tabs

19 years agongx_strn2cmp()
Igor Sysoev [Fri, 12 Jan 2007 20:15:59 +0000 (20:15 +0000)]
ngx_strn2cmp()

19 years agomake global the rbtree color handling macros
Igor Sysoev [Fri, 12 Jan 2007 19:48:30 +0000 (19:48 +0000)]
make global the rbtree color handling macros

19 years agoadd comment
Igor Sysoev [Fri, 12 Jan 2007 19:26:38 +0000 (19:26 +0000)]
add comment

19 years agofix comment
Igor Sysoev [Fri, 12 Jan 2007 18:05:41 +0000 (18:05 +0000)]
fix comment

19 years agoaxe aio drafts
Igor Sysoev [Thu, 11 Jan 2007 22:08:50 +0000 (22:08 +0000)]
axe aio drafts

19 years agoaxe long ago unnecessary file
Igor Sysoev [Thu, 11 Jan 2007 22:05:15 +0000 (22:05 +0000)]
axe long ago unnecessary file

19 years agofix slab allocator on 64-bit platfroms
Igor Sysoev [Thu, 11 Jan 2007 19:13:46 +0000 (19:13 +0000)]
fix slab allocator on 64-bit platfroms

19 years agooptimize the SSL session cache allocations on 64-bit platforms
Igor Sysoev [Thu, 11 Jan 2007 18:59:17 +0000 (18:59 +0000)]
optimize the SSL session cache allocations on 64-bit platforms

19 years agofix slab allocator on 64-bit platfroms
Igor Sysoev [Thu, 11 Jan 2007 18:58:40 +0000 (18:58 +0000)]
fix slab allocator on 64-bit platfroms

19 years agossl_session_timeout was set only if builtin cache was used
Igor Sysoev [Thu, 11 Jan 2007 18:57:09 +0000 (18:57 +0000)]
ssl_session_timeout was set only if builtin cache was used

19 years agooptimize the SSL session cache allocations
Igor Sysoev [Thu, 11 Jan 2007 17:39:02 +0000 (17:39 +0000)]
optimize the SSL session cache allocations

19 years agostop rbtree search early if equal hash was found
Igor Sysoev [Thu, 11 Jan 2007 17:05:18 +0000 (17:05 +0000)]
stop rbtree search early if equal hash was found

19 years agostop 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

19 years agotest length of variable and number of connections
Igor Sysoev [Thu, 11 Jan 2007 16:50:06 +0000 (16:50 +0000)]
test length of variable and number of connections

19 years agofix default -O
Igor Sysoev [Thu, 11 Jan 2007 16:20:18 +0000 (16:20 +0000)]
fix default -O

19 years agooptimization
Igor Sysoev [Thu, 11 Jan 2007 16:07:38 +0000 (16:07 +0000)]
optimization

19 years agooptimize inlined code for gcc
Igor Sysoev [Thu, 11 Jan 2007 16:07:03 +0000 (16:07 +0000)]
optimize inlined code for gcc

19 years agouse "r" instead of "q"
Igor Sysoev [Thu, 11 Jan 2007 16:00:02 +0000 (16:00 +0000)]
use "r" instead of "q"

19 years agoicc and PCRE-6.5+ compatibility
Igor Sysoev [Wed, 10 Jan 2007 16:15:49 +0000 (16:15 +0000)]
icc and PCRE-6.5+ compatibility

19 years agodo not build OpenSSL with threads, if they are not used
Igor Sysoev [Wed, 10 Jan 2007 15:21:44 +0000 (15:21 +0000)]
do not build OpenSSL with threads, if they are not used

19 years agoapplication/atom+xml
Igor Sysoev [Wed, 10 Jan 2007 11:52:43 +0000 (11:52 +0000)]
application/atom+xml

19 years agofix segfault
Igor Sysoev [Tue, 9 Jan 2007 22:04:40 +0000 (22:04 +0000)]
fix segfault

19 years agofix connection counter in subrequests
Igor Sysoev [Tue, 9 Jan 2007 20:58:41 +0000 (20:58 +0000)]
fix connection counter in subrequests

19 years agofix typo
Igor Sysoev [Tue, 9 Jan 2007 20:57:49 +0000 (20:57 +0000)]
fix typo

19 years agobump version
Igor Sysoev [Tue, 9 Jan 2007 20:57:24 +0000 (20:57 +0000)]
bump version

19 years agorelease-0.5.6 tag
Igor Sysoev [Tue, 9 Jan 2007 17:08:43 +0000 (17:08 +0000)]
release-0.5.6 tag

19 years agonginx-0.5.6-RELEASE release-0.5.6
Igor Sysoev [Tue, 9 Jan 2007 17:08:42 +0000 (17:08 +0000)]
nginx-0.5.6-RELEASE

19 years agodo not count connection for subrequest
Igor Sysoev [Tue, 9 Jan 2007 16:26:53 +0000 (16:26 +0000)]
do not count connection for subrequest

19 years agofix label name
Igor Sysoev [Tue, 9 Jan 2007 16:02:29 +0000 (16:02 +0000)]
fix label name

19 years agofree the unnecessary shared memory
Igor Sysoev [Tue, 9 Jan 2007 16:00:57 +0000 (16:00 +0000)]
free the unnecessary shared memory

19 years agofix the comments
Igor Sysoev [Tue, 9 Jan 2007 16:00:07 +0000 (16:00 +0000)]
fix the comments

19 years agopass the inherited shm_zone data
Igor Sysoev [Tue, 9 Jan 2007 15:59:20 +0000 (15:59 +0000)]
pass the inherited shm_zone data

19 years agocorrect an error log message
Igor Sysoev [Mon, 8 Jan 2007 18:23:38 +0000 (18:23 +0000)]
correct an error log message

19 years agouse right status code
Igor Sysoev [Mon, 8 Jan 2007 18:22:06 +0000 (18:22 +0000)]
use right status code

19 years agoundo r979
Igor Sysoev [Mon, 8 Jan 2007 18:20:03 +0000 (18:20 +0000)]
undo r979

19 years agod2i_SSL_SESSION() was changed in 0.9.7f
Igor Sysoev [Mon, 8 Jan 2007 16:20:33 +0000 (16:20 +0000)]
d2i_SSL_SESSION() was changed in 0.9.7f

19 years agostyle fix
Igor Sysoev [Sun, 7 Jan 2007 22:44:56 +0000 (22:44 +0000)]
style fix

19 years agonew syntax
Igor Sysoev [Sun, 7 Jan 2007 18:52:34 +0000 (18:52 +0000)]
new syntax

19 years agongx_http_realip_module must return NGX_DECLINED
Igor Sysoev [Sun, 7 Jan 2007 18:45:55 +0000 (18:45 +0000)]
ngx_http_realip_module must return NGX_DECLINED

19 years agongx_http_limit_zone_module must run after ngx_http_realip_module
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

19 years agocount connection once per request
Igor Sysoev [Sun, 7 Jan 2007 17:47:17 +0000 (17:47 +0000)]
count connection once per request

19 years agongx_http_variable_binary_remote_addr()
Igor Sysoev [Sun, 7 Jan 2007 13:36:56 +0000 (13:36 +0000)]
ngx_http_variable_binary_remote_addr()

19 years ago$binary_remote_addr
Igor Sysoev [Sun, 7 Jan 2007 13:35:08 +0000 (13:35 +0000)]
$binary_remote_addr

19 years agofix key length and alignment
Igor Sysoev [Sun, 7 Jan 2007 09:18:26 +0000 (09:18 +0000)]
fix key length and alignment

19 years agongx_http_limit_zone_module
Igor Sysoev [Sat, 6 Jan 2007 18:52:46 +0000 (18:52 +0000)]
ngx_http_limit_zone_module

19 years agofix zero size shared zones
Igor Sysoev [Sat, 6 Jan 2007 18:52:06 +0000 (18:52 +0000)]
fix zero size shared zones

19 years agofix segfault
Igor Sysoev [Sat, 6 Jan 2007 13:01:26 +0000 (13:01 +0000)]
fix segfault

19 years agostyle fix: remove trailing spaces
Igor Sysoev [Wed, 3 Jan 2007 18:12:32 +0000 (18:12 +0000)]
style fix: remove trailing spaces

19 years agoIMAP ssl_session_cache
Igor Sysoev [Wed, 3 Jan 2007 16:11:53 +0000 (16:11 +0000)]
IMAP ssl_session_cache

19 years agofix segfaults
Igor Sysoev [Wed, 3 Jan 2007 15:43:01 +0000 (15:43 +0000)]
fix segfaults

19 years agomove the session cache callbacks to the ngx_openssl_module
Igor Sysoev [Wed, 3 Jan 2007 15:25:40 +0000 (15:25 +0000)]
move the session cache callbacks to the ngx_openssl_module

19 years agossl_session_cache
Igor Sysoev [Tue, 2 Jan 2007 23:55:05 +0000 (23:55 +0000)]
ssl_session_cache

19 years agongx_shared_memory_add()
Igor Sysoev [Tue, 2 Jan 2007 23:54:14 +0000 (23:54 +0000)]
ngx_shared_memory_add()

19 years agostyle fix: scf > sscf
Igor Sysoev [Tue, 2 Jan 2007 23:50:10 +0000 (23:50 +0000)]
style fix: scf > sscf

19 years agostyle fix
Igor Sysoev [Tue, 2 Jan 2007 23:41:54 +0000 (23:41 +0000)]
style fix

19 years agongx_ssl_get_server_conf()
Igor Sysoev [Tue, 2 Jan 2007 23:37:25 +0000 (23:37 +0000)]
ngx_ssl_get_server_conf()

19 years agoOPENSSL_config()
Igor Sysoev [Tue, 2 Jan 2007 23:32:41 +0000 (23:32 +0000)]
OPENSSL_config()

19 years agostyle fix
Igor Sysoev [Tue, 2 Jan 2007 23:12:24 +0000 (23:12 +0000)]
style fix

19 years agomany bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked()
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()

19 years agoa sentinel must be black
Igor Sysoev [Tue, 2 Jan 2007 23:04:54 +0000 (23:04 +0000)]
a sentinel must be black

19 years ago2007 year
Igor Sysoev [Mon, 1 Jan 2007 18:19:37 +0000 (18:19 +0000)]
2007 year

19 years agomove ranges array to ngx_http_range_filter_ctx_t
Igor Sysoev [Fri, 29 Dec 2006 08:02:31 +0000 (08:02 +0000)]
move ranges array to ngx_http_range_filter_ctx_t