Igor Sysoev
c0c6c600d9
fix $upstream_http_ variable prefix length
2010-02-15 19:38:59 +00:00
Igor Sysoev
bffced632f
delete surplus code
2010-02-12 09:48:04 +00:00
Igor Sysoev
bf124da2ac
const char *fmt in ngx_conf_log_error()
2010-02-12 09:45:05 +00:00
Igor Sysoev
19f0776167
delete ngx_http_perl_cleanup_t unused since r909
2010-02-12 09:40:46 +00:00
Igor Sysoev
217672772c
fix request counter for $r->sleep(), the bug was introduced in r3050
2010-02-12 09:32:02 +00:00
Igor Sysoev
56345a23b1
bump version
2010-02-12 09:31:01 +00:00
Igor Sysoev
1a436983bf
release-0.8.33 tag
2010-02-01 13:36:32 +00:00
Igor Sysoev
e07bab2761
nginx-0.8.33-RELEASE
2010-02-01 13:36:31 +00:00
Igor Sysoev
fee764f888
do not disable keepalive after POST requests for MSIE 7+
2010-02-01 12:58:07 +00:00
Igor Sysoev
9493da5b70
disable keepalive for Safari:
...
https://bugs.webkit.org/show_bug.cgi?id=5760
2010-02-01 12:01:01 +00:00
Igor Sysoev
e24a34c1a6
delete u->cleanup mark, this fixes large values in $upstream_response_time,
...
the bug had been introduced in r3007
2010-01-29 16:45:14 +00:00
Igor Sysoev
8af69cca7c
disable Win32 short file names
2010-01-28 14:17:51 +00:00
Igor Sysoev
c9a1681d53
skip URI trailing spaces under Win32
2010-01-28 14:09:28 +00:00
Igor Sysoev
c830e70829
Fix segfault when while discarding body a write event handler is called,
...
runs ngx_http_core_run_phases(), and starts a request processing again.
The write event has clear type and remained in a keepalive connection.
The bug was introduced in r3050.
2010-01-28 08:33:24 +00:00
Igor Sysoev
364804b573
bump version
2010-01-28 08:22:45 +00:00
Igor Sysoev
f972c92b31
release-0.8.32 tag
2010-01-11 15:35:45 +00:00
Igor Sysoev
15e5bd73a7
nginx-0.8.32-RELEASE
2010-01-11 15:35:44 +00:00
Igor Sysoev
72fc307f7a
allow a chunked body for 201 responses
2010-01-11 15:14:23 +00:00
Igor Sysoev
cc7b3735a3
fix ngx_utf8_cpystrn(): it did not fully copy utf-8 string
2010-01-11 13:39:24 +00:00
Igor Sysoev
b9f7606000
named captures worked for two names only
2010-01-11 11:21:46 +00:00
Igor Sysoev
c770367df8
add context to a resolver log
2010-01-11 11:01:02 +00:00
Igor Sysoev
f1f1d3d3e5
2010 year
2010-01-01 14:53:56 +00:00
Igor Sysoev
d4aa91d201
use "localhost" in "Host" header line, if unix socket is used in "auth_http"
2009-12-25 15:43:40 +00:00
Igor Sysoev
e61fc75357
fix negative time in "Cache-Control" if "expires modified" sets time in the past
2009-12-25 15:00:08 +00:00
Igor Sysoev
da2493bf47
bump version
2009-12-25 14:57:10 +00:00
Igor Sysoev
d7c45d5dff
release-0.8.31 tag
2009-12-23 15:44:32 +00:00
Igor Sysoev
d03ea94cb0
nginx-0.8.31-RELEASE
2009-12-23 15:44:31 +00:00
Igor Sysoev
51451a2446
allow to handle 301/302 in error_page
2009-12-23 15:31:16 +00:00
Igor Sysoev
12ed8a8269
fix a cached zero-length body case
2009-12-23 14:46:45 +00:00
Igor Sysoev
44096861e4
fix typo
2009-12-23 14:22:17 +00:00
Igor Sysoev
9bcdcce406
$geoip_city_continent_code, $geoip_latitude, $geoip_longitude
2009-12-22 17:33:03 +00:00
Igor Sysoev
23c40479f0
fix the "If-None-Match" header name
2009-12-22 16:41:34 +00:00
Igor Sysoev
b118177a47
fix building by gcc 4.x with -O2/3/s in some Linux distributions:
...
dereferencing type-punned pointer will break strict-aliasing rules
2009-12-22 15:29:56 +00:00
Igor Sysoev
e0c443005d
fix building by gcc 4.4 with -O2/3/s:
...
dereferencing pointer 'sin' does break strict-aliasing rules
2009-12-22 15:15:45 +00:00
Igor Sysoev
1ef86261e3
force image filter conversion if JPEG application data consume more than 5%
2009-12-22 13:03:49 +00:00
Igor Sysoev
4c41f72694
style fix
2009-12-22 10:45:29 +00:00
Igor Sysoev
0c750a8974
fix building by gcc 4.x with -O2/3/s in some Linux distributions:
...
dereferencing type-punned pointer will break strict-aliasing rules
the bug has been introduced in r3065
2009-12-21 21:56:48 +00:00
Igor Sysoev
90fbee3778
do not add NGX_GCC_OPT twice: it is added later with -W
2009-12-21 17:51:30 +00:00
Igor Sysoev
fd35538c22
fix caseless locations, the bug had been introduced in r3326
2009-12-17 14:25:46 +00:00
Igor Sysoev
aac970ea24
test degradation parameters
2009-12-17 12:45:13 +00:00
Igor Sysoev
0bf5c53d75
fix r3331:
...
*) now pools are aligned to 16 bytes
*) forbidden to set non-aligned pool sizes
2009-12-17 12:25:46 +00:00
Igor Sysoev
ca4cf0097d
fix Win32 error message when an temporary file replaces an existent file:
...
return at once if ngx_win32_rename_file() was not failed
and do not try to delete already the renamed temporary file
2009-12-17 10:05:39 +00:00
Igor Sysoev
c4b933ff17
bump version
2009-12-16 14:59:33 +00:00
Igor Sysoev
4791a0c2cb
release-0.8.30 tag
2009-12-15 14:34:10 +00:00
Igor Sysoev
2a2365bde9
nginx-0.8.30-RELEASE
2009-12-15 14:34:09 +00:00
Igor Sysoev
ca6d8b6471
add conf/fastcgi.conf
2009-12-15 13:54:41 +00:00
Igor Sysoev
c51c4d122c
fix Win32 error messages when an temporary file replaces an existent file:
...
*) do not rename an already renamed file
*) now ngx_win32_rename_file() returns error code
*) do not log failure inside ngx_win32_rename_file()
2009-12-15 13:47:02 +00:00
Igor Sysoev
50ff8c8960
default large_client_header_buffers' buffer size should be 8K as compatible
...
with Apache's one
2009-12-09 06:37:41 +00:00
Igor Sysoev
036018227f
print libatomic configure summary
2009-12-08 12:53:54 +00:00
Igor Sysoev
81251e33b2
backout r3315 and test r->header_only last, since it's not actually
...
frequent here: 304 and HEAD responses are not set it before the filter
2009-12-07 15:41:57 +00:00