1. 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
  2. 22 May, 2019 3 commits
  3. 20 May, 2019 3 commits
  4. 14 Mar, 2019 1 commit
  5. 18 Feb, 2019 6 commits
  6. 17 Feb, 2019 6 commits
  7. 15 Feb, 2019 8 commits
  8. 14 Feb, 2019 8 commits
  9. 13 Feb, 2019 2 commits