- 14 Mar, 2011 7 commits
-
-
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 9 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);
-
Tollef Fog Heen authored
Use system libjemalloc if found, if not we use the bundled one.
-
Tollef Fog Heen authored
uuidgen lives in e2fsprogs which is almost always installed, unlike mkpasswd which lives in expect, so change to using uuidgen. No change for installed systems.
-
- 08 Mar, 2011 11 commits
-
-
Per Buer authored
-
-
Per Buer authored
How to deal with Varnish crashing (syslog, etc) and how to find 503 errors in Varnishlog.
-
Per Buer authored
Also added Kristians workaround for dealing with errors
-
Tollef Fog Heen authored
http_resp_size is allocated on the thread_pool_workspace. This means we will hit assert errors if http_resp_size is larger than the thread_pool_workspace. 8k should be enough in most cases, from a light sample of web sites in the wild.
-
Tollef Fog Heen authored
-
Kristian Lyngstol authored
Thanks to askalski. closes #867
-
Poul-Henning Kamp authored
Keep is for future use by conditional backend requests. req.ttl provides a way to force a fetch of a not yet stale object, see how in testcase c00042.
-
Tollef Fog Heen authored
We can check the size of the return value too.
-
Tollef Fog Heen authored
I forgot to rename the tv_get variable to tv in configure.ac Fixes #853 (again)
-
Tollef Fog Heen authored
Fixes: #853
-
- 07 Mar, 2011 1 commit
-
-
Poul-Henning Kamp authored
-