summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-093-3/+3
|
* Export vespa cmake config.Tor Egge2023-09-072-0/+20
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-0/+19
This introduces guaranteed upper bounds for memory usage and CPU time during regex evaluation. Most importantly, it removes the danger of catastrophic backtracking that is currrently present in GCC's std::regex implementation. With this commit, RE2 will be used instead of std::regex for: * Document selection regex/glob operators * Attribute regex search * Evaluation of mTLS authorization rules