1. 19 Sep, 2014 1 commit
  2. 17 Sep, 2014 1 commit
  3. 03 Sep, 2014 1 commit
    • Lasse Karstensen's avatar
      Double allocated varnishlog buffer space. · 9511eefc
      Lasse Karstensen authored
      Extensive test cases often lead to a lot of log output,
      which at times tripped the following assert:
      
      Assert error in vtc_log_emit(), vtc_log.c line 122:
        Condition(vtclog_left > l) not true.
      
      Double the amount of buffer space allowed to avoid this. Another 256KB
      memory use per concurrent running test should be fine.
      9511eefc
  4. 05 Aug, 2014 1 commit
  5. 08 Jul, 2014 1 commit
  6. 04 Jul, 2014 2 commits
  7. 30 Jun, 2014 1 commit
  8. 25 Jun, 2014 1 commit
  9. 24 Jun, 2014 2 commits
  10. 02 Jun, 2014 2 commits
  11. 16 May, 2014 4 commits
  12. 09 Apr, 2014 1 commit
  13. 12 Mar, 2014 2 commits
  14. 07 Mar, 2014 1 commit
  15. 05 Mar, 2014 1 commit
  16. 03 Jan, 2014 2 commits
  17. 09 Dec, 2013 2 commits
  18. 02 Dec, 2013 3 commits
  19. 22 Nov, 2013 1 commit
  20. 20 Nov, 2013 1 commit
  21. 15 Nov, 2013 1 commit
  22. 12 Nov, 2013 7 commits
  23. 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