- 22 Feb, 2011 3 commits
-
-
Tollef Fog Heen authored
As we don't want anybody linking against libvarnish, libvcl and the other libraries, move those to pkglibdir. In addition, to further emphasize that they do not have a stable ABI, drop the version from the soname.
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
- 17 Feb, 2011 17 commits
-
-
Poul-Henning Kamp authored
to run into the 30 second timeout
-
-
Poul-Henning Kamp authored
-
-
Per Buer authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
our import of JEmalloc, has been turned of by default and does not improve performance when turned on.
-
Poul-Henning Kamp authored
seconds was a bit too aggresive for a default value, and after some talk forth and back 0.7 seconds was deemed more like it.
-
Poul-Henning Kamp authored
things you should not muck about with unless I tell you to.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
so I added one NUL too many to enum spec strings, preventing any subsequent args from being handled correctly. Spotted by: Nils Goroll
-
Charlie authored
the function-emitting function will do that. Spotted by: Nils Goroll
-
Poul-Henning Kamp authored
Make the default VCL explictly set the TTL to two minutes, decoupling it from the default_ttl parameter. This makes it clear that hit-for-pass happens, and makes it possible to avoid the hit-for-pass object, (ie: get a plain pass) by setting its ttl to zero in vcl_fetch.
-
- 15 Feb, 2011 15 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
position of the "last" bit in the included ESI object.
-
Poul-Henning Kamp authored
If an esi-processed job starts with <esi:include without any preceeding verbatim bytes, we would not emit the gzip header until after the included file.
-
Poul-Henning Kamp authored
with/without leading and training verbatim data.
-
Poul-Henning Kamp authored
preceeding verbatim bytes, we would not emit the gzip header until after the included file. Instead force the gzip header out as SKIP and inject a synthetic one where needed during delivery.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
Optional libedit support to varnishadm. No saving of history or completion yet.
-
Poul-Henning Kamp authored
workspace either.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
runs into trouble when we reset the workspace as part of ESI:include processing. Fixes: #861
-
Poul-Henning Kamp authored
maintain proper ordering.
-
- 11 Feb, 2011 5 commits
-
-
Poul-Henning Kamp authored
minimum demanded by the system.
-
Poul-Henning Kamp authored
this works better with Solaris
-
Poul-Henning Kamp authored
a smarter compiler than GCC could have seen through.
-
-
Poul-Henning Kamp authored
Fortunately there is a backstop, so worst case a request would just fail. Spotted by: Erik Missed by: phk, twice
-