summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72103 Reduce the number of memory allocations in BSONElementIteratorHenrik Edin2023-01-171-4/+21
* SERVER-49454 Update ElementIterator interface to provide option to omit entir...Mindaugas Malinauskas2020-10-121-0/+7
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-281-3/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-15/+55
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-1/+1
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-1/+8
* Revert "SERVER-29136 Op log deletions get shard keys"Nathan Myers2017-08-091-8/+1
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-1/+8
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-6/+3
* SERVER-28757 Create BSONElementViewMatchableDocumentTess Avitabile2017-05-021-3/+34
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-98/+118
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-15899 BSONElementIterator::more() shouldn't overflow stackJason Rassi2014-11-181-0/+6
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-10715: change MatchableDocument api to allow for caching of iteratorsEliot Horowitz2013-09-091-2/+6
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9820: change ElementIterator::Element to ContextEliot Horowitz2013-06-051-7/+7
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-301-0/+146