summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-04-0616-160/+421
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-0679-1023/+1007
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-04-0633-292/+714
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-04-0612-34/+187
* SERVER-27543 Create new metadata for oplog queriesJudah Schvimer2017-04-064-0/+331
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-0512-118/+31
* SERVER-28259 Log time elapsed during connect for NetworkInterfaceASIO connect...samantharitter2017-04-051-1/+3
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-053-13/+41
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-04-043-2/+72
* SERVER-28181 Fix the deadlock in OplogFetcher's constructor.Siyuan Zhou2017-04-041-7/+7
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-04-042-21/+28
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-04-0419-315/+400
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ...Eric Milkie2017-04-041-4/+0
* SERVER-27098 Review and fix log levels in initial sync codeWilliam Schultz2017-04-041-2/+2
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-04-0414-169/+912
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-04-034-98/+287
* SERVER-28376 ReplSetTest.stepUp() calls awaitReplication() before sending rep...Benety Goh2017-04-011-1/+20
* SERVER-27834 disable implicit collection creation in IndexBuilderBenety Goh2017-03-311-16/+3
* SERVER-27834 FeatureCompatibilityVersion creates the admin.system.version col...Benety Goh2017-03-311-0/+12
* SERVER-27834 applyOperation_inlock() fails index creation if collection is mi...Benety Goh2017-03-312-76/+132
* Revert "SERVER-28376 ReplSetTest.stepUp() calls awaitReplication() before sen...Benety Goh2017-03-311-16/+1
* SERVER-28376 ReplSetTest.stepUp() calls awaitReplication() before sending rep...Benety Goh2017-03-311-1/+16
* SERVER-28376 remove requirement for node 0 of every shard to be primary in Sh...Benety Goh2017-03-311-2/+8
* SERVER-28376 split ReplSetTest.initiate() into 3 functions.Benety Goh2017-03-311-10/+32
* SERVER-28376 remove references to unsupported ReplSetTest.initiate() initiate...Benety Goh2017-03-311-8/+3
* SERVER-27701 fix race in AsyncResultsMerger error handlingDavid Storch2017-03-312-2/+45
* SERVER-27329 added unit tests for rollback() (rs_rollback.cpp)Benety Goh2017-03-311-4/+121
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-315-112/+121
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-315-202/+241
* SERVER-27329 added insertion operator to MemberStateBenety Goh2017-03-311-0/+9
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-303-21/+44
* Revert "SERVER-28347 enforce storage depth limit for user documents"Randolph Tan2017-03-2811-884/+46
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-283-0/+22
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-281-0/+8
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-282-0/+141
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-2811-46/+884
* SERVER-8433 limit recursion when serializing Document to BSONKyle Suarez2017-03-285-18/+109
* SERVER-8433 prohibit constructing FieldPaths that exceed the depth limitKyle Suarez2017-03-284-2/+128
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-289-138/+168
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-286-0/+22
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-281-2/+12
* SERVER-27711 Allow maxTimeMS option for createIndexes commandJames Wahlin2017-03-281-2/+3
* SERVER-28014 Add logging to expose non-SSL connections when SSL is preferred ...samantharitter2017-03-273-1/+27
* SERVER-27177 initialize kCurrentScope before creating mozjs runtime/scoper3.4.3-rc2r3.4.3Jonathan Reams2017-03-171-0/+4
* Revert "SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of Mark...Ramon Fernandez2017-03-161-1/+2
* SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of MarkThreadIdler3.4.3-rc1Geert Bosch2017-03-091-2/+1
* 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-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-072-1/+9
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsr3.4.3-rc0Maria van Keulen2017-03-063-29/+28