- 07 Mar, 2012 3 commits
-
-
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.
-
Tollef Fog Heen 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)
-
- 06 Mar, 2012 3 commits
-
-
Per Buer authored
-
Poul-Henning Kamp authored
document gzip'ed. Fixes #1029
-
Poul-Henning Kamp authored
Fixes #1046
-
- 29 Feb, 2012 4 commits
-
-
Tollef Fog Heen authored
Also optimise out a few strlen calls in favour of just tracking the lengths. Fixes: #1047
-
Poul-Henning Kamp authored
Conflicts: bin/varnishd/cache_fetch.c
-
Poul-Henning Kamp authored
one byte reads for the hex-length headers. Conflicts: bin/varnishd/cache_fetch.c
-
Poul-Henning Kamp authored
Conflicts: bin/varnishd/cache_esi_fetch.c bin/varnishd/cache_fetch.c bin/varnishd/cache_gzip.c
-
- 28 Feb, 2012 7 commits
-
-
Poul-Henning Kamp authored
catch trouble that materializes only when we destroy the VGZ instance. Fixes #1037 Fixes #1043 Fixes #1044 Conflicts: bin/varnishd/cache.h bin/varnishd/cache_center.c bin/varnishd/cache_esi_deliver.c bin/varnishd/cache_esi_fetch.c bin/varnishd/cache_fetch.c bin/varnishd/cache_gzip.c bin/varnishd/cache_response.c
-
Poul-Henning Kamp authored
to fail, and act accordingly. Conflicts: bin/varnishd/cache_fetch.c
-
Tollef Fog Heen authored
-
Lasse Karstensen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
-
- 27 Feb, 2012 8 commits
-
-
Poul-Henning Kamp authored
to clean those up non-fatal. Fixes #1036 Conflicts: bin/varnishd/cache_gzip.c
-
Poul-Henning Kamp authored
The thread (s%d/c%d) still dies, but it does not mark this as fatal with respect to the test as such. This is useful where varnishd shuts the connection on a backend prematurely, as part of the correct execution of a test. Fix a undue recursion problem with asserts in the vtc_log code.
-
Poul-Henning Kamp authored
before all diagnostics have been gathered. Conflicts: bin/varnishtest/vtc.c
-
Poul-Henning Kamp authored
processing. Convert a few http_PrintfHeader() to http_SetHeader() for good measure: There is no reason to waste workspace on compiled in strings. Fixes #1038 Conflicts: bin/varnishd/cache_center.c bin/varnishd/cache_response.c
-
Andreas Plesner Jacobsen authored
-
Andreas Plesner Jacobsen authored
Remove reference/purging_banning, since all info is now in tutorial/purging
-
Poul-Henning Kamp authored
-
Andreas Plesner Jacobsen authored
-
- 24 Feb, 2012 12 commits
-
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
Submitted by: Nils Goroll
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
crashing child to do so, and then explicitly start it again.
-
Poul-Henning Kamp authored
avoid fixed sleeps waiting for the child process to start.
-
Tollef Fog Heen authored
1 thread is a bit on the low side, make the default on RPM based distros 50.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
instead of asserting. Inspired by: Patch from DocWilco
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
fd's early in the case of a timeout. Fixes #1023 Conflicts: bin/varnishd/cache_waiter_poll.c
-
- 03 Nov, 2011 1 commit
-
-
Lasse Karstensen authored
Reverting 6 commits seems like more confusion. This is varnishncsa.c from d18336e5.
-
- 31 Oct, 2011 2 commits
-
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-