Igor Sysoev
c504b4fde5
bump version
2010-11-24 13:41:37 +00:00
Igor Sysoev
e89c6ff49d
release-0.8.53 tag
2010-10-18 12:03:27 +00:00
Igor Sysoev
8c7a427c2b
nginx-0.8.53-RELEASE
2010-10-18 12:03:26 +00:00
Igor Sysoev
8c2cfe6ce5
allow override redirect status in error_page
2010-10-18 10:14:00 +00:00
Igor Sysoev
054ecd9e8e
change order of limit_req lookup result processing
2010-10-14 09:20:01 +00:00
Igor Sysoev
655e2a925f
an excess was logged as 0.000 if requests were limited without delay:
...
*) use a real excess value instead of non-updated limit_req rbtree node field,
*) move inactivity queue handling inside ngx_http_limit_req_lookup()
since the node is not required outside the lookup function;
the bug has been introduced in r3184
2010-10-13 20:58:41 +00:00
Igor Sysoev
acd0513b8d
always update an aio_senfile connection flag accodring to a current
...
location configuration, this clears the flag for requests passed
via a keep-alive connection
2010-10-12 12:18:39 +00:00
Igor Sysoev
acddda123b
update event flags after successful io_submit()
2010-10-12 12:11:11 +00:00
Igor Sysoev
438ababa71
file AIO read may be posted inside loop
2010-10-12 12:06:52 +00:00
Igor Sysoev
b2f8d93893
add default listen port at the end of server block parsing instead of
...
merge phase: otherwise the first server without an listen directive
did not become the default server if there was no explicit default server;
the bug has been introduced in r3218
2010-10-11 18:48:18 +00:00
Igor Sysoev
38f3439bcb
fix testing, the bug has been introduced in r3218
2010-10-08 11:42:05 +00:00
Igor Sysoev
661df40ad7
gzip_disable degradation
2010-10-04 15:03:00 +00:00
Igor Sysoev
06957e0754
ngx_http_degraded()
2010-10-04 14:59:41 +00:00
Igor Sysoev
d7221b4161
bump version
2010-10-04 13:50:09 +00:00
Igor Sysoev
667b025362
release-0.8.52 tag
2010-09-28 06:59:59 +00:00
Igor Sysoev
f2dcde3ba1
nginx-0.8.52-RELEASE
2010-09-28 06:59:58 +00:00
Igor Sysoev
c3578e20b9
nginx uses SSL mode for a listen socket with any option set,
...
the bug has been introduced in r3765
2010-09-28 06:50:52 +00:00
Igor Sysoev
784456acf9
bump version
2010-09-28 06:46:58 +00:00
Igor Sysoev
b3a096c846
release-0.8.51 tag
2010-09-27 13:08:41 +00:00
Igor Sysoev
3175386126
nginx-0.8.51-RELEASE
2010-09-27 13:08:40 +00:00
Igor Sysoev
7e40763f4b
allow duplicate listen ssl options
2010-09-27 11:48:12 +00:00
Igor Sysoev
6b147bd969
decrease resolver errors level to error
2010-09-27 11:23:45 +00:00
Igor Sysoev
2e909f2c3f
worker_rlimit_core should be off_t
2010-09-15 15:24:21 +00:00
Igor Sysoev
e32ac73eca
fix typo
2010-09-13 12:44:43 +00:00
Igor Sysoev
c9edd102b9
discard "secure_link_expires on|off"
2010-09-06 14:19:18 +00:00
Igor Sysoev
19f3290ab9
bump version
2010-09-06 11:07:07 +00:00
Igor Sysoev
825e2012bd
release-0.8.50 tag
2010-09-02 14:59:19 +00:00
Igor Sysoev
119f9a25fc
nginx-0.8.50-RELEASE
2010-09-02 14:59:18 +00:00
Igor Sysoev
d2409610ec
new ngx_http_secure_link_module with secure_link, secure_link_md5, and
...
secure_link_expires
2010-09-02 14:37:16 +00:00
Igor Sysoev
f819e3b7ed
fix race condition if during reconfiguration two cache managers try
...
to delete old inactive entries: one of them removes a entry just locked by
other manager from the queue and the rbtree as long inactive entry,
causes the latter manager to segfault leaving cache mutex locked,
the bug has been introduced in r3727
2010-09-02 14:31:47 +00:00
Igor Sysoev
0084867ae8
gzip_disable msie6 ignored other patterns
2010-09-02 14:02:57 +00:00
Igor Sysoev
198d1ed567
gzip_disable compiled always the first pattern only
2010-09-02 14:01:58 +00:00
Igor Sysoev
e017f64590
gzip_disable msie6 did not inherited if nginx was built without PCRE
2010-09-02 13:54:28 +00:00
Igor Sysoev
b9ff0e4dca
add "Global\" prefix for signal events
2010-09-02 13:49:05 +00:00
Igor Sysoev
7c48ce89c5
the -q switch
2010-09-02 13:43:02 +00:00
Igor Sysoev
e23463da18
if a location is specified by regex, then always compile an "alias",
...
even into one static string script: this elimates testing this
too specific case inside ngx_http_map_uri_to_path()
2010-08-26 12:33:08 +00:00
Igor Sysoev
f20a3d0603
bump version
2010-08-25 12:30:08 +00:00
Igor Sysoev
4ae89a30ef
release-0.8.49 tag
2010-08-09 08:24:14 +00:00
Igor Sysoev
4d296543f7
nginx-0.8.49-RELEASE
2010-08-09 08:24:13 +00:00
Igor Sysoev
6a921ab39d
image_filter_jpeg_quality supports variables
2010-08-06 15:55:05 +00:00
Igor Sysoev
734b2c0cf1
zero fcn->updating after node allocation
2010-08-04 13:34:23 +00:00
Igor Sysoev
e597feff7d
error status codes could be cached for next request only,
...
the bug has been introduced in r3712
2010-08-04 12:55:27 +00:00
Igor Sysoev
a589d16bf0
we can free GeoIPRecord just after GeoIP_region_name_by_code(),
...
because it returns a statically allocated string
2010-08-03 18:38:08 +00:00
Igor Sysoev
63eedfba66
fix segfault, the bug has been introduced in r3738
2010-08-03 18:27:56 +00:00
Igor Sysoev
eb3fc51370
bump version
2010-08-03 18:24:18 +00:00
Igor Sysoev
0b3fab8e40
release-0.8.48 tag
2010-08-03 15:10:57 +00:00
Igor Sysoev
0b66561297
nginx-0.8.48-RELEASE
2010-08-03 15:10:56 +00:00
Igor Sysoev
b143dd16b6
$geoip_region_name
2010-08-03 15:01:34 +00:00
Igor Sysoev
3646cca88b
$geoip_dma_code and $geoip_area_code
2010-08-03 14:19:49 +00:00
Igor Sysoev
c0a7183186
fix fastcgi_split_path_info, if URI was not fully captured
2010-08-03 13:35:48 +00:00