- 15 Sep, 2010 2 commits
-
-
Martin Blix Grydeland authored
Fixes: #769 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5211 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Fixes: #768 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5210 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 14 Sep, 2010 9 commits
-
-
Per Andreas Buer authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5209 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Martin Blix Grydeland authored
Fixes: #762 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5208 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5207 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
client connection: VOID set_ip_tos(INT) Fixes: #773 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5206 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
A procedure is simply a function which returns VOID. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5205 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
in expressoins. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5204 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5203 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5202 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
attempted imported more than once. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5201 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 13 Sep, 2010 7 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5200 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
a default.vcl file we know will exist. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5199 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Per Andreas Buer authored
fleshed out the directors a bit more. unsure about if the hash/client dir take the retries parameter git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5198 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5197 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
We want to access files in the build directory, not the source directory. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5196 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
The effect of this is that the root object in the binheap could be wrong and thus hold the expiry thread hostage, even though other objects were ripe for expiry. This would show up as inflated obj/objcore/objhdr counts, but have no other deleritous effects. Detected, conclusively, by: sky git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5195 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
python 2.4 (which RHEL5 has, at least) doesn't have str.partition, so implement it as a compatibility function. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5194 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 12 Sep, 2010 2 commits
-
-
Per Andreas Buer authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5193 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
Thanks to DocWilco for spotting this. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5192 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 10 Sep, 2010 3 commits
-
-
Per Andreas Buer authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5191 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Per Andreas Buer authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5190 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Per Andreas Buer authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5189 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 08 Sep, 2010 12 commits
-
-
Poul-Henning Kamp authored
dlclose() objects compiled with gcov support. (Search "atexit dlclose" for details). git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5188 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5187 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5186 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5185 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Add stats counter to keep track of how many vmods are on the list mostly so the testcase can see that it works. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5184 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5183 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5182 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
tree we are testing in. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5181 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
${varnishconfdir} respectively. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5180 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5179 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
definition for __FreeBSD_version. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5178 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5177 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 07 Sep, 2010 1 commit
-
-
Martin Blix Grydeland authored
Fixes: #760 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5176 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 06 Sep, 2010 4 commits
-
-
Kristian Lyngstøl authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5175 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Kristian Lyngstøl authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5174 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Kristian Lyngstøl authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5173 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Kristian Lyngstøl authored
It correctly identifies that the .list option is currently out-of-sync with the rest of VCC and needs to be adjusted. It's on the todo. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5172 d4fa192b-c00b-0410-8231-f00ffab90ce4
-