summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46289 Make SingleServerPingMonitor retry after failed pingHaley Connelly2020-04-062-77/+47
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-065-107/+86
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-04-067-57/+450
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-0512-37/+74
* SERVER-47051 Investigate OCSP failures on 4.3.4 and on 4.5.0Shreyas Kalyan2020-04-041-18/+37
* SERVER-46711 Ensure warm connection pool on startup timeout is >= 0.Max Hirschhorn2020-04-031-0/+2
* SERVER-46534 Make notMasterUnacknowledgedWrites ignore readsAmirsaman Memaripour2020-04-031-2/+3
* SERVER-47173 Make mirroring response callback record non-okay statusAmirsaman Memaripour2020-04-031-1/+5
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-04-0321-218/+302
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-04-0211-49/+164
* SERVER-47169 Call ShardRegistry::updateReplSetHosts() synchronouslyHaley Connelly2020-04-022-5/+21
* SERVER-45055 Startup recovery should work with more than one unfinished two-p...Louis Williams2020-04-023-24/+29
* SERVER-47155 Limit the number of simultaneous index builds running from user ...Gregory Wlodarek2020-04-023-10/+101
* SERVER-47155 IndexBuildsCoordinatorMongod unit tests should use the default t...Gregory Wlodarek2020-04-021-8/+1
* SERVER-47155 MultiIndexBlock::init() should invariant the collection is held ...Gregory Wlodarek2020-04-022-2/+2
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-023-36/+39
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-04-0210-196/+283
* SERVER-46706 Add deprecation messages for geoHaystack and geoSearchTed Tuckman2020-04-022-5/+51
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-04-028-47/+16
* SERVER-45763 optimize sort key generationIan Boros2020-04-026-2/+368
* SERVER-42797 ReplSetTest#initiateWithAnyNodeAsPrimary should wait for cluster...Randolph Tan2020-04-021-45/+49
* SERVER-44096 Prevent killAllSessionsByPattern and killSessions from being kil...Randolph Tan2020-04-022-0/+14
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-026-18/+26
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-029-3/+76
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-0110-141/+216
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-019-40/+41
* SERVER-47038 Some RangeDeletion unit tests don't correctly wait for threads t...Alex Taskov2020-04-013-20/+28
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-04-0110-173/+210
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-04-015-22/+104
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-04-012-5/+15
* SERVER-46799: update log lines for style guideLamont Nelson2020-04-0110-73/+124
* SERVER-46779 Make replSetResizeOplog not require size parameterGregory Noma2020-04-012-8/+13
* SERVER-44645 Windows does not generate minidumps on unhandled C++ exceptionsMark Benvenuto2020-03-313-2/+35
* SERVER-46863 prevent collator mismatch in findAndModify/updateIan Boros2020-03-311-1/+4
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-315-88/+149
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-313-10/+32
* SERVER-46621 set ns field in currentOp for index buildsBenety Goh2020-03-311-0/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-3111-128/+180
* SERVER-47160 Support UserAssertAfterLog using the log id as the assertion id.Henrik Edin2020-03-316-34/+53
* SERVER-47188 Return appropriate error messages from saslStartSara Golemon2020-03-311-4/+3
* SERVER-47096 Fix broken topology_coordinator_v1_test.cpp compileKaloian Manassiev2020-03-311-0/+2
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-3110-54/+95
* SERVER-44333 Extend write concern validation for mongosAmirsaman Memaripour2020-03-301-3/+3
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-303-22/+54
* SERVER-47068: Remove repair lock file when WT salvage refused to work on inco...Daniel Gottlieb2020-03-305-23/+46
* SERVER-47006: Correct a comment typo in MDB/WT versioning.Daniel Gottlieb2020-03-301-1/+1
* SERVER-47153 userAllowedCreateNS() should check for long collection names in ...Gregory Wlodarek2020-03-301-0/+11
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-309-366/+456
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-302-4/+67
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-307-26/+138