summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-1712-296/+494
* SERVER-28042 log when a node marks another node as downMatthew Russotto2017-05-173-15/+14
* SERVER-28594 Log each individual non-atomic op in applyOpsMaria van Keulen2017-05-173-165/+161
* Revert "SERVER-29224 Unify apply_ops and oplog libraries"Spencer Jackson2017-05-177-4/+135
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-171-2/+6
* SERVER-29224 Unify apply_ops and oplog librariesAndrew Morrow2017-05-177-135/+4
* SERVER-29424 Fix shared buildingADAM David Alan Martin2017-05-161-0/+1
* SERVER-29236 Resolve `dbdirectclient` libraryADAM David Alan Martin2017-05-161-10/+6
* SERVER-29235 Ripple dependency-graph resolutionsADAM David Alan Martin2017-05-164-78/+84
* SERVER-28810 Re-try range deletionsNathan Myers2017-05-161-2/+5
* Import wiredtiger: 78109ca3fea602885a62fc2872fc553450168149 from branch mongo...Alex Gorrod2017-05-173-6/+10
* SERVER-29225 Split off free functions in catalog.ADAM David Alan Martin2017-05-168-54/+59
* SERVER-29017 Acquire the collection dist lock for unsharded dropKaloian Manassiev2017-05-161-0/+4
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-1610-65/+116
* SERVER-22322 Add namespaces to listIndexes NamespaceNotFound messagesMaria van Keulen2017-05-161-4/+6
* SERVER-29204: Elaborate on bind to localhost startup warningSpencer Jackson2017-05-161-4/+6
* SERVER-29224 Move apply_ops from catalog to replAndrew Morrow2017-05-156-4/+22
* SERVER-27760 Delete old range deleter sourcesNathan Myers2017-05-1514-1834/+0
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-1516-2173/+1670
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-1534-77/+545
* SERVER-29114 Fix PeriodicRunnerASIO and testsamantharitter2017-05-155-43/+73
* SERVER-29188 Increase logging around heartbeat reconfigsSpencer T Brody2017-05-151-6/+24
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-154-1/+200
* SERVER-29164 Ensure CatalogCache::getCollectionRoutingInfo does not throwKaloian Manassiev2017-05-121-1/+8
* SERVER-29156 Notify range-delete listeners when table dropsNathan Myers2017-05-123-12/+28
* SERVER-29017 Get rid of ShardingCatalogClient::updateCollectionKaloian Manassiev2017-05-1210-169/+219
* SERVER-28814 Add missing libdepMathias Stearn2017-05-121-0/+1
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-126-84/+141
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-1229-881/+381
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-1226-24/+2
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-1210-135/+51
* SERVER-28814 Don't try to upconvert commands with invalid $maxTimeMS fieldMathias Stearn2017-05-121-13/+15
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-1218-43/+22
* SERVER-28814 Clean up ClusterExplain::wrapAsExplain()Mathias Stearn2017-05-128-92/+46
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-1219-48/+56
* SERVER-29083 Use after free in *BSD processinfo layerMark Benvenuto2017-05-122-5/+9
* SERVER-29106 use IDL in shardCollection (in prep for moving shardCollection t...Esha Maharishi2017-05-124-36/+100
* SERVER-29081 Add toBSON to IDL generated classesMark Benvenuto2017-05-121-0/+7
* SERVER-29075 Add remaining client metadata to the currentOp outputMark Benvenuto2017-05-121-0/+3
* SERVER-29089 Add UUID to IDL basic_types.idlMark Benvenuto2017-05-126-21/+77
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-124-6/+151
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-0922-178/+182
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-0824-87/+1050
* SERVER-28758 Implementation of createUpdateNodeByMerging().Justin Seyster2017-05-087-3/+466
* SERVER-29080 Make BSONArrayBuilder move-constructibleKaloian Manassiev2017-05-082-16/+21
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-0817-35/+41
* SERVER-29009 Add missing dependency to fix shared buildsamantharitter2017-05-081-0/+1
* SERVER-7325 print message of certain mmapv1 validate() errorsRobert Guo2017-05-081-2/+4
* SERVER-29104 move vectors into getKeysImplWithArrayKyle Suarez2017-05-081-1/+2
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-089-131/+80