1. 28 Aug, 2018 2 commits
  2. 27 Aug, 2018 5 commits
  3. 25 Aug, 2018 1 commit
  4. 24 Aug, 2018 1 commit
  5. 23 Aug, 2018 3 commits
  6. 22 Aug, 2018 17 commits
  7. 21 Aug, 2018 1 commit
  8. 20 Aug, 2018 2 commits
  9. 17 Aug, 2018 2 commits
  10. 16 Aug, 2018 2 commits
  11. 15 Aug, 2018 1 commit
  12. 14 Aug, 2018 1 commit
  13. 13 Aug, 2018 2 commits
    • Nils Goroll's avatar
      properly declare vtc_h2_dectbl.h to automake and git · 46f1557d
      Nils Goroll authored
      in order to have it build first and cleaned up
      
      fixes this issue when switching to an older branch:
      
      $ git checkout ...
      error: The following untracked working tree files would be overwritten
      by checkout:
      	bin/varnishtest/vtc_h2_dectbl.h
      Please move or remove them before you switch branches.
      Aborting
      46f1557d
    • Dag Haavi Finstad's avatar
      Fix a buffer overflow situation in h2_deliver · f3fc3c4b
      Dag Haavi Finstad authored
      This still lacks error handling and thus is not a fix for #2589, but at
      least we're not writing past the end of the workspace any more.
      f3fc3c4b