1. 06 Mar, 2018 1 commit
    • Nils Goroll's avatar
      remove shard director .key method regression tests · 98e244d4
      Nils Goroll authored
      The purpose of these tests was to ensure that vmod_blobcode works identical
      to shard.key(). Now that the latter has been changed to only support SHA256,
      we need to remove out tests for custom hashes.
      98e244d4
  2. 05 Mar, 2018 2 commits
  3. 26 Feb, 2018 1 commit
  4. 12 Feb, 2018 1 commit
  5. 11 Jan, 2018 1 commit
  6. 11 Dec, 2017 2 commits
  7. 10 Dec, 2017 8 commits
  8. 30 Nov, 2017 2 commits
  9. 09 Nov, 2017 1 commit
  10. 30 Oct, 2017 4 commits
  11. 26 Sep, 2017 1 commit
  12. 14 Sep, 2017 3 commits
    • Nils Goroll's avatar
      documentation update · e3a7f88c
      Nils Goroll authored
      e3a7f88c
    • Nils Goroll's avatar
      Use VRT_fail for bailing out · 8af42be4
      Nils Goroll authored
      Also move tests to vcl_recv for better visibility because VRT_fail
      from vcl_synth just closes the connection
      8af42be4
    • Nils Goroll's avatar
      update to varnish-cache master -- use the new in-tree vmod_blob · 770d410d
      Nils Goroll authored
      most of the editing has been done using the following shell commands,
      but some tests were edited manually
      
      sed -i 's:HEXLC:HEX, LOWER:g' $(git grep -l HEXLC)
      sed -i 's:HEXUC:HEX, UPPER:g' $(git grep -l HEXUC)
      
      sed -i '/VMOD blobcode must be installed/ d' $(git grep -l blobcode)
      sed -i 's:blobcode:blob:g' $(git grep -l blobcode)
      
      sed -i 's:\.decode(IDENTITY, *$:\.decode(encoded=:' $(git grep -l '\.decode(IDENTITY, *$')
      sed -i 's:\.decode(IDENTITY, ":\.decode(encoded=":' $(git grep -l '\.decode(IDENTITY, "')
      
      sed -i 's:\.decode(BASE64, ":\.decode(decoding=BASE64, encoded=":' $(git grep -l '\.decode(BASE64, "')
      sed -i 's:\.decode(BASE64, *$:\.decode(decoding=BASE64, encoded=:' $(git grep -l '\.decode(BASE64, *$')
      
      sed -i 's:\.decode(HEX, ":\.decode(decoding=HEX, encoded=":' $(git grep -l '\.decode(HEX, "')
      sed -i 's:\.decode(HEX, *$:\.decode(decoding=HEX, encoded=:' $(git grep -l '\.decode(HEX, *$')
      770d410d
  13. 19 Apr, 2017 1 commit
  14. 22 Mar, 2017 1 commit
  15. 17 Feb, 2017 1 commit
  16. 09 Feb, 2017 1 commit
    • Nils Goroll's avatar
      clearnup include order · 562af9f5
      Nils Goroll authored
      cache.h before vrt.h
      
      this is required for master since 81bc4cef2a5e651a9e34ae5400672a88663db7ef
      562af9f5
  17. 19 Dec, 2016 2 commits
  18. 16 Dec, 2016 2 commits
  19. 27 Nov, 2016 2 commits
  20. 07 Nov, 2016 3 commits