Commit graph

3017 commits

Author SHA1 Message Date
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
Igor Sysoev
7cb0e98803 allow to log invalid $request in access_log always,
before it was logged only if error_log was set to info or debug level
2009-09-21 15:55:56 +00:00
Igor Sysoev
8c150cba15 fix resolver cache rbtree comparison 2009-09-19 16:15:13 +00:00
Igor Sysoev
3b3b8717c8 restore environ, this fixes segfault on reconfiguration failure when
perl module creates new environment
2009-09-18 09:21:14 +00:00
Igor Sysoev
fdbadce11c fix comment 2009-09-18 09:12:40 +00:00
Igor Sysoev
0f8436cb3c *) issue warning instead of failure: this is too common case
*) use ngx_log_error(), since OpenSSL does not set an error on the failure
2009-09-18 09:10:16 +00:00
Igor Sysoev
5ca259f7a1 fix memory leak in resolver 2009-09-16 13:48:11 +00:00
Igor Sysoev
bb161c9190 win32 ngx_file_info() utf8 support 2009-09-16 13:30:13 +00:00
Igor Sysoev
66d84fb497 preserve errno while ngx_free() 2009-09-16 13:28:20 +00:00
Igor Sysoev
9645217922 do not pass buf with empty cached response,
this fixes "zero size buf in output" alert
2009-09-15 15:12:03 +00:00
Igor Sysoev
7aeea86d84 nginx always sent "Vary: Accept-Encoding",
if both gzip_static and gzip_vary were on
2009-09-15 11:57:29 +00:00
Igor Sysoev
b9142139b2 image_filter_transparency 2009-09-15 11:55:17 +00:00
Igor Sysoev
acb4e8fa4c fix alpha-channel transparency in PNG 2009-09-15 09:47:12 +00:00
Igor Sysoev
bbb7f62992 allow perl "sub{..." 2009-09-15 09:37:16 +00:00
Igor Sysoev
16555b4bb3 bump version 2009-09-15 09:36:09 +00:00
Igor Sysoev
f69b05e9cd release-0.8.15 tag 2009-09-14 13:07:18 +00:00
Igor Sysoev
b17cb34b7e nginx-0.8.15-RELEASE 2009-09-14 13:07:17 +00:00
Igor Sysoev
8600cd7cbf test space between "~" and regex in server_name and invalid_referers 2009-09-14 09:48:48 +00:00
Igor Sysoev
2780b6716f handle "/../" case more reliably 2009-09-14 07:42:01 +00:00
Igor Sysoev
56d294cb36 fix request counter for X-Accel-Redirect, the bug was introduced in r3050 2009-09-13 13:45:32 +00:00
Igor Sysoev
ce0855993c fix case when the output filter should add incoming buffers
while waiting on file AIO completion
2009-09-13 06:28:17 +00:00
Igor Sysoev
ab0034ef90 style fix 2009-09-13 06:25:54 +00:00
Igor Sysoev
ed3943c469 fix transparency in GIF 2009-09-12 09:46:28 +00:00