1. 02 Feb, 2019 2 commits
  2. 03 Dec, 2018 8 commits
  3. 03 Oct, 2018 3 commits
  4. 17 Jul, 2018 3 commits
  5. 03 Jul, 2018 1 commit
  6. 07 Jun, 2018 2 commits
  7. 06 Jun, 2018 2 commits
  8. 05 Jun, 2018 3 commits
  9. 04 Jun, 2018 1 commit
    • Geoff Simmons's avatar
      Doc updates · e42cba28
      Geoff Simmons authored
      Update REQUIREMENTS to reflect compatibility with Varnish 6.0.
      
      re2 compatibility has been tested through 2018-04-01.
      
      No longer using the auto-generated SYNOPSIS.
      e42cba28
  10. 28 May, 2018 2 commits
  11. 03 May, 2018 1 commit
    • Geoff Simmons's avatar
      Bugfix: off-by-one errors in the rewrite methods and functions. · 05adf5a6
      Geoff Simmons authored
      The terminating null byte for the C string result is written at
      the index given by std::string.size() for the C++ string. It had
      been written at one past that index.
      
      WS_Release() must then ensure that the terminating null byte is
      within the allocated portion of workspace.
      05adf5a6
  12. 21 Dec, 2017 1 commit
  13. 23 Nov, 2017 3 commits
  14. 22 Nov, 2017 2 commits
  15. 10 Nov, 2017 1 commit
  16. 09 Nov, 2017 5 commits