summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49454 Update ElementIterator interface to provide option to omit entir...Mindaugas Malinauskas2020-10-121-1/+9
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-281-17/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-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-9/+18
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-11/+6
* SERVER-27738 Numerical path component should not provide value for positional...Tess Avitabile2017-08-111-4/+15
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+9
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-13/+9
* SERVER-28757 Create BSONElementViewMatchableDocumentTess Avitabile2017-05-021-13/+48
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-1/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-223/+208
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14886 BSONElementIterator::next() set array offset correctlyJason Rassi2014-11-201-1/+8
* SERVER-15899 BSONElementIterator::more() shouldn't overflow stackJason Rassi2014-11-181-28/+67
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-3/+0
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-2/+14
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-1/+1
* SERVER-10715: change MatchableDocument api to allow for caching of iteratorsEliot Horowitz2013-09-091-10/+24
* 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-8/+8
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-301-0/+245