Igor Sysoev
de09e1081d
style fix
2006-12-12 20:58:41 +00:00
Igor Sysoev
d64cedb8a0
fix $r->has_request_body()
2006-12-12 20:57:48 +00:00
Igor Sysoev
efa89c7b73
axe ngx_http_perl_cleanup_sv(): all SVs should be freed
...
by perl_free() in ngx_http_perl_cleanup_perl()
2006-12-12 20:06:04 +00:00
Igor Sysoev
2581c8a93e
$r->log_error()
2006-12-12 19:33:13 +00:00
Igor Sysoev
a01e63ea8c
rewritten upstream
2006-12-12 16:46:16 +00:00
Igor Sysoev
706f559bf2
fix highly unlikely bug
2006-12-12 15:46:53 +00:00
Igor Sysoev
a8b98f8138
bump version
2006-12-12 14:17:04 +00:00
Igor Sysoev
8fad226d54
release-0.5.2 tag
2006-12-11 15:23:28 +00:00
Igor Sysoev
3c8c6eaec3
nginx-0.5.2-RELEASE
2006-12-11 15:23:27 +00:00
Igor Sysoev
b70d716e37
upstream name was tried to resolve
2006-12-11 15:12:07 +00:00
Igor Sysoev
1fff6b5197
fix typo
2006-12-11 11:06:20 +00:00
Igor Sysoev
4f7ae44085
bump version
2006-12-11 11:05:54 +00:00
Igor Sysoev
767cc5594c
release-0.5.1 tag
2006-12-11 10:00:06 +00:00
Igor Sysoev
e1acb0ed7b
nginx-0.5.1-RELEASE
2006-12-11 10:00:05 +00:00
Igor Sysoev
e522905cba
fix fastcgi and memcached upstreams
2006-12-11 08:59:30 +00:00
Igor Sysoev
97b82cce5b
fix post_action for disconnected client
2006-12-11 08:31:54 +00:00
Igor Sysoev
07f00f0275
workaround for Eudora for Mac: it sends
...
AUTH PLAIN [base64 encoded]
2006-12-11 08:27:29 +00:00
Igor Sysoev
d09a1338c0
TCP upstreams always used the first TCP upstream with the same name
2006-12-11 08:25:03 +00:00
Igor Sysoev
c06c920284
unix socket upstreams always used the first unix upstream
2006-12-06 15:39:08 +00:00
Igor Sysoev
c887bd6f86
slot number must be incremented once per second only,
...
ngx_time_update() set msec in an wrong slot
2006-12-06 14:25:20 +00:00
Igor Sysoev
ab868cb984
fix when last htpasswd line has no CR or LF
2006-12-06 14:17:42 +00:00
Igor Sysoev
142e502379
the previous fix does not actually fix overflow
2006-12-06 11:33:18 +00:00
Igor Sysoev
df7522365d
fix msec overflow
2006-12-05 20:30:05 +00:00
Igor Sysoev
7e3ada8d58
bump version
2006-12-04 17:05:07 +00:00
Igor Sysoev
8d353d1b2b
release-0.5.0 tag
2006-12-04 16:56:54 +00:00
Igor Sysoev
c56148c957
nginx-0.5.0-RELEASE
2006-12-04 16:56:53 +00:00
Igor Sysoev
2eb4b164a3
upstream choice modules
2006-12-04 16:46:13 +00:00
Igor Sysoev
57e35529a5
Auth-Status: WAIT
2006-12-03 13:48:49 +00:00
Igor Sysoev
f7c6a22b0e
the PERL_NO_GET_CONTEXT is actually required, see perlguts
2006-11-28 13:20:34 +00:00
Igor Sysoev
d2f0d829b0
fix building on 64-bit platforms
2006-11-27 20:47:55 +00:00
Igor Sysoev
92348373ed
axe old % log format
2006-11-27 14:46:15 +00:00
Igor Sysoev
72c87dc591
bump version to 0.5.0
2006-11-27 14:34:42 +00:00
Igor Sysoev
ffe0fc4c3d
release-0.4.14 tag
2006-11-27 14:28:45 +00:00
Igor Sysoev
bbfacfa94c
nginx-0.4.14-RELEASE
2006-11-27 14:28:44 +00:00
Igor Sysoev
61eca02df7
fix the previous commit
2006-11-27 11:12:34 +00:00
Igor Sysoev
3babe9f770
test PCRE in FreeBSD, Linux, and NetBSD
2006-11-27 11:07:09 +00:00
Igor Sysoev
2d11730e6c
add comment
2006-11-26 16:56:41 +00:00
Igor Sysoev
c76f9ff4cc
fix segfaults in future workers those will use old configuration,
...
if new configuration failed
2006-11-26 15:35:02 +00:00
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