- 04 Feb, 2019 2 commits
-
-
Poul-Henning Kamp authored
Change name for enums and args to have "enum_" and "arg_" prefixes. Minimal changes to the vmods to react to these changes.
-
Poul-Henning Kamp authored
freely update comments and documentation.
-
- 02 Feb, 2019 5 commits
-
-
Guillaume Quintard authored
-
Nils Goroll authored
Ref c0903203
-
Nils Goroll authored
my previous commit 7767fc32 was incaccurate Ref d8ae26b5
-
Nils Goroll authored
Ref d8ae26b5
-
Nils Goroll authored
-
- 01 Feb, 2019 1 commit
-
-
Guillaume Quintard authored
-
- 31 Jan, 2019 4 commits
-
-
Guillaume Quintard authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Ie: vmod.cache_req_body instead of func_cache_req_body
-
- 30 Jan, 2019 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 29 Jan, 2019 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Part of #2863
-
Poul-Henning Kamp authored
Closes #2882
-
Poul-Henning Kamp authored
acceptable whitespace to SP and TAB. Part of fix for #2882
-
- 28 Jan, 2019 13 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
In other news: I hate autocrap
-
Poul-Henning Kamp authored
-
Geoff Simmons authored
-
Dridi Boukelmoune authored
Aka remove linux blinders. This reverts commit f81b172d.
-
Dridi Boukelmoune authored
Refs #2884
-
Geoff Simmons authored
-
Geoff Simmons authored
This makes it easier to start the UDS-listening peer, and/or set permissions on the socket file, after starting Varnish or loading VCL with a UDS backend. Closes #2884
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes #2885
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 26 Jan, 2019 1 commit
-
-
Federico G. Schwindt authored
-
- 25 Jan, 2019 2 commits
-
-
Nils Goroll authored
Apologies for the bad version in 1f32c159 Closes #2852
-
Geoff Simmons authored
This reverts commit 1f32c159. VUT_Arg('i') excludes all records with tags that are not explicitly marked as included, so this change had the effect that only records with Begin, End and Link, and any other tags that might be mentioned for inclusion, get written to binary logs. For u00006.vtc in particular, only those three record types were written to the log. What we need here is that the three record types are never excluded, in order to get transaction grouping right for reads from binary logs.
-
- 24 Jan, 2019 1 commit
-
-
Nils Goroll authored
Closes #2852
-
- 23 Jan, 2019 1 commit
-
-
Nils Goroll authored
Re-using struct vmod_priv helped simplicity, but had the following shortcomings: - in ddfda3d7 we documented what was long implied: return values of vmod functions are assumed immutable and so are blobs. So the blob pointer should be const, yet the struct vmod_priv pointer can't be. - the struct vmod_priv free pointer implies that there would be automatic memory management provided by varnish core, yet this does not exist for a good reason: We would otherwise need to track all blobs ever returned by vmod functions/methods. So we turn the data pointer into a const and remove the free function callback. We also add a type field, which is to be viewed similar to the miniobj magic, except that it should not be asserted upon. The type field is intended for additional (yet unreliable) checks of vmods using BLOBs to carry around vmod-specific private data.
-
- 22 Jan, 2019 3 commits
-
-
Poul-Henning Kamp authored
Not what I came here for, but...
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-