summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32793 Refactor SCRAMSHA1ClientCache to be block independentSara Golemon2018-01-257-82/+48
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-2520-390/+367
* SERVER-32783 fix race in RemoteCommandRetryScheduler between shutdown() and r...Benety Goh2018-01-252-1/+59
* SERVER-32783 RemoteCommandRetryScheduler releases callback resources on compl...Benety Goh2018-01-253-1/+48
* SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be resta...Benety Goh2018-01-253-13/+61
* SERVER-32893: Allow dropping of `system.indexes` to not be timestamped.Daniel Gottlieb2018-01-251-2/+9
* SERVER-31293 Don't consider readPreference 'primary' as equivalent to 'slaveO...Bernard Gorman2018-01-251-3/+6
* SERVER-32860 Change dependency to repl_coordinator_interface instead of repl_...Henrik Edin2018-01-257-10/+18
* SERVER-30283 Fix typo in PingStats commentWilliam Schultz2018-01-251-1/+1