- 23 Mar, 2011 1 commit
-
-
Per Buer authored
-
- 16 Mar, 2011 5 commits
-
-
Tollef Fog Heen authored
Simplify generation of default.vcl somewhat.
-
Tollef Fog Heen authored
echo -e isn't in POSIX so it's not supported by all shells. Use printf instead of echo to work around this.
-
Tollef Fog Heen authored
varnishadm already supported -n for getting the connection arguments. However, unlike the other tools, you needed to pass an -n argument, it did not default to anything. It now uses the compiled-in default. Fixes: #875
-
Tollef Fog Heen authored
We have seen larger than 512 values in the wild, so increase the default values a bit to give us breathing room.
-
Tollef Fog Heen authored
-
- 15 Mar, 2011 9 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
Get rid of a unused variable, add a missing prototype
-
Kristian Lyngstol authored
Fixes rst-warning in the man-page.
-
-
Poul-Henning Kamp authored
Fixes #872
-
Per Buer authored
-
Poul-Henning Kamp authored
"pending" if an input snippet ended with an XML comment or CDATA block. Not spotted by: FlexeLint Fixes: #873
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 14 Mar, 2011 13 commits
-
-
Tollef Fog Heen authored
This fixes buildbot problems on Solaris, since the solaris buildbot runs an ancient gcc.
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
RHEL5/CentOS 5 has an ancient version of autoconf which doesn't pick up the necessary runes to enable C99 mode, leading to compilation failures. Hack around this in configure.ac
-
Tollef Fog Heen authored
panic.show shows the last panic from the child panic.clear removes it.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
foo.ttl still returns -1. to close gap due to integer second timestamps.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
one single header. Example usage: import std; sub vcl_recv { std.collect(req.http.foo); } sub vcl_fetch { std.collect(beresp.http.bar); } Fixes: #866
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
ErrWhere()
-
Poul-Henning Kamp authored
called vfp->begin. Fixes: #871, #870
-
- 13 Mar, 2011 1 commit
-
-
Poul-Henning Kamp authored
earlier
-
- 12 Mar, 2011 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
No wonder gzip support leaked memory... Orginally this memory came from the the thread workspace so deallocation was automatic. Not so when we switched to malloc...
-
- 11 Mar, 2011 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
use them for VSM allocation
-
-
Poul-Henning Kamp authored
Spotted by: Geoff
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-