]> git.kaiwu.me - nginx.git/log
nginx.git
19 years agoaxe old % log format
Igor Sysoev [Mon, 27 Nov 2006 14:46:15 +0000 (14:46 +0000)]
axe old % log format

19 years agobump version to 0.5.0
Igor Sysoev [Mon, 27 Nov 2006 14:34:42 +0000 (14:34 +0000)]
bump version to 0.5.0

19 years agorelease-0.4.14 tag
Igor Sysoev [Mon, 27 Nov 2006 14:28:45 +0000 (14:28 +0000)]
release-0.4.14 tag

19 years agonginx-0.4.14-RELEASE release-0.4.14
Igor Sysoev [Mon, 27 Nov 2006 14:28:44 +0000 (14:28 +0000)]
nginx-0.4.14-RELEASE

19 years agofix the previous commit
Igor Sysoev [Mon, 27 Nov 2006 11:12:34 +0000 (11:12 +0000)]
fix the previous commit

19 years agotest PCRE in FreeBSD, Linux, and NetBSD
Igor Sysoev [Mon, 27 Nov 2006 11:07:09 +0000 (11:07 +0000)]
test PCRE in FreeBSD, Linux, and NetBSD

19 years agoadd comment
Igor Sysoev [Sun, 26 Nov 2006 16:56:41 +0000 (16:56 +0000)]
add comment

19 years agofix segfaults in future workers those will use old configuration,
Igor Sysoev [Sun, 26 Nov 2006 15:35:02 +0000 (15:35 +0000)]
fix segfaults in future workers those will use old configuration,
if new configuration failed

19 years agoAxe several perl interpreter instances: they may be useful in currently
Igor Sysoev [Sun, 26 Nov 2006 14:35:27 +0000 (14:35 +0000)]
Axe several perl interpreter instances: they may be useful in currently
unsupported threaded environment, but now they complicate code:
*) perl_clone() requires at least duplicating nginx stash;
*) the multiplicity requires to re-evalute all precompiled subroutines
   and nginx stash in new interpreter context.

19 years agoadd debug logging
Igor Sysoev [Sat, 25 Nov 2006 23:27:34 +0000 (23:27 +0000)]
add debug logging

19 years agofix recursive perl_set variable call
Igor Sysoev [Sat, 25 Nov 2006 23:27:06 +0000 (23:27 +0000)]
fix recursive perl_set variable call

19 years agoit seems the PERL_NO_GET_CONTEXT was needed to disable warnings only
Igor Sysoev [Sat, 25 Nov 2006 23:24:24 +0000 (23:24 +0000)]
it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only

19 years agostyle fix
Igor Sysoev [Sat, 25 Nov 2006 23:23:27 +0000 (23:23 +0000)]
style fix

19 years agoaxe unused code
Igor Sysoev [Fri, 24 Nov 2006 13:19:13 +0000 (13:19 +0000)]
axe unused code

19 years agoadd slab to release and snaphost tarballs
Igor Sysoev [Fri, 24 Nov 2006 11:44:24 +0000 (11:44 +0000)]
add slab to release and snaphost tarballs

19 years agofix segfault
Igor Sysoev [Thu, 23 Nov 2006 20:22:24 +0000 (20:22 +0000)]
fix segfault

19 years agouse host part in URL
Igor Sysoev [Thu, 23 Nov 2006 20:20:23 +0000 (20:20 +0000)]
use host part in URL

19 years agoadd mime types
Igor Sysoev [Wed, 22 Nov 2006 16:20:21 +0000 (16:20 +0000)]
add mime types

19 years agofix segfault when connect() failed
Igor Sysoev [Wed, 22 Nov 2006 16:00:14 +0000 (16:00 +0000)]
fix segfault when connect() failed

19 years agongx_rbtree_insert_value()
Igor Sysoev [Mon, 20 Nov 2006 17:13:21 +0000 (17:13 +0000)]
ngx_rbtree_insert_value()

19 years agoslab allocator in shared memory
Igor Sysoev [Mon, 20 Nov 2006 08:51:45 +0000 (08:51 +0000)]
slab allocator in shared memory

19 years agofix the previous commit
Igor Sysoev [Sun, 19 Nov 2006 07:27:10 +0000 (07:27 +0000)]
fix the previous commit

19 years agofix endless loop when too many FastCGI sent too many to stderr
Igor Sysoev [Sat, 18 Nov 2006 21:46:16 +0000 (21:46 +0000)]
fix endless loop when too many FastCGI sent too many to stderr

19 years agoproxy_pass_error_message
Igor Sysoev [Fri, 17 Nov 2006 14:22:51 +0000 (14:22 +0000)]
proxy_pass_error_message

19 years agouse correct auth method length
Igor Sysoev [Fri, 17 Nov 2006 09:30:46 +0000 (09:30 +0000)]
use correct auth method length

19 years agocount s->login_attempt for POP3, minimize code
Igor Sysoev [Fri, 17 Nov 2006 09:00:43 +0000 (09:00 +0000)]
count s->login_attempt for POP3, minimize code

19 years agofix segfault when many auth failures occurred
Igor Sysoev [Fri, 17 Nov 2006 08:46:34 +0000 (08:46 +0000)]
fix segfault when many auth failures occurred

19 years agorbtree insert procedure
Igor Sysoev [Thu, 16 Nov 2006 15:34:52 +0000 (15:34 +0000)]
rbtree insert procedure

19 years agochange variable name
Igor Sysoev [Thu, 16 Nov 2006 15:15:16 +0000 (15:15 +0000)]
change variable name

19 years agoreset pop3 parsing state
Igor Sysoev [Thu, 16 Nov 2006 14:51:07 +0000 (14:51 +0000)]
reset pop3 parsing state

19 years agofix negative upstream response time
Igor Sysoev [Wed, 15 Nov 2006 20:51:07 +0000 (20:51 +0000)]
fix negative upstream response time

19 years agobump version
Igor Sysoev [Wed, 15 Nov 2006 20:07:57 +0000 (20:07 +0000)]
bump version

19 years agorelease-0.4.13 tag
Igor Sysoev [Wed, 15 Nov 2006 20:02:12 +0000 (20:02 +0000)]
release-0.4.13 tag

19 years agonginx-0.4.13-RELEASE release-0.4.13
Igor Sysoev [Wed, 15 Nov 2006 20:02:11 +0000 (20:02 +0000)]
nginx-0.4.13-RELEASE

19 years agofix add_before_body without add_after_body
Igor Sysoev [Tue, 14 Nov 2006 13:15:08 +0000 (13:15 +0000)]
fix add_before_body without add_after_body

19 years agodebug log should not be under rewrite_log control
Igor Sysoev [Tue, 14 Nov 2006 12:45:03 +0000 (12:45 +0000)]
debug log should not be under rewrite_log control

19 years agoadd more WebDAV methods
Igor Sysoev [Tue, 14 Nov 2006 12:43:48 +0000 (12:43 +0000)]
add more WebDAV methods

19 years agoallow proxy_pass inside limit_except
Igor Sysoev [Tue, 14 Nov 2006 12:43:14 +0000 (12:43 +0000)]
allow proxy_pass inside limit_except

19 years agocharset could not be set for ngx_http_autoindex_module responses
Igor Sysoev [Mon, 13 Nov 2006 20:53:37 +0000 (20:53 +0000)]
charset could not be set for ngx_http_autoindex_module responses

19 years agofix big client body receiving with deferred accept()
Igor Sysoev [Mon, 13 Nov 2006 20:40:17 +0000 (20:40 +0000)]
fix big client body receiving with deferred accept()

19 years agofix FastCGI "zero size buf" alert
Igor Sysoev [Mon, 6 Nov 2006 18:46:00 +0000 (18:46 +0000)]
fix FastCGI "zero size buf" alert

19 years agofix --group= vs --user=
Igor Sysoev [Mon, 6 Nov 2006 18:39:28 +0000 (18:39 +0000)]
fix --group= vs --user=

19 years agofix subrequest limit
Igor Sysoev [Thu, 2 Nov 2006 13:48:28 +0000 (13:48 +0000)]
fix subrequest limit

19 years agofix subrequest limit
Igor Sysoev [Thu, 2 Nov 2006 13:38:25 +0000 (13:38 +0000)]
fix subrequest limit

19 years agobump version
Igor Sysoev [Tue, 31 Oct 2006 15:41:41 +0000 (15:41 +0000)]
bump version

19 years agorelease-0.4.12 tag
Igor Sysoev [Tue, 31 Oct 2006 15:28:44 +0000 (15:28 +0000)]
release-0.4.12 tag

19 years agonginx-0.4.12-RELEASE release-0.4.12
Igor Sysoev [Tue, 31 Oct 2006 15:28:43 +0000 (15:28 +0000)]
nginx-0.4.12-RELEASE

19 years ago$r->variable
Igor Sysoev [Tue, 31 Oct 2006 14:46:48 +0000 (14:46 +0000)]
$r->variable

19 years agostyle fix
Igor Sysoev [Tue, 31 Oct 2006 12:30:24 +0000 (12:30 +0000)]
style fix

19 years agostyle fix
Igor Sysoev [Tue, 31 Oct 2006 12:27:32 +0000 (12:27 +0000)]
style fix

19 years agotreat '\' as special character in win32 only
Igor Sysoev [Mon, 30 Oct 2006 20:36:54 +0000 (20:36 +0000)]
treat '\' as special character in win32 only

19 years agohigh level HTTP buffered flags should be on per-subrequest basis,
Igor Sysoev [Mon, 30 Oct 2006 20:25:22 +0000 (20:25 +0000)]
high level HTTP buffered flags should be on per-subrequest basis,
this fix a bug in SSI when a big static file is included

19 years agofix format
Igor Sysoev [Mon, 30 Oct 2006 20:03:49 +0000 (20:03 +0000)]
fix format

19 years agostyle fix
Igor Sysoev [Sat, 28 Oct 2006 14:36:44 +0000 (14:36 +0000)]
style fix

19 years agoundo the previous wrong commit
Igor Sysoev [Sat, 28 Oct 2006 14:32:39 +0000 (14:32 +0000)]
undo the previous wrong commit

19 years agobad commit
Igor Sysoev [Sat, 28 Oct 2006 14:20:13 +0000 (14:20 +0000)]
bad commit

19 years agochange order
Igor Sysoev [Sat, 28 Oct 2006 13:59:56 +0000 (13:59 +0000)]
change order

19 years agooptimize the most frequent cases
Igor Sysoev [Sat, 28 Oct 2006 12:04:43 +0000 (12:04 +0000)]
optimize the most frequent cases

19 years agohandle the most frequent case first
Igor Sysoev [Sat, 28 Oct 2006 10:47:11 +0000 (10:47 +0000)]
handle the most frequent case first

19 years agoaxe unused state
Igor Sysoev [Sat, 28 Oct 2006 10:42:24 +0000 (10:42 +0000)]
axe unused state

19 years agoomit "#fragment"
Igor Sysoev [Sat, 28 Oct 2006 10:15:31 +0000 (10:15 +0000)]
omit "#fragment"

19 years agowe do not need the zero terminated r->uri for a long time
Igor Sysoev [Sat, 28 Oct 2006 08:45:01 +0000 (08:45 +0000)]
we do not need the zero terminated r->uri for a long time

19 years agobump version
Igor Sysoev [Wed, 25 Oct 2006 16:33:40 +0000 (16:33 +0000)]
bump version

19 years agorelease-0.4.11 tag
Igor Sysoev [Wed, 25 Oct 2006 16:29:26 +0000 (16:29 +0000)]
release-0.4.11 tag

19 years agonginx-0.4.11-RELEASE release-0.4.11
Igor Sysoev [Wed, 25 Oct 2006 16:29:25 +0000 (16:29 +0000)]
nginx-0.4.11-RELEASE

19 years agostyle fix: remove trailing spaces
Igor Sysoev [Wed, 25 Oct 2006 16:19:03 +0000 (16:19 +0000)]
style fix: remove trailing spaces

19 years agofix log message
Igor Sysoev [Wed, 25 Oct 2006 15:38:02 +0000 (15:38 +0000)]
fix log message

19 years agofix alias without trailing slash
Igor Sysoev [Wed, 25 Oct 2006 15:36:11 +0000 (15:36 +0000)]
fix alias without trailing slash

19 years agoaxe unused code
Igor Sysoev [Wed, 25 Oct 2006 14:13:27 +0000 (14:13 +0000)]
axe unused code

19 years ago$r->allow_ranges
Igor Sysoev [Wed, 25 Oct 2006 13:56:32 +0000 (13:56 +0000)]
$r->allow_ranges

19 years agobugfixes
Igor Sysoev [Wed, 25 Oct 2006 13:07:11 +0000 (13:07 +0000)]
bugfixes

19 years agoAUTH PLAIN LOGIN CRAM-MD5
Igor Sysoev [Tue, 24 Oct 2006 18:38:31 +0000 (18:38 +0000)]
AUTH PLAIN LOGIN CRAM-MD5

19 years agoaxe ngx_inet_upstream_parse() and ngx_inet_parse_host_port()
Igor Sysoev [Tue, 24 Oct 2006 14:18:35 +0000 (14:18 +0000)]
axe ngx_inet_upstream_parse() and ngx_inet_parse_host_port()

19 years agonow the "memcached_pass" directive uses ngx_parse_url()
Igor Sysoev [Tue, 24 Oct 2006 13:50:35 +0000 (13:50 +0000)]
now the "memcached_pass" directive uses ngx_parse_url()

19 years agoaxe src/core/ngx_unix_domain.*
Igor Sysoev [Tue, 24 Oct 2006 13:43:19 +0000 (13:43 +0000)]
axe src/core/ngx_unix_domain.*

19 years agonow the "auth_http" directive uses ngx_parse_url()
Igor Sysoev [Tue, 24 Oct 2006 13:22:59 +0000 (13:22 +0000)]
now the "auth_http" directive uses ngx_parse_url()

19 years agonow the "listen" directives use ngx_parse_url()
Igor Sysoev [Tue, 24 Oct 2006 13:06:55 +0000 (13:06 +0000)]
now the "listen" directives use ngx_parse_url()

19 years agobump version
Igor Sysoev [Mon, 23 Oct 2006 13:50:51 +0000 (13:50 +0000)]
bump version

19 years agorelease-0.4.10 tag
Igor Sysoev [Mon, 23 Oct 2006 13:25:28 +0000 (13:25 +0000)]
release-0.4.10 tag

19 years agonginx-0.4.10-RELEASE release-0.4.10
Igor Sysoev [Mon, 23 Oct 2006 13:25:27 +0000 (13:25 +0000)]
nginx-0.4.10-RELEASE

19 years agoAPOP
Igor Sysoev [Mon, 23 Oct 2006 13:10:10 +0000 (13:10 +0000)]
APOP

19 years agodisable write level event while waiting auth server response
Igor Sysoev [Fri, 20 Oct 2006 20:43:01 +0000 (20:43 +0000)]
disable write level event while waiting auth server response

19 years agoNULL is short way
Igor Sysoev [Fri, 20 Oct 2006 19:10:16 +0000 (19:10 +0000)]
NULL is short way

19 years agofix segfault if $server_addr failed
Igor Sysoev [Fri, 20 Oct 2006 19:07:50 +0000 (19:07 +0000)]
fix segfault if $server_addr failed

19 years agoaligned ngx_crc32_table_short was allocated from wrong pool
Igor Sysoev [Fri, 20 Oct 2006 12:22:39 +0000 (12:22 +0000)]
aligned ngx_crc32_table_short was allocated from wrong pool

19 years agobackout the previous commit
Igor Sysoev [Thu, 19 Oct 2006 10:19:19 +0000 (10:19 +0000)]
backout the previous commit

19 years agodisable bcc precompiled headers,
Igor Sysoev [Thu, 19 Oct 2006 09:59:18 +0000 (09:59 +0000)]
disable bcc precompiled headers,
bcc hungs at src/core/ngx_hash.c after previous commit

19 years agosplit ngx_crc32() to short and long version
Igor Sysoev [Thu, 19 Oct 2006 09:57:49 +0000 (09:57 +0000)]
split ngx_crc32() to short and long version

19 years agoadd includes
Igor Sysoev [Thu, 19 Oct 2006 08:16:29 +0000 (08:16 +0000)]
add includes

19 years agospelling
Igor Sysoev [Wed, 18 Oct 2006 19:05:30 +0000 (19:05 +0000)]
spelling

19 years agongx_crc32()
Igor Sysoev [Wed, 18 Oct 2006 19:00:21 +0000 (19:00 +0000)]
ngx_crc32()

19 years agochar* > u_char*
Igor Sysoev [Wed, 18 Oct 2006 18:43:11 +0000 (18:43 +0000)]
char* > u_char*

19 years agodowngrade gravity of getsockname() errors
Igor Sysoev [Wed, 18 Oct 2006 14:27:16 +0000 (14:27 +0000)]
downgrade gravity of getsockname() errors

19 years agostyle fix: remove trailing spaces
Igor Sysoev [Tue, 17 Oct 2006 16:13:49 +0000 (16:13 +0000)]
style fix: remove trailing spaces

19 years agobackout r783 and add comment
Igor Sysoev [Tue, 17 Oct 2006 12:47:14 +0000 (12:47 +0000)]
backout r783 and add comment

19 years agowin32 uint16_t definition
Igor Sysoev [Mon, 16 Oct 2006 13:59:37 +0000 (13:59 +0000)]
win32 uint16_t definition

19 years agofix building by Debian gcc-4.1.2 amd64
Igor Sysoev [Mon, 16 Oct 2006 13:29:52 +0000 (13:29 +0000)]
fix building by Debian gcc-4.1.2 amd64

19 years agodecrease number of branches
Igor Sysoev [Mon, 16 Oct 2006 12:21:17 +0000 (12:21 +0000)]
decrease number of branches

19 years agoadd 255th array element
Igor Sysoev [Mon, 16 Oct 2006 11:28:33 +0000 (11:28 +0000)]
add 255th array element

19 years agoallow ranges for full flv files
Igor Sysoev [Mon, 16 Oct 2006 07:47:00 +0000 (07:47 +0000)]
allow ranges for full flv files