summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_tree_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-12/+13
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-13/+6
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-81/+0
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-0/+81
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-81/+0
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-10/+10
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-10/+20
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-10/+21
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-13/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-134/+132
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+13
* SERVER-13731 make depth limit in parsing work for deep trees other than AND a...David Storch2014-04-281-0/+37
* SERVER-13661 increase the maximum allowed depth for query objectsDavid Storch2014-04-211-38/+31
* SERVER-10026 limit tree depth allowed by the match expression parserDavid Storch2014-03-211-0/+43
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-23/+23
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-12/+12
* SERVER-6400 - fix compile with optimizer onfEliot Horowitz2013-04-291-3/+1
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-1/+0
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+106