- 01 Jul, 2025 2 commits
-
-
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.
-
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.
-
- 17 Jun, 2025 1 commit
-
-
Thibaut Artis authored
Since VC 7.7, vmodtool.py generates a file that must be taken into account in Makefile.am https://varnish-cache.org/docs/trunk/whats-new/upgrading-7.7.html
-
- 01 Aug, 2023 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 19 Jun, 2023 3 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 01 Dec, 2022 1 commit
-
-
Nils Goroll authored
-
- 27 Apr, 2022 1 commit
-
-
Nils Goroll authored
-
- 31 Jan, 2022 1 commit
-
-
Geoff Simmons authored
-
- 26 Oct, 2021 1 commit
-
-
Nils Goroll authored
-
- 13 Oct, 2021 1 commit
-
-
Nils Goroll authored
-
- 03 Jun, 2021 1 commit
-
-
Nils Goroll authored
Not sure if we should backport the .get() fallback change, but if we want to, this commit should do it.
-
- 02 Jun, 2021 2 commits
-
-
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
-
Nils Goroll authored
-
- 01 Jun, 2021 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
- Include the Varnish default vmod_path in the varnishtest command. - Non-generated VTCs are also distrubuted. - Clean the .dummy file.
-
Nils Goroll authored
-
- 23 Feb, 2021 1 commit
-
-
Nils Goroll authored
-
- 22 Feb, 2021 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 10 Feb, 2021 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 06 Jan, 2021 5 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 09 Dec, 2020 1 commit
-
- 17 Oct, 2020 1 commit
-
-
Nils Goroll authored
we use a single malloc for struct vrt_blob and the blob data it points to
-
- 19 May, 2020 3 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
- support out-of-tree builds - explicitly define required sources - differentiate built sources - avoid temporary files in srcdir
-
- 23 Nov, 2019 1 commit
-
-
- 13 Sep, 2019 1 commit
-
-
Nils Goroll authored
-
- 26 Aug, 2019 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-