summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/matchertests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-12/+15
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-14/+12
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+3
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-13/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-235/+230
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-14/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-7/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-8/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-7/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-8/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-7/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+4
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-15/+19
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-1/+1
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* SERVER-10026 remove most of matcher.cppHari Khalsa2013-12-131-123/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-86/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3
* remove MatcherOldEliot Horowitz2013-06-241-1/+0
* SERVER-6400: match hasExistsFalse has nested behavior to old matcherEliot Horowitz2013-05-131-1/+5
* SERVER-6400: make Matcher micro benchmark at all useful by removing ASSERTEliot Horowitz2013-05-091-2/+4
* SERVER-6400: prep to have both MatcherOld and Matcher2 in the code baseEliot Horowitz2013-05-071-104/+1
* SERVER-6400 new version of hasExistsFalseEliot Horowitz2013-05-071-1/+41
* SERVER-6400 rename Matcher MatcherOld so switching is smallEliot Horowitz2013-05-071-5/+5
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-7/+101
* SERVER-6400 - more matcher tests using both versionsEliot Horowitz2013-04-291-9/+16
* SERVER-6400 - port more old testsEliot Horowitz2013-04-291-14/+21
* SERVER-6400 - framework and start of Matcher replacement. using Matcher2 nameEliot Horowitz2013-04-291-3/+9
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-3/+4
* SERVER-8790 Move QueryPlanSelectionPolicy to a new file.aaron2013-03-151-5/+8
* CS-4068 add within to matcherHari Khalsa2012-11-301-0/+41
* SERVER-3918 Add MatcherVisitor for recursively accessing a Matcher's field ma...Aaron2012-05-251-0/+104
* compileDwight2012-03-231-2/+1
* attempt to fix Windows buildEric Milkie2012-03-221-5/+3
* compile win?Aaron2012-03-221-0/+2
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-221-0/+5
* commentsAaron2012-03-221-1/+1
* In matchertests, move ns and client into CollectionBaseAaron2012-03-221-15/+21
* SERVER-5067 Make elemMatchKey fetching an explicit request in MatchDetails, a...Aaron2012-03-221-0/+34