1. 26 Aug, 2019 1 commit
    • Geoff Simmons's avatar
      Set version 1.6.1 (release 2), and update RPM packaging. · 5a72f4cd
      Geoff Simmons authored
      Unfortunately I didn't think ahead, and left no room in the version
      numbering between 1.6.1 (for Varnish 6.1) and 1.6.2 (for 6.2). So
      the package for this version will be released as 1.6.1-2. But now
      we have more than one version in the history that announces itself
      as 1.6.1.
      
      The RPM spec strictly requires Varnish 6.1.
      5a72f4cd
  2. 23 Aug, 2019 8 commits
  3. 16 Apr, 2019 1 commit
  4. 03 Dec, 2018 8 commits
  5. 03 Oct, 2018 3 commits
  6. 17 Jul, 2018 3 commits
  7. 03 Jul, 2018 1 commit
  8. 07 Jun, 2018 2 commits
  9. 06 Jun, 2018 2 commits
  10. 05 Jun, 2018 3 commits
  11. 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
  12. 28 May, 2018 2 commits
  13. 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
  14. 21 Dec, 2017 1 commit
  15. 23 Nov, 2017 3 commits