summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-0187-680/+623
* SERVER-18971 fix OpDebug::errInfo rename in service_entry_point_embeddedKevin Pulo2018-02-011-4/+4
* SERVER-18971 log command success/failureKevin Pulo2018-02-014-57/+35
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-12/+0
* Revert "SERVER-33023 Disable transaction on storage engines other than wired ...Siyuan Zhou2018-01-311-4/+0
* SERVER-32958 Re-remove forceerror commandjannaerin2018-01-311-25/+0
* SERVER-33023 Disable transaction on storage engines other than wired tigerSiyuan Zhou2018-01-311-0/+4
* SERVER-32373 wiredtiger/SConscript conf.CheckFunc with headersGabriel Russell2018-01-311-2/+2
* SERVER-32406 Fix so the generated version_constants.h is valid C++ when the e...Henrik Edin2018-01-311-1/+1
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-3115-85/+83
* SERVER-32958 reorder headersBilly Donahue2018-01-311-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-31171-664/+662
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-31169-658/+660
* 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