summaryrefslogtreecommitdiff
path: root/src/mongo/s/async_requests_sender.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-13/+0
* Revert "SERVER-35735 Single shard transaction support for basic crud ops"Randolph Tan2018-06-261-0/+13
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-13/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-35357 Implement a temporary map of transaction runtime states on MongoSRandolph Tan2018-06-201-1/+16
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-5/+4
* SERVER-34753 ARS::_makeProgress uses passed opCtxJason Carey2018-04-301-2/+5
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-7/+102
* SERVER-34582 Replace object level lock for ARSJason Carey2018-04-241-42/+21
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-3/+3
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-5/+5
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-3/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-6/+1
* SERVER-28542 make ARS store interrupt status instead of CallbackCanceled in r...Esha Maharishi2017-03-301-5/+9
* SERVER-28353 make ARS actually interruptible from the deadline on the Operati...Esha Maharishi2017-03-231-19/+29
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-162/+121
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-14/+17
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of DBClientM...Esha Maharishi2017-03-061-6/+14
* SERVER-28173 create a component that sends requests in parallel to multiple h...Esha Maharishi2017-03-021-0/+336