summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-48493 RSM's isMasterMonitor should handle network exceeded tim...George Wangensteen2021-05-131-2/+0
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-2/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+2
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-253-3/+3
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-2311-75/+76
* SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...Blake Oler2021-03-171-2/+6
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-22/+25
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-252-25/+22
* SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano2021-02-223-264/+269
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-22/+25
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-186-86/+580
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-183-7/+9
* SERVER-53326 Integrate CancelationTokens with ExecutorFuturesGeorge Wangensteen2021-02-173-0/+295
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-01-274-0/+11
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-141-0/+8
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-8/+0
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+3
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-3/+2
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+3
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-1/+1
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-052-2/+5
* SERVER-53453: Set finalResponsePromise before calling continueExhaustRequest ...Tyler Seip2020-12-221-3/+2
* SERVER-53084 Run onFinish callback out of line in the NetworkInterfaceTLMatthew Saltz2020-12-221-42/+24
* SERVER-52676 Hedged reads should ignore stale errorsJaume Moragues2020-12-161-11/+16
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-11/+67
* SERVER-53305 Control AsyncRequestExecutor via ConstructorDestructorActionsAmirsaman Memaripour2020-12-092-3/+12
* SERVER-49108 Convert buildInfo command to async implementationAmirsaman Memaripour2020-12-093-0/+174
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-2/+0
* SERVER-50157 Add usage notes for MockNetwork::InSequenceVesselina Ratcheva2020-12-071-3/+63
* SERVER-50157 Add Sequence to network mock frameworkVesselina Ratcheva2020-12-063-1/+226
* SERVER-50155 Add more unittests for MockNetwork fixtureVesselina Ratcheva2020-12-061-12/+208
* SERVER-50155 Create unittest file for MockNetworkVesselina Ratcheva2020-12-017-57/+629
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-232-3/+3
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-206-30/+27
* SERVER-51344 default init for fireAndForgetModeBilly Donahue2020-11-201-1/+1
* SERVER-52916 Add futurized TaskExecutor::sleepUntilMatthew Saltz2020-11-183-0/+204
* SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani2020-11-174-1/+17
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-111-1/+2
* SERVER-51811: build fix, SSL code must be guardedAndrew Shuvalov2020-11-061-0/+4
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-058-25/+59
* SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou2020-11-032-0/+18
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-262-3/+7
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-1/+7
* SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz2020-10-0911-34/+241
* SERVER-51337 fix use-after-move in NetworkInterfaceMockBilly Donahue2020-10-051-11/+8
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-102-0/+8
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-304-41/+105
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-83/+106