1. 21 Apr, 2021 4 commits
  2. 27 Jan, 2021 5 commits
  3. 01 Sep, 2020 3 commits
  4. 03 Mar, 2020 5 commits
  5. 28 Feb, 2020 1 commit
  6. 27 Feb, 2020 1 commit
    • Geoff Simmons's avatar
      Fix a bug in match(). · 47eae6cd
      Geoff Simmons authored
      The search may have matched a string that is actually a prefix of
      the subject string, if a longer string with the same prefix is also
      in the set.
      
      This "happens" to give correct results for match(), but which()
      would return the wrong value.
      
      The fix uses strcmp() instead of memcmp(), but that is also
      vectorized, where the C library uses vector instructions.
      47eae6cd
  7. 26 Feb, 2020 4 commits
  8. 10 Dec, 2019 1 commit
    • Nils Goroll's avatar
      Support backend None · f95af2f6
      Nils Goroll authored
      since varnish-cache ecef48518f3b3f4bbf28256e090bdbb5cd2b163c backends
      can be NULL (as defined with backend <name> None)
      f95af2f6
  9. 09 Dec, 2019 1 commit
  10. 31 Oct, 2019 1 commit
    • Geoff Simmons's avatar
      Add autotool support for generating coverage reports. · b5303dfa
      Geoff Simmons authored
      configure checks if you have lcov & genhtml; these can be specified
      with --with-lcov and/or --with-genhtml.
      
      If they are available, then make coverage does the following:
      
      - make clean, then make check with CC=gcc and CFLAGS set so that
        inputs for gcov/lcov are generated.
      
      - lcov creates the src/coverage subdir and generates a targetfile
        there.
      
      - genhtml generates HTML reports in src/coverage.
      b5303dfa
  11. 02 Oct, 2019 2 commits
  12. 22 Aug, 2019 1 commit
  13. 21 Aug, 2019 2 commits
  14. 07 Apr, 2019 1 commit
  15. 26 Mar, 2019 1 commit
  16. 07 Mar, 2019 2 commits
  17. 04 Feb, 2019 3 commits
  18. 30 Nov, 2018 1 commit
  19. 11 Jul, 2018 1 commit