Igor Sysoev
|
c5849a6381
|
ngx_sock_ntop() takes family from sockaddr, remove duplicate field
|
2008-08-21 19:24:07 +00:00 |
|
Igor Sysoev
|
6a75019ad6
|
*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
as they are called just once per connection
*) NGX_INET_ADDRSTRLEN
|
2008-08-21 18:47:23 +00:00 |
|
Igor Sysoev
|
bbe42c41e8
|
call ngx_http_xslt_filter_exit()
|
2008-08-21 18:21:40 +00:00 |
|
Igor Sysoev
|
b29426deb8
|
server_name "" support
|
2008-08-21 12:56:10 +00:00 |
|
Igor Sysoev
|
027095a77e
|
add Google Earth MIME types
|
2008-08-19 19:50:53 +00:00 |
|
Igor Sysoev
|
cbc7c6177c
|
fix $r->header_in() for "User-Agent", "Connection", and "Host"
broken in r2005, r2006, and r2008.
|
2008-08-19 19:40:45 +00:00 |
|
Igor Sysoev
|
1a8cbb8663
|
leave HEAD method while error_page redirection
|
2008-08-19 18:55:46 +00:00 |
|
Igor Sysoev
|
c9482c6ead
|
do not discard body while error_page redirection
|
2008-08-19 12:23:18 +00:00 |
|
Igor Sysoev
|
1de8bb5bd6
|
bump version
|
2008-08-18 14:29:57 +00:00 |
|
Igor Sysoev
|
0046374ea1
|
release-0.7.11 tag
|
2008-08-18 14:22:51 +00:00 |
|
Igor Sysoev
|
8c7fce493f
|
nginx-0.7.11-RELEASE
|
2008-08-18 14:22:50 +00:00 |
|
Igor Sysoev
|
fa92df4bd4
|
remove text/css from default charset_types
as it does not usually require recoding
|
2008-08-18 13:38:17 +00:00 |
|
Igor Sysoev
|
dc911287e8
|
*) regex match must return NGX_OK to stop regex searching,
this fixes inclusive regex location
*) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
|
2008-08-17 18:02:55 +00:00 |
|
Igor Sysoev
|
9a70242f07
|
fix noregex for inclusive locations
|
2008-08-17 17:58:16 +00:00 |
|
Igor Sysoev
|
916ee8ecea
|
proxy_ssl_session_reuse
|
2008-08-17 17:47:52 +00:00 |
|
Igor Sysoev
|
f60dde9767
|
disable original URI usage in proxy_pass after X-Accel-Redirect
|
2008-08-17 17:44:08 +00:00 |
|
Igor Sysoev
|
d3cbd87f50
|
allow file existence test for POST requests in static module
|
2008-08-17 17:42:42 +00:00 |
|
Igor Sysoev
|
a03bb0bc77
|
ignore NGX_EACCES error while directory test
|
2008-08-17 17:38:48 +00:00 |
|
Igor Sysoev
|
b17e33293a
|
fix log message
|
2008-08-15 20:14:49 +00:00 |
|
Igor Sysoev
|
6f39513828
|
bump version
|
2008-08-13 16:59:16 +00:00 |
|
Igor Sysoev
|
52bc725ae6
|
release-0.7.10 tag
|
2008-08-13 16:53:32 +00:00 |
|
Igor Sysoev
|
0de05a6020
|
nginx-0.7.10-RELEASE
|
2008-08-13 16:53:31 +00:00 |
|
Igor Sysoev
|
cf1735e458
|
restore connection address on request closure,
this fixes the issue when a frontend before nginx sends various client
connections via keepalive connection to nginx
|
2008-08-13 16:31:01 +00:00 |
|
Igor Sysoev
|
c71e3d8f81
|
*) fix segfaults in types hash
*) fix inheritance: default hash instead of inherited one
|
2008-08-13 16:25:48 +00:00 |
|
Igor Sysoev
|
d1853490da
|
disable error_page loop in 500 error when recursive errors are enabled
|
2008-08-13 09:00:13 +00:00 |
|
Igor Sysoev
|
d28170c183
|
exit on libxslt test failure
|
2008-08-13 08:32:35 +00:00 |
|
Igor Sysoev
|
49f06858e9
|
fix ngx_cpp_test_module configure
|
2008-08-13 08:29:27 +00:00 |
|
Igor Sysoev
|
85aebb0077
|
bump version
|
2008-08-12 15:46:34 +00:00 |
|
Igor Sysoev
|
9f89fd5686
|
release-0.7.9 tag
|
2008-08-12 15:34:09 +00:00 |
|
Igor Sysoev
|
4db36b4fd8
|
nginx-0.7.9-RELEASE
|
2008-08-12 15:34:08 +00:00 |
|
Igor Sysoev
|
1c7d449fa8
|
fix the case when unset domain.tld was matched by *.domain.tld
|
2008-08-12 15:28:19 +00:00 |
|
Igor Sysoev
|
d1b615815a
|
*) charset_types
*) change of default charset types
*) addition_types
|
2008-08-12 13:17:08 +00:00 |
|
Igor Sysoev
|
390abe0772
|
use hash in gzip_types, ssi_types, and sub_filter_types
|
2008-08-12 13:11:36 +00:00 |
|
Igor Sysoev
|
a408b2ba2d
|
backout both r2162 and r2128 and implement a new fix
|
2008-08-12 12:04:49 +00:00 |
|
Igor Sysoev
|
af9bb9a14e
|
check daily time range
|
2008-08-11 17:50:37 +00:00 |
|
Igor Sysoev
|
88c295c009
|
expires daily time
|
2008-08-11 15:28:35 +00:00 |
|
Igor Sysoev
|
c271775902
|
ngx_next_time()
|
2008-08-11 15:28:15 +00:00 |
|
Igor Sysoev
|
2ff9a4b334
|
SSL connection readiness is required for level-triggered events only,
broken in r2128
|
2008-08-11 15:25:40 +00:00 |
|
Igor Sysoev
|
6e99c76c71
|
consider log_not_found while testing index files
|
2008-08-11 15:22:40 +00:00 |
|
Igor Sysoev
|
f98f98610e
|
clear Last-Modified; set content-type and length for main request only
|
2008-08-06 13:18:57 +00:00 |
|
Igor Sysoev
|
f36ae41e36
|
disable ranges, because xslt filter runs after range body filter
|
2008-08-06 09:38:34 +00:00 |
|
Igor Sysoev
|
e24b57ad9f
|
ngx_cpp_test_module
|
2008-08-05 19:32:50 +00:00 |
|
Igor Sysoev
|
36876c3d6c
|
reuse compiled DTD hash in different locations, add DTD cleanup
|
2008-08-05 19:05:15 +00:00 |
|
Igor Sysoev
|
2278ea09b6
|
update debug logging
|
2008-08-05 15:19:21 +00:00 |
|
Igor Sysoev
|
4ea51081b3
|
reuse compiled XSLT tree in different locations
|
2008-08-05 14:27:49 +00:00 |
|
Igor Sysoev
|
993aeefc54
|
xsl:output's media-type and encoding support
|
2008-08-05 14:24:16 +00:00 |
|
Igor Sysoev
|
1dcebd8dcb
|
we do not need dtd->name
|
2008-08-05 13:08:35 +00:00 |
|
Igor Sysoev
|
f8c0d8ade9
|
xslt_stylesheet should be valid for location only
|
2008-08-05 13:07:42 +00:00 |
|
Igor Sysoev
|
c097e83881
|
fix xslt module context levels
|
2008-08-05 06:21:15 +00:00 |
|
Igor Sysoev
|
ca824f3cfa
|
update debug logging
|
2008-08-04 21:51:36 +00:00 |
|