summaryrefslogtreecommitdiff
path: root/src/mongo/s/async_requests_sender.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+4
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-061-29/+55
* Revert "SERVER-41132 Opportunistic targeting for ARS"Gregory Wlodarek2019-06-061-53/+29
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-061-29/+53
* SERVER-39163 Parallel targetting in the ARSJason Carey2019-05-011-204/+125
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-3/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39208 ignore InterruptedAtShutdown in ARS dtorJason Carey2019-02-081-3/+10
* SERVER-39147 Always batonJason Carey2019-02-061-17/+1
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-01-161-0/+4
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-3/+1
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-021-8/+2
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-021-4/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37358 dont early return from ARSJason Carey2018-10-011-2/+8
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-48/+5
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-45/+16
* 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