- 02 Nov, 2010 2 commits
-
-
Tollef Fog Heen authored
Make it possible to specify log formats for varnishncsa using -F. We don't support arbitrary HTTP headers yet, and there are no docs yet either. Also missing is validation of the format when starting up, rather than on the first line of the request. Fixes #712 Fixes #485 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5489 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Per Andreas Buer authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5488 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 28 Oct, 2010 4 commits
-
-
Tollef Fog Heen authored
Make the vcl.7 man page hopefully build with BSD make. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5487 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5486 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
%-rules are a gmakeism, and similarly, it appears that GNU and BSD make treat $< differently for target rules. This commit should hopefully make BSD make happier when it comes to make dist. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5485 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5484 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 27 Oct, 2010 15 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5483 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5482 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5481 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5480 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5479 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
(r5477 is a requirement for this fix) Fixes: #803 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5478 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
a body in the beresp up before the vcl_fetch{} call and prepare to make it possible to modify the value from VCL. Move the actual code to rfc2616.c along with the default TTL determination. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5477 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Martin Blix Grydeland authored
Make "chunkedlen" test server command output final CRLF after chunked data. Update a couple of test cases to output the final CRLF. Fixes: #780 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5476 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5475 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
entries, in order to guarantee type safety. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5474 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5473 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
after each request, so we do not have to contort testcases around the exact scheduling of worker threads. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5472 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5471 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5470 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5469 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 26 Oct, 2010 2 commits
-
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5468 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5466 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 25 Oct, 2010 7 commits
-
-
Poul-Henning Kamp authored
I am not convinced this test-case is really necessary, since a similar and much cheaper check is already in place in the wrk_herdtimer_thread() function. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5465 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
Thanks to Nils Goroll for the patch. Fixes #663 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5464 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5463 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
There were too many checks for whether we had rst2man in the Makefile.am files, leading us to not install files properly if rst2man was not available. Fix this. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5462 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
header before adding our own. We can not do this with the fetch filtering, because pass might send HEAD requests to the backend. XXX: It's arguable that the filtering stuff might be better done inline than with a table. Fixes: #801 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5461 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5460 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
The Debian packaging isn't maintained in SVN any longer, so remove the svn:externals referencing the increasingly outdated packaging. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5459 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 22 Oct, 2010 4 commits
-
-
Poul-Henning Kamp authored
The ticket (#799) probably triggers this by using std.random() without a "import std" statement. Fixes: #799 git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5458 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
VCL objects (ACL, backend, subroutine etc) are errors or warnings. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5457 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5456 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5454 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 21 Oct, 2010 6 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5453 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
wait for the testcase. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5452 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5451 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5450 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5449 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Tollef Fog Heen authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5444 d4fa192b-c00b-0410-8231-f00ffab90ce4
-