- 28 Feb, 2012 5 commits
-
-
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 3 commits
-
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
- 28 Oct, 2011 4 commits
-
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
- 26 Oct, 2011 1 commit
-
-
Tollef Fog Heen authored
-
- 24 Oct, 2011 1 commit
-
-
Tollef Fog Heen authored
-
- 21 Oct, 2011 3 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
- 18 Oct, 2011 2 commits
-
-
Kristian Lyngstol authored
Note that error wasn't actually working in vcl_deliver, and this just puts VCC in line with the rest of Varnish. Syntax errors are better than assert errors. Re #1027 I'll leave it for later discussion to see if we close #1027, which is technically a feature request now, though a request for a feature we used to have (not sure how well it worked).
-
Kristian Lyngstol authored
As per documentation, the ban lurker sleeps ban_lurker_sleep when it is successful, but on failure it should only sleep 1.0s. No point hammering the ban list every 0.01s if bans aren't even used. Fixes #1030 Conflicts: bin/varnishd/cache_ban.c
-