Commit graph

2028 commits

Author SHA1 Message Date
Igor Sysoev
1e9fff8c6d remove never used macro 2008-08-26 21:05:59 +00:00
Igor Sysoev
d976439aaf fix types 2008-08-26 21:04:06 +00:00
Igor Sysoev
0fb7f889e1 bump version 2008-08-26 17:23:27 +00:00
Igor Sysoev
9458a33542 release-0.7.13 tag 2008-08-26 17:19:08 +00:00
Igor Sysoev
343f8ce832 nginx-0.7.13-RELEASE 2008-08-26 17:19:07 +00:00
Igor Sysoev
0f05c9f143 fix build on Linux and Solaris introduced in r2200 2008-08-26 17:15:11 +00:00
Igor Sysoev
c9e43df8f1 bump version 2008-08-26 16:23:14 +00:00
Igor Sysoev
e765939790 release-0.7.12 tag 2008-08-26 16:13:44 +00:00
Igor Sysoev
b486ce715c nginx-0.7.12-RELEASE 2008-08-26 16:13:43 +00:00
Igor Sysoev
c6aff78786 fix bugs introduced in r2204 2008-08-26 16:11:30 +00:00
Igor Sysoev
d7d96c3c6d gzip_disable msie6 2008-08-26 15:09:28 +00:00
Igor Sysoev
a9b2c85779 fix divide by zero if max_fails=0 2008-08-26 14:34:16 +00:00
Igor Sysoev
92a5ac81cf *) refactor ngx_parse_inet_url()
*) refactor ngx_parse_unix_domain_url()
*) delete unused ngx_url_t fields
2008-08-26 14:24:14 +00:00
Igor Sysoev
5bc7d0ead2 *) refactor ngx_ptocidr()
*) allow address without bitmask
*) thus now ngx_http_geo_module accepts addresses without bitmask
2008-08-26 14:19:37 +00:00
Igor Sysoev
06bf61981c ngx_strlchr() 2008-08-26 14:16:36 +00:00
Igor Sysoev
6b91bca1d7 split ngx_parse_url() 2008-08-22 13:36:56 +00:00
Igor Sysoev
75fedd3812 fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH 2008-08-22 12:54:32 +00:00
Igor Sysoev
f60b7174b1 ngx_sock_ntop() takes family from sockaddr, remove duplicate field 2008-08-21 19:24:07 +00:00
Igor Sysoev
95cf37a78f *) 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
77d136e981 call ngx_http_xslt_filter_exit() 2008-08-21 18:21:40 +00:00
Igor Sysoev
8a825218e5 server_name "" support 2008-08-21 12:56:10 +00:00
Igor Sysoev
7e1b5e1c23 add Google Earth MIME types 2008-08-19 19:50:53 +00:00
Igor Sysoev
f2376c950d 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
646af391c9 leave HEAD method while error_page redirection 2008-08-19 18:55:46 +00:00
Igor Sysoev
c403214b13 do not discard body while error_page redirection 2008-08-19 12:23:18 +00:00
Igor Sysoev
f996fa8332 bump version 2008-08-18 14:29:57 +00:00
Igor Sysoev
256429fd81 release-0.7.11 tag 2008-08-18 14:22:51 +00:00
Igor Sysoev
4cdcb8765a nginx-0.7.11-RELEASE 2008-08-18 14:22:50 +00:00
Igor Sysoev
88e23c207d remove text/css from default charset_types
as it does not usually require recoding
2008-08-18 13:38:17 +00:00
Igor Sysoev
254b8310be *) 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
00b8dd8287 fix noregex for inclusive locations 2008-08-17 17:58:16 +00:00
Igor Sysoev
3472513983 proxy_ssl_session_reuse 2008-08-17 17:47:52 +00:00
Igor Sysoev
2a671cd3a1 disable original URI usage in proxy_pass after X-Accel-Redirect 2008-08-17 17:44:08 +00:00
Igor Sysoev
23588587df allow file existence test for POST requests in static module 2008-08-17 17:42:42 +00:00
Igor Sysoev
84f3bd312a ignore NGX_EACCES error while directory test 2008-08-17 17:38:48 +00:00
Igor Sysoev
f1e566ff19 fix log message 2008-08-15 20:14:49 +00:00
Igor Sysoev
4abe8c6d51 bump version 2008-08-13 16:59:16 +00:00
Igor Sysoev
b163a66a21 release-0.7.10 tag 2008-08-13 16:53:32 +00:00
Igor Sysoev
7dc963130e nginx-0.7.10-RELEASE 2008-08-13 16:53:31 +00:00
Igor Sysoev
8c7975d2ad 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
2776f9114a *) fix segfaults in types hash
*) fix inheritance: default hash instead of inherited one
2008-08-13 16:25:48 +00:00
Igor Sysoev
7da3929235 disable error_page loop in 500 error when recursive errors are enabled 2008-08-13 09:00:13 +00:00
Igor Sysoev
2e0ba6a9bd exit on libxslt test failure 2008-08-13 08:32:35 +00:00
Igor Sysoev
b87f997b6b fix ngx_cpp_test_module configure 2008-08-13 08:29:27 +00:00
Igor Sysoev
4b6d704dc5 bump version 2008-08-12 15:46:34 +00:00
Igor Sysoev
2ed2ac1904 release-0.7.9 tag 2008-08-12 15:34:09 +00:00
Igor Sysoev
bbc8da01bb nginx-0.7.9-RELEASE 2008-08-12 15:34:08 +00:00
Igor Sysoev
91e04b5d2c fix the case when unset domain.tld was matched by *.domain.tld 2008-08-12 15:28:19 +00:00
Igor Sysoev
c2eec199ec *) charset_types
*) change of default charset types
*) addition_types
2008-08-12 13:17:08 +00:00
Igor Sysoev
03a9d6b399 use hash in gzip_types, ssi_types, and sub_filter_types 2008-08-12 13:11:36 +00:00