1. 02 Oct, 2013 2 commits
  2. 26 Aug, 2013 1 commit
  3. 12 Aug, 2013 1 commit
  4. 06 Aug, 2013 1 commit
    • Tollef Fog Heen's avatar
      Emit BackendXID and check c_flag/b_flag properly · 412c4f75
      Tollef Fog Heen authored
      07d488cb partially broke varnishlog,
      since libvarnishapi did not properly check if both -c and -b were
      given.
      
      In addition, varnishd did not emit a tag at the start of a backend
      transaction.  Emit BackendXID since that seems appropriate.
      
      Fixes #1325
      412c4f75
  5. 05 Aug, 2013 1 commit
  6. 22 Jul, 2013 2 commits
  7. 13 Jun, 2013 3 commits
  8. 12 Jun, 2013 1 commit
  9. 11 Jun, 2013 1 commit
  10. 07 May, 2013 1 commit
  11. 06 May, 2013 1 commit
  12. 03 May, 2013 1 commit
  13. 02 May, 2013 3 commits
  14. 29 Apr, 2013 1 commit
  15. 26 Apr, 2013 1 commit
  16. 25 Apr, 2013 3 commits
  17. 22 Apr, 2013 1 commit
    • Tollef Fog Heen's avatar
      Use ndirector, not serial in DNS director. · e5da6ec9
      Tollef Fog Heen authored
      The test case for this doesn't trigger, but the failing VCL (when
      given in a file with -f) looks like:
      
      director squid round-robin {
      	 { .backend = { .host = "127.0.0.1"; .port = "3131"; } }
      }
      
      director dnsdir dns {
      	 .list = {
      	       "201.7.184.0"/32;
      	 }
      }
      
      sub vcl_recv {
          set req.backend = dnsdir;
      }
      
      Fixes #1295
      e5da6ec9
  18. 10 Apr, 2013 4 commits
  19. 09 Apr, 2013 11 commits