1. 18 Mar, 2019 2 commits
  2. 07 Mar, 2019 1 commit
  3. 05 Feb, 2019 2 commits
  4. 02 Feb, 2019 2 commits
  5. 03 Dec, 2018 8 commits
  6. 03 Oct, 2018 3 commits
  7. 17 Jul, 2018 3 commits
  8. 03 Jul, 2018 1 commit
  9. 07 Jun, 2018 2 commits
  10. 06 Jun, 2018 2 commits
  11. 05 Jun, 2018 3 commits
  12. 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
  13. 28 May, 2018 2 commits
  14. 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
  15. 21 Dec, 2017 1 commit
  16. 23 Nov, 2017 3 commits
  17. 22 Nov, 2017 2 commits
  18. 10 Nov, 2017 1 commit