- 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 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
it no longer saves us memory.
-
Poul-Henning Kamp authored
rather than saving the entire thing. This also moves a bit more of the fetch-policy/standards-compliance into rfc2616.c
-
- 03 Mar, 2011 6 commits
-
-
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
accordingly.
-
Bjoern Ruberg authored
-
Bjoern Ruberg authored
-
Bjoern Ruberg authored
-
- 02 Mar, 2011 3 commits
-
-
Poul-Henning Kamp authored
initialize struct exp, and use it. Pass an 'exp' instead of just the ttl to STV_NewObject() Have -spersistent always use the graced timeout for object index, rearm when we resurrect the zombie object.
-
Poul-Henning Kamp authored
in cache_expire.c All this interior decoration should make it less painful to add yet a timer for IMS processing.
-
Poul-Henning Kamp authored
-