Igor Sysoev
a1575e77b9
bump version
2009-10-07 12:48:05 +00:00
Igor Sysoev
6c05f31567
release-0.8.19 tag
2009-10-06 16:19:43 +00:00
Igor Sysoev
ba09a8dab0
nginx-0.8.19-RELEASE
2009-10-06 16:19:42 +00:00
Igor Sysoev
f99c3ac6ad
fix r3184
2009-10-06 16:08:15 +00:00
Igor Sysoev
7c00ea743e
disable SSLv2 and low ciphers by default
2009-10-06 14:24:53 +00:00
Igor Sysoev
bbc8096382
bump version
2009-10-06 13:52:26 +00:00
Igor Sysoev
279b55f208
release-0.8.18 tag
2009-10-06 12:44:51 +00:00
Igor Sysoev
e0bd2ffb45
nginx-0.8.18-RELEASE
2009-10-06 12:44:50 +00:00
Igor Sysoev
b4fa957f5d
limit_conn_log_level
2009-10-06 10:14:29 +00:00
Igor Sysoev
62ceeca882
limit_req_log_level
2009-10-06 10:14:21 +00:00
Igor Sysoev
669682f3b0
fix building by gcc45
2009-10-06 09:46:16 +00:00
Igor Sysoev
ab8819282d
make limit_req to conform to the leaky bucket algorithm
2009-10-06 09:37:18 +00:00
Igor Sysoev
0feac5d304
omit '\0' from "Location" header on MKCOL request
2009-10-06 09:32:21 +00:00
Igor Sysoev
82a641b2b2
clear r->lingering_close to disable preventively calling
...
ngx_http_set_lingering_close() while request cleanup
2009-10-02 11:32:56 +00:00
Igor Sysoev
c1f49cc1bf
clear r->keepalive to disable preventively calling
...
ngx_http_set_keepalive() while request cleanup
2009-10-02 11:30:47 +00:00
Igor Sysoev
da861a9d6b
update r3167: do not set r->discard_body if the body has been just discarded
2009-10-02 09:46:04 +00:00
Igor Sysoev
38f83a56bb
read_ahead
2009-09-30 13:21:52 +00:00
Igor Sysoev
3eeeddb17d
Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
...
our SPARC 16-byte alignment and some allocations may be done out of pool.
ngx_memalign(ngx_pagesize) fixes this issue.
2009-09-30 12:56:44 +00:00
Igor Sysoev
52f53f5a89
log 499 instead 0, the bug was introduced in r3050
2009-09-30 12:05:08 +00:00
Igor Sysoev
56175447e1
allow several perl_modules
2009-09-30 11:46:01 +00:00
Igor Sysoev
74ba9acbf0
use ngx_conf_set_str_array_slot() for perl_require
2009-09-28 16:07:14 +00:00
Igor Sysoev
af20ad9b94
optimize error handling
2009-09-28 15:57:28 +00:00
Igor Sysoev
a7e20e9ae4
bump version
2009-09-28 15:56:28 +00:00
Igor Sysoev
954dd87d42
release-0.8.17 tag
2009-09-28 13:08:10 +00:00
Igor Sysoev
f1ee1efa1a
nginx-0.8.17-RELEASE
2009-09-28 13:08:09 +00:00
Igor Sysoev
7cd2c4569a
fix request counter in resolver handling, the bug was introduced in r3050
2009-09-28 12:31:47 +00:00
Igor Sysoev
4c0fe89b52
allow "make clean" for OpenSSL, the bug was introduced in r2874
2009-09-28 12:24:09 +00:00
Igor Sysoev
57338e1c39
we do not need to increase request counter in this place,
...
the bug had appeared in r3115
2009-09-28 11:12:45 +00:00
Igor Sysoev
36931c954c
fix r3078: do not increase request counter if body has been just discarded
2009-09-26 13:24:15 +00:00
Igor Sysoev
16def50dcd
use parents around NGX_ATOMIC_T_LEN value
2009-09-25 20:25:47 +00:00
Igor Sysoev
c55184f023
uniform ngx_directio_on/off() interface with other file functions
2009-09-25 14:17:28 +00:00
Igor Sysoev
3629664881
handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIG
2009-09-25 13:55:46 +00:00
Igor Sysoev
03f5b99e8f
fix discarding body
2009-09-25 11:55:33 +00:00
Igor Sysoev
f774310fb2
check unsafe Destination
2009-09-25 09:30:06 +00:00
Igor Sysoev
0219125f74
low ENAMETOOLONG logging level
2009-09-25 09:13:08 +00:00
Igor Sysoev
674aae5596
fix r3155
2009-09-24 20:09:12 +00:00
Igor Sysoev
f203d9a2dd
test incomplete WriteFile()
2009-09-24 20:05:21 +00:00
Igor Sysoev
22f02ef444
log file name for read/write errors
2009-09-24 20:04:10 +00:00
Igor Sysoev
2de155129f
delete Win95 code
2009-09-24 19:55:35 +00:00
Igor Sysoev
585300cc3b
fix debug log message
2009-09-24 14:47:10 +00:00
Igor Sysoev
e996d64b80
$ssl_session_id
2009-09-24 14:45:28 +00:00
Igor Sysoev
5b9b51d058
update the previous commit: use ngx_strlow()
2009-09-24 13:23:25 +00:00
Igor Sysoev
a54e87ba58
$host is always in low case:
...
*) move low case convertation from ngx_http_find_virtual_server()
to ngx_http_validate_host()
*) add in ngx_http_validate_host() capability to copy host name in the pool
allocated memory
2009-09-24 13:15:50 +00:00
Igor Sysoev
39a88d570c
low default connection errors level from alert to error
2009-09-23 15:28:33 +00:00
Igor Sysoev
a3f0bc2dca
bump version
2009-09-23 15:27:17 +00:00
Igor Sysoev
2024db8434
release-0.8.16 tag
2009-09-22 14:35:22 +00:00
Igor Sysoev
6e58458536
nginx-0.8.16-RELEASE
2009-09-22 14:35:21 +00:00
Igor Sysoev
4b09c07edd
fail if file size was changed
2009-09-22 09:44:57 +00:00
Igor Sysoev
b5fe12fc54
fix typo in addition_types directive name
2009-09-22 09:06:15 +00:00
Igor Sysoev
4a2799b5bf
fix request counter for post_action, the bug was introduced in r3050
2009-09-21 18:34:22 +00:00