summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-019-27/+67
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-0116-250/+182
* SERVER-33038 Remove dependency on serveronly_repl for embeddedHenrik Edin2018-02-014-3/+24
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-0110-43/+45
* SERVER-32913 add namespace to applyOperation_inlock dassert message for lock ...Benety Goh2018-02-011-3/+5
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-012-4/+20
* SERVER-32063 no auth required for mongos isMasterJason Carey2018-02-011-0/+4
* SERVER-28822 asan fixesJason Carey2018-02-012-1/+21
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-018-80/+487
* SERVER-32958 restore LogRotateCmd's adminOnly override.Billy Donahue2018-02-011-0/+3
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-014-31/+83
* SERVER-32854 Replication Coordinator implementation for embedded. It implemen...Henrik Edin2018-02-016-50/+761
* SERVER-18137: Fix lintDaniel Gottlieb2018-02-011-2/+2
* 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-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
* 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