summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-137-121/+285
* SERVER-45980 Restrict scope of full loads to current operation in VersionMana...Blake Oler2020-02-061-5/+4
* SERVER-45438 Create serverStatus section for hedging metricsCheahuychou Mao2020-01-223-0/+154
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-072-4/+14
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-062-5/+8
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-173-0/+220
* SERVER-45027 Use more descriptive names for MONGO_MAKE_LATCH() invocationsBen Caimano2019-12-091-1/+1
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-093-3/+8
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-3/+2
* SERVER-43426 remove outdated TODO noteMisha Tyulenev2019-11-141-1/+0
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-062-3/+2
* SERVER-44437 rewrite ShardLocal::createIndexOnConfig to not use DBDirectClientBenety Goh2019-11-062-9/+51
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-7/+7
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-178-36/+37
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-092-10/+15
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-062-5/+29
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-277-61/+44
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-1/+2
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-24/+17
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-144-28/+30
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-106-15/+17
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+1
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-082-0/+12
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-261-1/+1
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-162-52/+29
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-093-3/+3
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-286-11/+12
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-218-25/+20
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-3/+3
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39908 Migrate shard_connection set params to IDLSara Golemon2019-03-022-26/+58
* SERVER-39736 Migrate server parameters to IDL in src/mongo/s/client/shard_rem...Gabriel Russell2019-02-253-6/+44
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1326-26/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-37740 SERVER-37741 remove deprecated LabeledLevelKevin Pulo2018-11-211-21/+19
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-162-3/+6
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-163-3/+1
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-7/+5
* SERVER-37667 Silence Coverity warning in ShardConnectionKaloian Manassiev2018-10-232-4/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2226-409/+463
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-136-33/+47
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+12
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-061-1/+8
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-305-29/+107
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+1