- 15 Mar, 2011 8 commits
-
-
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
-
- 09 Mar, 2011 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
(Did you remember that toupper() can be called with EOF ?)
-
-
Poul-Henning Kamp authored
cold of spring and add the "duration" conversion function to vmod_std. The way these conversions work is that you give them the string you want converted, and the value to use if they cannot. like so: set beresp.ttl = std.duration(beresp.http.x-ttl, 10 s);
-