summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-182-0/+136
* SERVER-14148 Remove JS mode from JSON output optionsJonathan Reams2017-01-061-12/+0
* SERVER-27586 Add some missing edges to build graphADAM David Alan Martin2017-01-051-4/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-052-18/+18
* SERVER-5738 Remove MONGO_ONCE in favor of std::call_onceMark Benvenuto2017-01-041-3/+0
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-11/+11
* SERVER-27459 set featureCompatibilityVersion to 3.4 in dbtest initializationDavid Storch2016-12-192-7/+8
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-199-43/+48
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-162-2/+4
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-162-7/+7
* SERVER-27385: Add dbtest asserting that {rolesInfo: 1} returns no duplicate f...Spencer Jackson2016-12-151-22/+46
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-148-3/+7
* SERVER-23103 Move OpObserverImpl to own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-081-307/+119
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-073-1/+5
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-022-23/+23
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-0111-11/+14
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-091-5/+18
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+1
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-25/+5
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26709 Move thread_safe_string.cpp to library of its only consumer, pro...Andy Schwerin2016-10-261-5/+6
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-242-1/+2
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-5/+5
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-5/+5
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-5/+5
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-032-48/+47
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-281-26/+0
* SERVER-26018 Add more invariants in LockManagerKaloian Manassiev2016-09-271-159/+0
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-8/+8
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-158-53/+54
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-149-45/+163
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-024-17/+37
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-022-14/+18
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-1/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-012-16/+16
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-2/+6
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-0/+71
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-233-46/+78
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+4
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-5/+4
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-1819-169/+174
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-153-4/+5
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-7/+124
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-043-5/+7
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-042-20/+30
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-8/+4
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-2810-21/+48