1. 21 Feb, 2020 3 commits
  2. 21 Oct, 2019 1 commit
  3. 08 Oct, 2019 3 commits
  4. 03 Sep, 2019 1 commit
    • Geoff Simmons's avatar
      Redefine ZERO_OBJ() to use memset(). · 71fdcc3b
      Geoff Simmons authored
      Newer versions of the compilers have apparently set the source level
      switches differently, so that explicit_bzero() is not defined as our
      source is currently written. The autoconf AC_CHECK_FUNCS check
      evidently sets certain source switches, but is not transparent
      about which ones (this has become evident with strdup() as well).
      
      On my machine, right now, defining _DEFAULT_SOURCE appears to do
      the trick. But it is not obvious what else that turns on and off.
      
      It is poor practice to cargo-cultishly turn on GNU_SOURCE for
      everything. That risks portability and compatibility, and may make
      us unwittingly dependent on non-standard features that may or may
      not be supported elsewhere.
      
      Besides, we only need ZERO_OBJ() for FREE_OBJ(), it frankly doesn't
      matter much if we zero an object whose pointer is about to be free'd.
      71fdcc3b
  5. 25 Apr, 2019 1 commit
    • Nils Goroll's avatar
      compatiblity with varnish-cache master · 9ba88698
      Nils Goroll authored
      ... after the changes in a80c4f14d2ec046a307a4a041d7647377a7a9a4c
      
      At least for now, we need the vcc private interface because of the
      nature of the problem we are solving with this vmod.
      9ba88698
  6. 15 Apr, 2019 1 commit
  7. 16 Mar, 2019 4 commits
  8. 05 Feb, 2019 1 commit
  9. 07 Dec, 2018 2 commits
  10. 29 Jan, 2018 4 commits
  11. 23 Nov, 2017 3 commits
  12. 27 Oct, 2017 3 commits
  13. 25 Oct, 2017 1 commit
  14. 24 Oct, 2017 2 commits