1. 13 Jun, 2023 1 commit
  2. 08 Dec, 2022 1 commit
  3. 01 Dec, 2022 1 commit
  4. 27 Apr, 2022 2 commits
  5. 25 Jan, 2022 2 commits
  6. 28 Oct, 2021 3 commits
    • Martijn Pieters's avatar
      Quote macro argument to AC_ARG_WITH() · b4f010e0
      Martijn Pieters authored
      On some autoconf versions (e.g. 2.71 on MacOS, installed with `brew 
      install autoconf`), not quoting this argument results in a syntax error
      in `configure`:
      
      ```
      sh configure
      # ...
      checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
      checking whether more special flags are required for pthreads... no
      checking for PTHREAD_PRIO_INHERIT... yes
      configure: line 14927: syntax error near unexpected token `newline'
      configure: line 14927: `    '''
      ```
      
      Adding `[...]` quotes fixes this; see 
      https://gerrit.openafs.org/#/c/9995/ for a similar problem in a
      different OSS project.
      b4f010e0
    • Martijn Pieters's avatar
      Portability: format VCL_INT as intmax_t (%jd) · d3348808
      Martijn Pieters authored
      VCL_INT is int64_t, not long. Do as varnish does: cast to `intmax_t`.
      d3348808
    • Nils Goroll's avatar
      Revert "adjust to proposed vdp/vfp api changes" · adcc8630
      Nils Goroll authored
      It was a mistake to add this change to master, it should only live in the pr3287 branch.
      
      This reverts commit 132b022a.
      
      Closes #2
      adcc8630
  7. 15 Sep, 2020 1 commit
  8. 09 Apr, 2020 1 commit
  9. 27 May, 2019 1 commit
  10. 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
  11. 22 May, 2019 3 commits
  12. 20 May, 2019 3 commits
  13. 14 Mar, 2019 1 commit
  14. 18 Feb, 2019 6 commits
  15. 17 Feb, 2019 6 commits
  16. 15 Feb, 2019 5 commits