summaryrefslogtreecommitdiff
path: root/src/third_party/pcre-8.42
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65277 Remove dependency on deprecated PCRE libraryJennifer Peshansky2022-06-27130-81992/+0
|
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-3/+10
|
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-09-293-3/+82
|
* SERVER-54695 Disabling warnings as errors should not apply to configure ↵Andrew Morrow2021-03-251-1/+3
| | | | checks by default
* Revert "SERVER-54695 Disabling warnings as errors should not apply to ↵Andrew Morrow2021-03-251-3/+1
| | | | | | configure checks by default" This reverts commit 609d174c95fdfbc0193e1d7e8804ef20a04f99e1.
* SERVER-54695 Disabling warnings as errors should not apply to configure ↵Andrew Morrow2021-03-241-1/+3
| | | | checks by default
* SERVER-48116 fix init-order bug in pcrecpp::RE::InitBilly Donahue2020-05-192-10/+10
|
* SERVER-48116 fix init-order bug in pcrecpp::RE::InitBilly Donahue2020-05-122-3/+35
|
* SERVER-39693 fix PCRE support for start option (*LF)Ian Boros2019-02-272-0/+8
|
* SERVER-39693 Add unit tests to pcrecppIan Boros2019-02-271-0/+12
| | | | | | | | | | Note: Originally this patch also set up pcrecpp_unittest.cc to run as a C++ unit test along with the rest of the server. This caused some issues, so we abandoned it. I am leaving the new unit tests, however, in case we need to patch PCRE again and run the tests during development. Changes to PCRE made by MongoDB (not the original authors) are tested through the $regex expression.
* SERVER-39693 patch by Philip Hazel to fix PCRE start options bugIan Boros2019-02-272-7/+85
|
* SERVER-32413 Update pcre_get_sources.sh to incorporate patchesMathew Robinson2019-01-021-0/+29
|
* SERVER-38002 Fix typo in HAVE_STRTOLL defineMathew Robinson2018-12-171-2/+2
|
* Revert "SERVER-32391 use HAVE_STRTOLL instead of HAVE_STRTOQ in pcre"Gregory Wlodarek2018-12-141-2/+2
| | | | This reverts commit bf820bd2feca5b1125ebf4c825910bfcf622f9fb.
* SERVER-32391 use HAVE_STRTOLL instead of HAVE_STRTOQ in pcreMathew Robinson2018-12-141-2/+2
|
* SERVER-38002 Upgrade PCRE to 8.42Mathew Robinson2018-12-14127-0/+81745