summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "SERVER-26323 Roll back to per-arch atomics in gperftools"Andrew Morrow2017-03-142-2/+2
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-03-142-21/+28
* SERVER-28230 make Geo2dFindNearCmd use ARS instead of Future::spawnCommandEsha Maharishi2017-03-141-27/+49
* SERVER-27750 Handle and include LogicalTime in mongos request/responseRandolph Tan2017-03-142-2/+51
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-149-33/+211
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-1412-599/+596
* SERVER-27614 fix linker error on OS XDavid Storch2017-03-141-0/+3
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-136-28/+202
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-139-54/+245
* SERVER-28187 delete dead classes MultiCommandDispatch, DBClientMultiCommand, ...Esha Maharishi2017-03-136-566/+0
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-136-90/+310
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-1313-706/+734
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-133-21/+44
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-139-138/+168
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-13119-1145/+1735
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-1318-79/+67
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-131-2/+12
* SERVER-27670 Improve error messages reported on EBUSY return from WiredTigerDavid Hows2017-03-133-3/+14
* 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