- 09 Nov, 2011 1 commit
-
-
Poul-Henning Kamp authored
-
- 08 Nov, 2011 6 commits
-
-
Poul-Henning Kamp authored
of maintaining magic hex-bit values that must match.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Use a mark&mark strategy to test all obj.* bans even if there are req.* bans in the way.
-
Poul-Henning Kamp authored
-
- 07 Nov, 2011 10 commits
-
-
Tollef Fog Heen authored
Set the default total transfer time to 600s.
-
Tollef Fog Heen authored
Retry if we hit a TCP timeout if some data was sent and only error out when we get an error or no data was sent in the time period.
-
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
-
Lasse Karstensen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
started fixing that, and then I fixed another couple of nits and polished the naming a bit and ... Well, you know how it is. Changed the backend matching function to take a call-back function to eliminate the need for the memory which got leaked. This meant that backend.list could also use it, if only the parsing code accepted a blank input. So I rewrote the parsing code to also allow empty names, so you can: backend.list (:80) backend.list (192.168) etc. And then I added a summary report of the probing, if it is happening, and explicitly say that no probing is happening if it isn't.
-
- 04 Nov, 2011 2 commits
-
-
Tollef Fog Heen authored
Drop varnishsizes, since it's pointless now (you can get the same functionality with varnishhist -p size)
-
Tollef Fog Heen authored
-
- 03 Nov, 2011 5 commits
-
-
Lasse Karstensen authored
This reverts commit 5f45e4ca.
-
Lasse Karstensen authored
-
Tollef Fog Heen authored
Make it possible to mark backends as sick or healthy by way of backend.set_health $backendname (sick|healthy|auto)
-
Per Buer authored
-
-
- 01 Nov, 2011 5 commits
-
-
Poul-Henning Kamp authored
document gzip'ed. Fixes #1029
-
Tollef Fog Heen authored
Prefer vcl_name(ipv4,ipv6,port) to the old vcl_name in output.
-
-
Poul-Henning Kamp authored
Fixes #1046
-
Tollef Fog Heen authored
Also optimise out a few strlen calls in favour of just tracking the lengths. Fixes: #1047
-
- 31 Oct, 2011 11 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
one byte reads for the hex-length headers.
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
catch trouble that materializes only when we destroy the VGZ instance. Fixes #1037 Fixes #1043 Fixes #1044
-
Tollef Fog Heen authored
-
Lasse Karstensen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
to fail, and act accordingly.
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
Convert all the old changelogs to restructured text, drop xsltproc from the build system and adjust documentation appropriately.
-