- 11 Dec, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
This requires a workaround for the problem in Varnish issue #2508.
-
- 21 Nov, 2017 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 18 Oct, 2017 1 commit
-
-
Geoff Simmons 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
-
- 02 Dec, 2016 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
ensure that it builds with make -j
-
- 10 Oct, 2015 1 commit
-
-
Geoff Simmons authored
-
- 21 May, 2015 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
and it does since 49712a5fae5919e6e333d7164b98ef986b149c62
-
- 02 Apr, 2015 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
the addresses used as values point to workspace or static memory, which are free'd by other means
-
- 15 Dec, 2014 1 commit
-
-
Geoff Simmons authored
expect successful response status, but Content-Length may or may not be set in the response
-
- 30 Nov, 2014 1 commit
-
-
Geoff Simmons authored
-