summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-0931-116/+130
* SERVER-27329 added unit tests for rollback() (rs_rollback.cpp)Benety Goh2017-03-081-1/+118
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-0831-130/+116
* SERVER-28244 Implement correct waiting for completion of replSetReconfig comm...Andy Schwerin2017-03-082-13/+21
* SERVER-28243 Introduce a helper function for canceling elections inside Repli...Andy Schwerin2017-03-083-45/+35
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-0816-160/+421
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-085-112/+121
* SERVER-28239 Disabling transport layer legacy testJason Carey2017-03-081-0/+4
* SERVER-28239 fix double close in ticket holderJason Carey2017-03-085-1/+126
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-085-65/+103
* SERVER-27329 added insertion operator to MemberStateBenety Goh2017-03-081-0/+9
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-0823-98/+357
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-089-155/+377
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-0730-73/+308
* SERVER-28158 SnapshotThread should stop using LogicalClock to trigger snapshotsRandolph Tan2017-03-071-4/+9
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-072-0/+108
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-076-16/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-07873-14108/+14500
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-073-20/+34
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-0641-102/+196
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-0641-196/+102
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-0681-1040/+1024
* SERVER-28149 cherry-picking the single scons-2.5.1 changeGabriel Russell2017-03-061-12/+14
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-0611-178/+138
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-0611-138/+178
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of DBClientM...Esha Maharishi2017-03-066-170/+160
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-03-061-1/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-0641-102/+196
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-032-0/+41
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0313-25/+67
* SERVER-26323 Roll back to per-arch atomics in gperftoolsAndrew Morrow2017-03-032-2/+2
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-022-1/+9
* SERVER-28155 Fix broken UBSAN buildKaloian Manassiev2017-03-021-1/+7
* SERVER-27891 Disable writeConcern support for mongos reIndexMaria van Keulen2017-03-021-1/+1
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-023-0/+22
* SERVER-28161 make ClusterWrite::explain path use ARS instead of DBClientMulti...Esha Maharishi2017-03-024-37/+60
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-0223-48/+349
* SERVER-28173 create a component that sends requests in parallel to multiple h...Esha Maharishi2017-03-023-0/+633
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-0252-1830/+480
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-024-29/+18
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-03-014-98/+287
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-0121-260/+177
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-0123-335/+75
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-0112-149/+126
* SERVER-28155 Remove usages of BSONSerializable outside of shardingKaloian Manassiev2017-03-012-5/+3
* Revert "SERVER-27886 Move paths.* into mmap_v1"Geert Bosch2017-03-0113-53/+27
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0113-27/+53
* SERVER-27954: Correctly parse code_w_s in shellSpencer Jackson2017-03-011-1/+1
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-0116-252/+594
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-0122-264/+288