Igor Sysoev
e0ae22fd9b
bump version
2009-03-18 14:40:21 +00:00
Igor Sysoev
aadbf405c9
release-0.7.43 tag
2009-03-18 12:46:24 +00:00
Igor Sysoev
967a25f15b
nginx-0.7.43-RELEASE
2009-03-18 12:46:23 +00:00
Igor Sysoev
be42b2f13c
fix $server_addr for wildcard listen, the has been introduced in r2513
2009-03-18 12:23:57 +00:00
Igor Sysoev
ecdd385af1
reserve space for r->uri, the bug has been introduced in r2566
2009-03-18 12:21:19 +00:00
Igor Sysoev
c8bcb7b97c
delete unneeded variable
2009-03-16 11:08:08 +00:00
Igor Sysoev
4b276055bc
bump version
2009-03-16 11:07:29 +00:00
Igor Sysoev
9f79209ba4
release-0.7.42 tag
2009-03-16 07:23:10 +00:00
Igor Sysoev
5feb1e9886
nginx-0.7.42-RELEASE
2009-03-16 07:23:09 +00:00
Igor Sysoev
b352b8f964
auth_basic_user_file supports variables
2009-03-16 07:13:22 +00:00
Igor Sysoev
f9f182fc10
fix case when regex locaiton runs the second time via internal redirect
2009-03-14 19:24:17 +00:00
Igor Sysoev
0d8b4349b0
fix reserved mapped uri length if alias has captures
2009-03-14 19:20:34 +00:00
Igor Sysoev
cdf49db2e9
remove unneeded increment
2009-03-14 17:10:25 +00:00
Igor Sysoev
589338b12f
compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busy
2009-03-13 14:53:30 +00:00
Igor Sysoev
b44a03b45d
ipv6only
2009-03-13 14:20:34 +00:00
Igor Sysoev
bfa0525cb7
fix building without PCRE, introduced in r2553
2009-03-12 11:42:34 +00:00
Igor Sysoev
1f474de90e
ignore EINVAL from setsockopt() on Solaris
2009-03-12 07:16:15 +00:00
Igor Sysoev
3c28e772d2
bump version
2009-03-12 07:12:25 +00:00
Igor Sysoev
fbe2f6dd2b
release-0.7.41 tag
2009-03-11 13:16:10 +00:00
Igor Sysoev
1c80a69e52
nginx-0.7.41-RELEASE
2009-03-11 13:16:09 +00:00
Igor Sysoev
faf146c4fa
fix segfaults introduced in r2549 and r2550
2009-03-11 13:04:02 +00:00
Igor Sysoev
b48e9848ab
bump version
2009-03-11 12:57:26 +00:00
Igor Sysoev
acab870534
release-0.7.40 tag
2009-03-09 08:54:24 +00:00
Igor Sysoev
c5de0aab0e
nginx-0.7.40-RELEASE
2009-03-09 08:54:23 +00:00
Igor Sysoev
3468176b6d
fix segfaults introduced in r2550
2009-03-09 08:50:34 +00:00
Igor Sysoev
77fcc06583
style fix: remove tabs
2009-03-06 16:48:36 +00:00
Igor Sysoev
9dbc379f23
XFS on Linux does not set dirent.d_type,
...
therefore fallback to stat() if dirent.d_type is not set,
this fixes slash after directory name in ngx_http_autoindex_module;
the issue has been introduced in r2235
2009-03-06 13:01:21 +00:00
Igor Sysoev
e6c7aa224e
captures support in server_name
2009-03-06 12:50:20 +00:00
Igor Sysoev
4b7fa1a4cf
captures support in location and alias
2009-03-06 12:49:22 +00:00
Igor Sysoev
f1f9f103d8
now regex captures are per-request entities
2009-03-06 12:15:07 +00:00
Igor Sysoev
751a371878
pclcf->regex_locations are used with PCRE only
2009-03-05 08:24:17 +00:00
Igor Sysoev
0750c93313
bump version
2009-03-05 08:22:45 +00:00
Igor Sysoev
be3c19b3ac
release-0.7.39 tag
2009-03-02 12:43:10 +00:00
Igor Sysoev
24377ee4bd
nginx-0.7.39-RELEASE
2009-03-02 12:43:09 +00:00
Igor Sysoev
b8c1f47660
fix postponed zlib memory allocation, introduced in r2411
...
*) introduce postpone_gzipping directive
*) disable postponed gzipping by default
The r2411 commit caused hangings up on large SSIed responses
as SSI cleared buf->recycled bit on copy of recycled buf parts
2009-03-01 19:24:11 +00:00
Igor Sysoev
069b455dd4
fix case when the first try is shorter then URI
2009-03-01 19:10:36 +00:00
Igor Sysoev
50b62b2e86
lower ECONNRESET level
2009-02-25 14:27:34 +00:00
Igor Sysoev
cbff23b019
fix segfault introduced in r2486 in $sent_http_location processing
2009-02-24 22:02:08 +00:00
Igor Sysoev
2018e891ac
fix the previous commit
2009-02-24 14:25:24 +00:00
Igor Sysoev
a37e9f3546
prepare ngx_ptocidr() for IPv6
2009-02-24 14:01:40 +00:00
Igor Sysoev
12c14b31e3
small optimization: " == NGX_ERROR" > " != NGX_OK"
2009-02-24 10:42:23 +00:00
Igor Sysoev
dbc4603c83
use variable for often used field
2009-02-24 08:32:02 +00:00
Igor Sysoev
c701f5dd5c
move r->virtual_names to ngx_http_core_srv_conf_t
2009-02-24 07:56:47 +00:00
Igor Sysoev
a7b6c2f33a
axe r->port_text
2009-02-24 07:29:55 +00:00
Igor Sysoev
268c329649
remove seldom used variable
2009-02-24 07:21:35 +00:00
Igor Sysoev
34a1c027ed
fix r2530
2009-02-24 07:12:39 +00:00
Igor Sysoev
62d2c6ad12
axe unneeded port field
2009-02-23 21:30:31 +00:00
Igor Sysoev
c0cbf1e93e
axe r->port
2009-02-23 21:19:35 +00:00
Igor Sysoev
d5b8bfff8b
axe r->in_addr
2009-02-23 21:05:10 +00:00
Igor Sysoev
02ce02d2e5
bump version
2009-02-23 21:02:18 +00:00