1. 15 Sep, 2020 1 commit
  2. 09 Apr, 2020 1 commit
  3. 27 May, 2019 1 commit
  4. 23 May, 2019 3 commits
    • Nils Goroll's avatar
      more polishing of the real world vcl code · bfffd7e4
      Nils Goroll authored
      - minimum ttl of 10s for HFM objects
      - simplify the X-TTL code
      - show is_esi() example
      bfffd7e4
    • Nils Goroll's avatar
      Fill the brotli input buffer · 60a3e730
      Nils Goroll authored
      this can save calls into the brotli code.
      
      Note: I thought we might be able to avoid the additional ring buffer
      copy in the brotli encode by using a buffer of size 1 << lgblock, but the
      brotli code calls RingBufferWrite() even if the input buffer holds all
      of the data to be compressed.
      60a3e730
    • Nils Goroll's avatar
      use ssize_t · 6f5607d9
      Nils Goroll authored
      The corresponding varnish API function arguments are signed, make our
      struct match them.
      6f5607d9
  5. 22 May, 2019 3 commits
  6. 20 May, 2019 3 commits
  7. 14 Mar, 2019 1 commit
  8. 18 Feb, 2019 6 commits
  9. 17 Feb, 2019 6 commits
  10. 15 Feb, 2019 8 commits
  11. 14 Feb, 2019 7 commits