Igor Sysoev
97fd87d7ff
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.
2006-11-26 14:35:27 +00:00
Igor Sysoev
bdd1a85885
add debug logging
2006-11-25 23:27:34 +00:00
Igor Sysoev
c6544873dc
fix recursive perl_set variable call
2006-11-25 23:27:06 +00:00
Igor Sysoev
245cac86b3
it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only
2006-11-25 23:24:24 +00:00
Igor Sysoev
e21e32fe48
style fix
2006-11-25 23:23:27 +00:00
Igor Sysoev
662d2264f9
axe unused code
2006-11-24 13:19:13 +00:00
Igor Sysoev
34ee0f179e
add slab to release and snaphost tarballs
2006-11-24 11:44:24 +00:00
Igor Sysoev
fca26b0415
fix segfault
2006-11-23 20:22:24 +00:00
Igor Sysoev
ef4b13c803
use host part in URL
2006-11-23 20:20:23 +00:00
Igor Sysoev
fc6fbf9d86
add mime types
2006-11-22 16:20:21 +00:00
Igor Sysoev
d0cfec10b0
fix segfault when connect() failed
2006-11-22 16:00:14 +00:00
Igor Sysoev
76b72e74b9
ngx_rbtree_insert_value()
2006-11-20 17:13:21 +00:00
Igor Sysoev
ab03650916
slab allocator in shared memory
2006-11-20 08:51:45 +00:00
Igor Sysoev
6d26c085be
fix the previous commit
2006-11-19 07:27:10 +00:00
Igor Sysoev
d277928547
fix endless loop when too many FastCGI sent too many to stderr
2006-11-18 21:46:16 +00:00
Igor Sysoev
04e9fd6dbf
proxy_pass_error_message
2006-11-17 14:22:51 +00:00
Igor Sysoev
b4913b456a
use correct auth method length
2006-11-17 09:30:46 +00:00
Igor Sysoev
0ebbff7094
count s->login_attempt for POP3, minimize code
2006-11-17 09:00:43 +00:00
Igor Sysoev
dbb2203dc5
fix segfault when many auth failures occurred
2006-11-17 08:46:34 +00:00
Igor Sysoev
7f3800cc8d
rbtree insert procedure
2006-11-16 15:34:52 +00:00
Igor Sysoev
fb1c2492f2
change variable name
2006-11-16 15:15:16 +00:00
Igor Sysoev
0d0d918f9d
reset pop3 parsing state
2006-11-16 14:51:07 +00:00
Igor Sysoev
4432c4b427
fix negative upstream response time
2006-11-15 20:51:07 +00:00
Igor Sysoev
d817072db9
bump version
2006-11-15 20:07:57 +00:00
Igor Sysoev
3ec840c0d2
release-0.4.13 tag
2006-11-15 20:02:12 +00:00
Igor Sysoev
3e004b2263
nginx-0.4.13-RELEASE
2006-11-15 20:02:11 +00:00
Igor Sysoev
7e80a1d6e4
fix add_before_body without add_after_body
2006-11-14 13:15:08 +00:00
Igor Sysoev
22961c4e65
debug log should not be under rewrite_log control
2006-11-14 12:45:03 +00:00
Igor Sysoev
eeb8802d21
add more WebDAV methods
2006-11-14 12:43:48 +00:00
Igor Sysoev
3ad30e538a
allow proxy_pass inside limit_except
2006-11-14 12:43:14 +00:00
Igor Sysoev
2d03ba8d15
charset could not be set for ngx_http_autoindex_module responses
2006-11-13 20:53:37 +00:00
Igor Sysoev
a72cc1c3ab
fix big client body receiving with deferred accept()
2006-11-13 20:40:17 +00:00
Igor Sysoev
610e81f36a
fix FastCGI "zero size buf" alert
2006-11-06 18:46:00 +00:00
Igor Sysoev
acb2236e48
fix --group= vs --user=
2006-11-06 18:39:28 +00:00
Igor Sysoev
50eea191f1
fix subrequest limit
2006-11-02 13:48:28 +00:00
Igor Sysoev
f1d7767f02
fix subrequest limit
2006-11-02 13:38:25 +00:00
Igor Sysoev
11f8d8f772
bump version
2006-10-31 15:41:41 +00:00
Igor Sysoev
89fc3f7d80
release-0.4.12 tag
2006-10-31 15:28:44 +00:00
Igor Sysoev
49bacbe90d
nginx-0.4.12-RELEASE
2006-10-31 15:28:43 +00:00
Igor Sysoev
3abf68faae
$r->variable
2006-10-31 14:46:48 +00:00
Igor Sysoev
1e95e63a4d
style fix
2006-10-31 12:30:24 +00:00
Igor Sysoev
170cb264e4
style fix
2006-10-31 12:27:32 +00:00
Igor Sysoev
b39d489079
treat '\' as special character in win32 only
2006-10-30 20:36:54 +00:00
Igor Sysoev
81fcc229f4
high level HTTP buffered flags should be on per-subrequest basis,
...
this fix a bug in SSI when a big static file is included
2006-10-30 20:25:22 +00:00
Igor Sysoev
4908dceace
fix format
2006-10-30 20:03:49 +00:00
Igor Sysoev
1c5fb6d67c
style fix
2006-10-28 14:36:44 +00:00
Igor Sysoev
669ba6fe8b
undo the previous wrong commit
2006-10-28 14:32:39 +00:00
Igor Sysoev
9f65986dd4
bad commit
2006-10-28 14:20:13 +00:00
Igor Sysoev
96a698688e
change order
2006-10-28 13:59:56 +00:00
Igor Sysoev
ee71f8d12b
optimize the most frequent cases
2006-10-28 12:04:43 +00:00