- 23 May, 2019 1 commit
-
-
Nils Goroll authored
... and has at least TASK lifetime anyway. Thank you for catching this @geoff
-
- 16 May, 2019 3 commits
-
-
Nils Goroll authored
test is already included in c01.vtc
-
Nils Goroll authored
-
Nils Goroll authored
-
- 10 Apr, 2019 1 commit
-
-
Nils Goroll authored
-
- 07 Mar, 2019 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 02 Feb, 2019 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
Ref c09032032700f91fcf06e3018d206cbb730d1772
-
- 07 Dec, 2018 1 commit
-
-
Nils Goroll authored
ref: 0c74d1b99f1f43fc99725fe14322760afa7858ee
-
- 04 Dec, 2018 1 commit
-
-
Geoff Simmons authored
-
- 03 Dec, 2018 1 commit
-
-
Geoff Simmons authored
-
- 03 Jul, 2018 1 commit
-
-
Nils Goroll authored
The reason is the same as for https://github.com/varnishcache/varnish-cache/issues/2708 : VRT_priv_task may now return NULL for out-of-workspace errors, see https://github.com/varnishcache/varnish-cache/commit/de2b431086a13b243dc8b3e71cd8697db1df2c7f
-
- 02 Apr, 2018 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
- We write our own SYNOPSIS. - Update Varnish version compatibility statement. - Remove the reference to the pcre_* varnishd params in LIMITATIONS (no longer true). - Spelling fix
-
- 05 Mar, 2018 1 commit
-
-
Nils Goroll authored
-
- 27 Feb, 2018 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
We cannot access the varnishd params from a $ABI vrt vmod any more and doing so does not appear a strong enough reason to change the $ABI. Previously, pcre limits were taken from the varnish parameters pcre_match_limit and pcre_match_limit_recursion, now they can be defined on the re object or match level.
-
- 12 Feb, 2018 1 commit
-
-
Nils Goroll authored
Otherwise parallel make distcheck fails
-
- 28 Nov, 2017 1 commit
-
-
Geoff Simmons authored
-
- 21 Nov, 2017 4 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 20 Nov, 2017 1 commit
-
-
Geoff Simmons authored
-
- 09 Nov, 2017 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
see varnish-cache aa8875a44d587bc5530554963f93fffba99efadd
-
- 24 Oct, 2017 1 commit
-
-
Geoff Simmons authored
vrt.h is included by cache.h and may not be included after it.
-
- 28 Sep, 2017 1 commit
-
-
Nils Goroll authored
-
- 26 Sep, 2017 1 commit
-
-
Nils Goroll authored
-
- 17 May, 2017 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
Because we don't copy the subject's terminating null byte, we can't use strlen(). Fixes #4
-
- 16 May, 2017 4 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
and don't work around the previous off-by-one error in WS_Assert_Allocated any more. Fixes #3 for master.
-
Geoff Simmons authored
This reverts commit bf2b7a78. There are actually two off-by-one errors, one in WS_Assert_Allocated(), and another in the use of -1 to have WS_Assert_Allocated() compute the size of the string, including the null terminator. We don't need the subject with the null terminator in the ov_t structure (PRIV_TASK data), because we just need it to get backrefs from the indices in the ov vector returned from pcre. Also, there's a system in the VTC tests that may not be obvious. The b*.vtc tests are about regex matching, c*.vtc for backrefs.
-
Nils Goroll authored
and add a test for it Fixes #3
-
- 13 May, 2017 1 commit
-
-
Geoff Simmons authored
Closes #2
-
- 11 May, 2017 1 commit
-
-
Geoff Simmons authored
-