summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-15/+0
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-143-8/+8
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-304-8/+4
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+2
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-293-2/+3
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-286-39/+114
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-9/+1
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-1/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-2/+3
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-202-6/+8
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-2/+2
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-221-5/+8
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-162-1/+4
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-7/+1
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+1
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-3/+12
* SERVER-34857 Make `sharding_legacy_api_test` more robustKaloian Manassiev2018-05-071-0/+10
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-073-25/+29