- 16 Mar, 2021 1 commit
-
-
Geoff Simmons authored
-
- 02 Apr, 2018 3 commits
-
-
Geoff Simmons authored
-
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 7 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
The .failed() and .error() methods have been removed.
-
Geoff Simmons authored
-
Geoff Simmons authored
The .match_dyn method has been removed, in its place we have the functions match_dyn and backref_dyn. Closes #1
-
Geoff Simmons authored
for example if there was an error initializing the object.
-
- 21 Mar, 2017 1 commit
-
-
Geoff Simmons authored
-
- 21 Feb, 2017 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 17 Feb, 2017 1 commit
-
-
Nils Goroll authored
-
- 09 Feb, 2017 1 commit
-
-
Nils Goroll authored
required since 81bc4cef2a5e651a9e34ae5400672a88663db7ef
-