1. 21 Apr, 2007 3 commits
  2. 19 Apr, 2007 3 commits
  3. 11 Apr, 2007 2 commits
  4. 09 Apr, 2007 6 commits
  5. 01 Apr, 2007 11 commits
  6. 31 Mar, 2007 5 commits
  7. 30 Mar, 2007 2 commits
  8. 29 Mar, 2007 1 commit
  9. 28 Mar, 2007 2 commits
  10. 24 Mar, 2007 3 commits
  11. 09 Mar, 2007 1 commit
    • Poul-Henning Kamp's avatar
      Implement a facility for source file modularization in the VCL · 31f42eaf
      Poul-Henning Kamp authored
      compiler.  The syntax is:
      
      	include "filename" ;
      
      Unlike the C preprocessors #include directive, a VCL include can
      appear anywhere in the sourcefile:
      
      	if {req.Cookie == include "cookie.vcl" ; || !req.Host } {
      	}
      
      and have cookie.vcl contain just:
      
      	"8435398475983275293759843"
      
      
      Technically this results in a change to how we account for source
      code references in the counter/profile table as well, and as a result
      the entire source code of the VCL program is now compiled into the
      shared library for easy reference.
      
      
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1281 d4fa192b-c00b-0410-8231-f00ffab90ce4
      31f42eaf
  12. 08 Mar, 2007 1 commit