summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-1252-2505/+2811
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-1252-2811/+2505
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-1252-2505/+2811
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-1052-263/+421
* SERVER-27632 replace 'shardVersion' field in splitChunk with an 'epoch' fieldDianna Hohensee2017-03-102-17/+29
* SERVER-28107 Implement OperationTimeTrackerJack Mulrow2017-03-104-0/+203
* SERVER-27750 Always attach the configsvr metadata in ShardingEgress*HooksRandolph Tan2017-03-1010-35/+11
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-1031-130/+116
* SERVER-27842 Replace BSONElement.fieldName() calls with BSONElement.fieldName...nzolnierzmdb2017-03-101-7/+10
* SERVER-27711 Allow maxTimeMS option for createIndexes commandJames Wahlin2017-03-101-2/+3
* SERVER-28245 Add comment to error_codes.err reminding consumers that certain ...Andy Schwerin2017-03-091-0/+2
* SERVER-25062 Implement interruptible sleep and waitFor methods on OperationCo...Andy Schwerin2017-03-093-10/+201
* SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of MarkThreadIdleGeert Bosch2017-03-091-2/+1
* SERVER-28259 Log time elapsed during connect for NetworkInterfaceASIO connect...samantharitter2017-03-091-1/+3
* SERVER-27908 Log every heartbeat during testingWilliam Schultz2017-03-095-14/+63
* SERVER-27555 Use proper locking when reading _memberStateSpencer T Brody2017-03-091-13/+36
* SERVER-28120 persist config.collections entries on shards for the collections...Dianna Hohensee2017-03-0913-192/+1398
* 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
* 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-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