- 25 Oct, 2024 5 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 17 Oct, 2024 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 16 Oct, 2024 4 commits
-
-
Geoff Simmons authored
A C beginner error was lurking here all this time. For real now ... Closes #2
-
Geoff Simmons authored
This reverts commit e632d8a6. Reverts the workaround for #12
-
Geoff Simmons authored
-
Geoff Simmons authored
This simply replaces the use of VRT_synth_strands() with VRT_synth_blob(). That's more of a workaround than an explanation of the problem. Closes #2
-
- 23 Aug, 2024 1 commit
-
-
Nils Goroll authored
In file included from vmod_file.c:44: vmod_file.c: In function ‘check’: /usr/include/varnish/cache/cache.h:66:26: error: format not a string literal and no format arguments [-Werror=format-security] 66 | #define NO_VXID ((struct vxids){0}) | ^~~~~ vmod_file.c:171:32: note: in expansion of macro ‘NO_VXID’ 171 | VSL(SLT_Error, NO_VXID, errbuf); | ^~~~~~~ ...
-
- 30 May, 2024 1 commit
-
-
Geoff Simmons authored
-
- 12 Dec, 2023 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 08 Dec, 2022 1 commit
-
-
Nils Goroll authored
-
- 01 Dec, 2022 1 commit
-
-
Nils Goroll authored
-
- 10 May, 2021 1 commit
-
-
Nils Goroll authored
-
- 01 Mar, 2021 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
The PRIV_VCL list is now a list of reader objects. On the warm event, we restart the timer and then wait for the first check to run, as in object init.
-
Geoff Simmons authored
Rather than contain it entirely, in the continued effort for better cacheline-friendliness. This is a considerable improvement, but we're still not quite there.
-
- 28 Feb, 2021 10 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
The update check works on copies of the info struct, flags, etc. Only take the write lock when all work is finished, then copy data back under the lock.
-
Geoff Simmons authored
Can't rule out error messages longer than 256 chars.
-
Geoff Simmons authored
Still very cacheline-unfriendly.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 26 Feb, 2021 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-