summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-31169-660/+658
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-3113-18/+498
* SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdaterBlake Oler2018-01-3110-248/+128
* SERVER-32516 remove make_optional typeJudah Schvimer2018-01-311-1/+1
* Import tools: 4ec067b2ad33ffc54a558270f8506f8405382379 from branch masterRamon Fernandez2018-01-3176-1105/+2774
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-313-1/+15
* SERVER-29771 Remove the forceerror commandjannaerin2018-01-311-25/+0
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-316-9/+50
* SERVER-32489 New main library for embedded to link and initialize the system ...Henrik Edin2018-01-3119-454/+2635
* SERVER-22039 Fix printShardingSize commandBlake Oler2018-01-301-4/+1
* SERVER-32593 Stepdown after failed moveChunk commit shouldn't crash source sh...Jack Mulrow2018-01-301-0/+20
* SERVER-31409 Create basic multi-version rollback Javascript testVesselina Ratcheva2018-01-302-4/+84
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-3011-33/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-30142-666/+665
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-302-3/+5
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-302-41/+7
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-305-100/+129
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-304-1490/+1569
* SERVER-32851 Prevent setFCV and createCollection racing such that a collectio...Dianna Hohensee2018-01-301-0/+30
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-01-303-11/+17
* SERVER-32592 Ignore stepdown errors in MigrationSourceManager::cleanupOnErrorJack Mulrow2018-01-301-1/+6
* SERVER-32702 Disable the tests that ignore unique constraint, for Mobile SEnehakhatri52018-01-301-7/+7
* Import wiredtiger: 06a940e28a0e174adb979600302696a3e126e846 from branch mongo...Luke Chen2018-01-307-11/+21
* SERVER-32196 choose which rollback algorithm to use with supportsRecoverToSta...Judah Schvimer2018-01-291-5/+12
* SERVER-32196 change semantics around supportsRecoverToStableTimestampJudah Schvimer2018-01-296-24/+59
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-01-291-2/+8
* Revert "SERVER-32748 Split ssl_manager.cpp into openssl specific and general ...Mark Benvenuto2018-01-294-1569/+1490
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-295-130/+101
* SERVER-32318 Fine grained locking in doTxnSiyuan Zhou2018-01-293-26/+57
* Revert "SERVER-32751 Simplify SSLManagerInterface"Tess Avitabile2018-01-292-7/+41
* Revert "SERVER-32749 move sspi.h to windows_basic.h"Tess Avitabile2018-01-292-5/+3
* SERVER-32453 Handle cursor->next return code in WTKVEngine::getAllIdentsXiangyu Yao2018-01-291-1/+4
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-2916-3478/+17
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-295-55/+69
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-2947-120/+92
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-292-3/+5
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-292-41/+7
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-295-101/+130
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-294-1490/+1569
* SERVER-32607 Implement a DatabaseVersion type class and add it to the Databas...Kaitlin Mahar2018-01-289-4/+163
* SERVER-32766 Address already in use with bind_ip_all and ipv6Sara Golemon2018-01-281-0/+3
* SERVER-32785 integrate Google Benchmark with SConsRobert Guo2018-01-2746-0/+7280
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-255-20/+73
* SERVER-32783 remove unnecessary scheduleWork call from CollectionCloner::_ver...Benety Goh2018-01-251-8/+1
* SERVER-32783 CollectionCloner::shutdown() does not wait for _verifyCollection...Benety Goh2018-01-252-1/+34
* Revert "SERVER-30818 Wait for all background index builds to complete before ...William Schultz2018-01-255-73/+20
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-255-20/+73
* SERVER-32783 add test case for CollectionCloner handling collection drops whi...Benety Goh2018-01-251-0/+85
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-255-63/+85
* SERVER-32835 Refactor SaslSCRAMSHA1ClientConversation to be block independentSara Golemon2018-01-255-96/+107