- 12 Jul, 2006 5 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@452 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@451 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Respect '#' comments in script file. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@450 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
not have to copy&paste the default methods if they have no special requirements for a particular method. No such facility exists for backends, so a backend description is now the minumum VCL program. When we initialize the VCL compiler we hand it a piece of source code with the "default code", this must include definitions of all methods named with a "default_" prefix (ie: "default_vcl_recv" etc). During compilation we always compile this piece of source code in (after the user supplied VCL source). If the user did not provide a particular method, the default method is used instead. The user can also call the default method directly, for instance by: sub vcl_recv { if (req.http.Expect) { error; } call default_vcl_recv; } Later on, this could be expanded to allow other subroutines to be included in the default VCL for the users calling convenience. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@449 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@448 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 11 Jul, 2006 32 commits
-
-
Poul-Henning Kamp authored
Pause after cli until we see "OK" git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@447 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@446 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@445 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@444 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@443 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@442 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@441 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
sending string. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@440 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@439 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@438 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
later on. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@437 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@436 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@435 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@434 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@433 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@432 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@431 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@430 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
state engine. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@429 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Insert the new master state engine. A dot(1) graph is embedded in the source code and can be extracted with: sed -n '/^DOT/s///p' cache_center.c | dot -Tps > /tmp/_.ps git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@428 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@427 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
one source file with the highest level of policy. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@426 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@425 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
XXX: document that error 417 "expectation failed" might be a more sensible policy. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@424 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@423 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@422 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@421 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@420 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@419 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@418 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@417 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
Add a list of log entry tags. Add cross-references to varnishd(1) and varnishstat(1). git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@416 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 10 Jul, 2006 3 commits
-
-
Poul-Henning Kamp authored
Try these: varnishtop -i url varhishtop -i header -C -I '^user-agent:' varhishtop -i header -C -I '^user-agent:' -X MSIE varhishtop -i header -C -I '^user-agent:.*MSIE' varhishtop -i header -C -I '^user-agent:.*java' You can also run them on the logfiles from the live test: zcat _vlog21.gz | varnishtop -r - -i header ... git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@415 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@414 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@413 d4fa192b-c00b-0410-8231-f00ffab90ce4
-