1. 12 Nov, 2013 5 commits
  2. 01 Nov, 2013 1 commit
    • Tollef Fog Heen's avatar
      Make RPM Provide: $varnishabi · 33d6063c
      Tollef Fog Heen authored
      We want VMODs to depend on the right ABI, so we need to provide
      something they can depend on.  Do so, and hook that up with the RPM
      build process.
      33d6063c
  3. 30 Oct, 2013 2 commits
  4. 14 Oct, 2013 1 commit
  5. 02 Oct, 2013 3 commits
  6. 26 Aug, 2013 1 commit
  7. 12 Aug, 2013 1 commit
  8. 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
  9. 05 Aug, 2013 1 commit
  10. 22 Jul, 2013 2 commits
  11. 13 Jun, 2013 3 commits
  12. 12 Jun, 2013 1 commit
  13. 11 Jun, 2013 1 commit
  14. 07 May, 2013 1 commit
  15. 06 May, 2013 1 commit
  16. 03 May, 2013 1 commit
  17. 02 May, 2013 3 commits
  18. 29 Apr, 2013 1 commit
  19. 26 Apr, 2013 1 commit
  20. 25 Apr, 2013 3 commits
  21. 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
  22. 10 Apr, 2013 4 commits
  23. 09 Apr, 2013 1 commit