summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29254 add findSingleton and putSingleton methods to StorageInterfaceJudah Schvimer2017-05-195-0/+219
* SERVER-29221 Tag some additional libraries as free of init side effectsAndrew Morrow2017-05-195-5/+29
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-196-6/+11
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-188-320/+290
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-1819-2288/+159
* SERVER-29284: Log time spent allocating mmap NS filesDaniel Gottlieb2017-05-181-0/+6
* SERVER-28877 Fix cancel race which can cause crashes during elections.Matthew Russotto2017-05-183-0/+89
* SERVER-29251 add NamespaceString support for drop-pending collection namespacesBenety Goh2017-05-184-0/+182
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-1710-23/+86
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-17146-274/+274
* SERVER-29249 Remove mongod-specific run() method from CommandMathias Stearn2017-05-173-146/+133
* SERVER-29249 eliminate friends of CommandMathias Stearn2017-05-174-382/+306
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-1749-71/+59
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-178-805/+661
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-1717-333/+323
* SERVER-29256 DatabaseCloner accepts CollectionOptions with UUIDBenety Goh2017-05-172-1/+34
* SERVER-29255 CollectionOptions with UUID passes validationBenety Goh2017-05-176-9/+12
* SERVER-29226: Update microbenchmarks to use noop network compressordalyd2017-05-171-4/+4
* SERVER-29252 Rotate the coreshard & sharding client cycle.ADAM David Alan Martin2017-05-177-19/+13
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-1712-250/+378
* Revert "Revert "SERVER-29224 Unify apply_ops and oplog libraries""Andrew Morrow2017-05-179-139/+4
* SERVER-29218 Use std:::unique_ptr to manage QuerySolutionNode objectsJustin Seyster2017-05-177-64/+69
* SERVER-29046 IDL constants should use cpp_name instead of field nameGabriel Russell2017-05-173-14/+17
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-1714-387/+495
* 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-174-165/+223
* SERVER-28845 Update windows variant namesRamon Fernandez2017-05-171-20/+20
* Revert "SERVER-29224 Unify apply_ops and oplog libraries"Spencer Jackson2017-05-178-4/+139
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-175-30/+49
* SERVER-29110 Include IDL compiler output in the generated sources aliasAndrew Morrow2017-05-171-0/+2
* SERVER-29224 Unify apply_ops and oplog librariesAndrew Morrow2017-05-178-139/+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-28100 moved common test code for all 3 tags.js tests into a test libra...Benety Goh2017-05-164-719/+297
* 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-29008 Set TestData.numTestClients property in resmoke.py.Max Hirschhorn2017-05-162-11/+20
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-1612-222/+294
* SERVER-29028 Update docs/building.mdMark Benvenuto2017-05-161-20/+31
* 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