1. 01 Jul, 2025 2 commits
    • Nils Goroll's avatar
      build: make vmod_vcs_version.txt dance work with generated .vcc files · a0ccd4e5
      Nils Goroll authored
      vmodtool runs git in the directory of the input file. For an out-of-tree
      build, this resides in the build dir, which has no git.
      a0ccd4e5
    • Nils Goroll's avatar
      silence hdr_t related warnings · 326deb9f
      Nils Goroll authored
      with the introduction of hdr_t, headers are no longer just pascal
      strings, they are a struct consisting of an unsigned char length and a
      char array for name and value. But the binary representation is
      unchanged, so I really see no point in inventing complications and just
      cast back and forth.
      326deb9f
  2. 17 Jun, 2025 1 commit
  3. 01 Aug, 2023 2 commits
  4. 19 Jun, 2023 3 commits
  5. 01 Dec, 2022 1 commit
  6. 27 Apr, 2022 1 commit
  7. 31 Jan, 2022 1 commit
  8. 26 Oct, 2021 1 commit
  9. 13 Oct, 2021 1 commit
  10. 03 Jun, 2021 1 commit
  11. 02 Jun, 2021 2 commits
    • Nils Goroll's avatar
      .get() fallback argument is now optional · 8261f097
      Nils Goroll authored
      Because we can not provide defaults for all types, .get() might trigger
      VCL failure now.
      
      Note that the interface is fully compatible with existing VCL, but while
      previously a missing fallback argument would trigger a compile time
      error, it will result in a VCL failure now.
      
      The types without a default which might trigger a failure are:
      
      * ACL: Trying to match a NULL ACL would trigger a failure in
        varnish-cache anyway
      
      * BODY: Due to the lack of examples, it is unclear what a NULL body
        would look like
      
        A sensible default might be added later (maybe the empty body?)
      
      * HEADER: A default makes no sense
      8261f097
    • Nils Goroll's avatar
      Label master branch in README.rst · c2658ad1
      Nils Goroll authored
      c2658ad1
  12. 01 Jun, 2021 3 commits
  13. 23 Feb, 2021 1 commit
  14. 22 Feb, 2021 4 commits
  15. 10 Feb, 2021 2 commits
  16. 06 Jan, 2021 5 commits
  17. 09 Dec, 2020 1 commit
  18. 17 Oct, 2020 1 commit
  19. 19 May, 2020 3 commits
  20. 23 Nov, 2019 1 commit
  21. 13 Sep, 2019 1 commit
  22. 26 Aug, 2019 2 commits