1. 03 Jul, 2018 1 commit
  2. 20 Jun, 2018 1 commit
  3. 18 Apr, 2018 1 commit
  4. 06 Mar, 2018 2 commits
  5. 05 Mar, 2018 2 commits
  6. 26 Feb, 2018 1 commit
  7. 12 Feb, 2018 1 commit
  8. 11 Jan, 2018 1 commit
  9. 11 Dec, 2017 2 commits
  10. 10 Dec, 2017 8 commits
  11. 30 Nov, 2017 2 commits
  12. 09 Nov, 2017 1 commit
  13. 30 Oct, 2017 4 commits
  14. 26 Sep, 2017 1 commit
  15. 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
  16. 19 Apr, 2017 1 commit
  17. 22 Mar, 2017 1 commit
  18. 17 Feb, 2017 1 commit
  19. 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
  20. 19 Dec, 2016 2 commits
  21. 16 Dec, 2016 2 commits
  22. 27 Nov, 2016 1 commit