Commit graph

3632 commits

Author SHA1 Message Date
Igor Sysoev
12ec081b1c referer_hash_max_size and referer_hash_bucket_size directives
patch by Witold Filipczyk
2011-06-28 10:40:44 +00:00
Igor Sysoev
d18a220446 use !aNULL to disable all anonymous cipher suites
patch by Rob Stradling
2011-06-27 15:47:51 +00:00
Igor Sysoev
6f831d591b bump version 2011-06-27 15:34:44 +00:00
Igor Sysoev
b3fe9ea406 release-1.0.4 tag 2011-06-01 09:29:59 +00:00
Igor Sysoev
eb2d5244d4 nginx-1.0.4-RELEASE 2011-06-01 09:29:58 +00:00
Igor Sysoev
fb92a06b92 fix "stalled cache updating" alert,
when non-cachable HEAD response did not not free an expired cache node
2011-06-01 08:02:34 +00:00
Igor Sysoev
3a5713a9d3 concatenate auto/os/features and auto/unix 2011-05-31 08:25:10 +00:00
Igor Sysoev
3630c03e27 delete unused auto/threads 2011-05-31 08:20:16 +00:00
Igor Sysoev
177d2c6887 Support POSIX semaphores on Linux.
This configure test must run before auto/make, because it adds library.
auto/unix was placed after auto/make just for historical reasons.

Patch by Denis F. Latypoff
2011-05-31 08:17:27 +00:00
Igor Sysoev
7c18f623b1 revert r3875 since now map uses case sensetive regexes by default 2011-05-30 14:24:17 +00:00
Igor Sysoev
f4190fa7c3 change ngx_http_map_find(): use case sensitive regexes 2011-05-30 12:36:17 +00:00
Igor Sysoev
cf54b536c9 fix building on FreeBSD 6 or earlier against system md5 2011-05-27 13:30:53 +00:00
Igor Sysoev
310aa7f418 make built-in ngx_md5_update() interface consistent with other implemenations 2011-05-27 10:00:46 +00:00
Igor Sysoev
d544cc6bdf fix building --without-http_auth_basic_module,
the bug has been introduced in r3923
2011-05-26 07:32:48 +00:00
Igor Sysoev
f7ff3c02b7 bump version 2011-05-26 07:31:40 +00:00
Igor Sysoev
27f4dcd998 release-1.0.3 tag 2011-05-25 14:55:11 +00:00
Igor Sysoev
c5d6cf14f0 nginx-1.0.3-RELEASE 2011-05-25 14:50:50 +00:00
Igor Sysoev
2cd05c70d8 "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module
patch by Maxim Dounin
2011-05-16 14:54:50 +00:00
Igor Sysoev
666ccc58dd fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined 2011-05-16 14:01:23 +00:00
Igor Sysoev
cce4e7f016 support IPv4 mapped to IPv6 in geo module 2011-05-16 13:54:42 +00:00
Igor Sysoev
fa2fccaa50 support IPv4 mapped to IPv6 in geoip module 2011-05-16 13:50:58 +00:00
Igor Sysoev
3d79014224 fix debug logging 2011-05-13 10:06:56 +00:00
Igor Sysoev
a26f0e761e fix a broken cached response if bypass/no_cache directive values are different,
the bug has been introduced in r3700
2011-05-13 10:05:38 +00:00
Igor Sysoev
e1f1a48fc9 log "Abort trap" or similar messages 2011-05-11 11:50:19 +00:00
Igor Sysoev
dde0a2b00d geoip_org
patch by Alexander Uskov
2011-05-11 09:34:21 +00:00
Igor Sysoev
8e6d533c50 fix typo 2011-05-11 09:25:37 +00:00
Igor Sysoev
e9a3637986 bump version 2011-05-11 09:19:48 +00:00
Igor Sysoev
af8f49783d release-1.0.2 tag 2011-05-10 12:27:53 +00:00
Igor Sysoev
9cd822482c nginx-1.0.2-RELEASE 2011-05-10 12:27:52 +00:00
Igor Sysoev
70baea38c6 gdImageCopyRotated() may images of even height or width
patch by Adam Bocim
2011-05-10 12:04:57 +00:00
Igor Sysoev
188aab8d3c use POSIX semaphores in shmtx instead of sched_yield()
number of spinlock spins are increased twice
2011-05-10 11:39:13 +00:00
Igor Sysoev
f5232e7ea0 fix r3902 2011-05-04 12:21:25 +00:00
Igor Sysoev
7e49ff1e95 bump version 2011-05-04 12:20:32 +00:00
Igor Sysoev
6434d441a9 release-1.0.1 tag 2011-05-03 12:12:05 +00:00
Igor Sysoev
20d637fd9b nginx-1.0.1-RELEASE 2011-05-03 12:12:04 +00:00
Igor Sysoev
2201ceb82f test zero value in an "if" directive consistently with predicates fixed in r3894
thanks to Maxim Dounin
2011-05-03 09:52:27 +00:00
Igor Sysoev
ed6565a1f6 revert r3864, it may cause kernel panic on some kernels while working with IPv6 2011-04-23 17:27:55 +00:00
Igor Sysoev
b8d1c9dab7 fix building by gcc 4.6 without --with-debug 2011-04-23 17:25:06 +00:00
Igor Sysoev
e7cb09ba9b fix r3822
Solaris strerror() invalid error code behaviour depends on version:
    Solaris 10 returns "Unknown error" and sets errno to EINVAL,
    Solaris 9 returns "Unknown error" and leaves errno intact,
    Solaris 2 returns NULL.
2011-04-23 13:15:56 +00:00
Igor Sysoev
e1856644bc style fix: remove trailing spaces 2011-04-23 13:11:17 +00:00
Igor Sysoev
c812ffa114 Use more precise stat.st_blocks to account cache size on Unix
instead of file length rounded to a file system block size.
There is no similar way on Windows, so rounding to a cache->bsize is kept.
2011-04-22 10:06:43 +00:00
Igor Sysoev
d1e5cfaaa6 allow to use $upstream_... variables in SSI 2011-04-21 10:07:07 +00:00
Igor Sysoev
3151544e79 fix r3713
thanks to Igor A. Valcov
2011-04-19 12:29:16 +00:00
Igor Sysoev
9453076bce fix the previous commit 2011-04-17 15:28:05 +00:00
Igor Sysoev
d3292d115b an internal MD5 implemenation
patch by Maxim Dounin
2011-04-15 15:58:06 +00:00
Igor Sysoev
1d27a9f698 fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z
patch by Maxim Dounin
2011-04-15 13:50:27 +00:00
Igor Sysoev
67d4b8130f values starting with '0' were incorrectly assumed to be false
patch by Maxim Dounin
2011-04-15 12:24:18 +00:00
Igor Sysoev
cd2b7082f0 use MurmurHash2 for split_clients, because
its distribution is much better than CRC32's one
2011-04-15 10:59:57 +00:00
Igor Sysoev
4210c99839 ngx_murmur_hash2() 2011-04-15 10:59:24 +00:00
Igor Sysoev
76049aa0c7 bump version 2011-04-15 10:58:44 +00:00