- 07 May, 2018 4 commits
-
-
Geoff Simmons authored
Backports the bugfix for the off-by-one error in rewrites for compatibility with Varnish 5.2.
-
Geoff Simmons authored
-
Geoff Simmons authored
Currently tested with re2 through 2018-04-01.
-
Geoff Simmons authored
The terminating null byte for the C string result is written at the index given by std::string.size() for the C++ string. It had been written at one past that index. WS_Release() must then ensure that the terminating null byte is within the allocated portion of workspace.
-
- 19 Dec, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
Includes a workaround for the problem in Varnish issue #2508.
-
- 23 Nov, 2017 5 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
And fix duplicate targets in src/Makefile.
-
- 22 Nov, 2017 9 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Ensure that the retrieved object was saved via set.add().
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Checked with gcc/g++ and clang/clang++.
-
Geoff Simmons authored
-
Nils Goroll authored
Otherwise builds can fail due to partially written files from vmodtool running on another target.
-
- 23 Oct, 2017 13 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Take advantage of the fact that the array of indexes returned from the vre2 call is now sorted (but still using a linear search).
-
Geoff Simmons authored
-
Geoff Simmons authored
for some early versions of re2. Also get rid of an unnecessary #include "config.h".
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Reduce code duplication for set.string() and .backend().
-
Geoff Simmons authored
-
- 11 Oct, 2017 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 04 Oct, 2017 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
vcl.h must come before vrt.h for the VMOD event function typedef.
-
Geoff Simmons authored
See Varnish issue #2449
-
- 28 Sep, 2017 1 commit
-
-
Nils Goroll authored
-