summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-3/+4
* SERVER-32601 add socket tagging/close to egressJason Carey2018-02-158-7/+416
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-133-2/+3
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-314-18/+51
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-232-3/+19
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-2/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-4/+4
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-143-96/+76
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-116-19/+8
* SERVER-31830 Allow invariant to accept messagessamantharitter2017-12-061-1/+3
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-223-26/+25
* SERVER-31883 update nia test for op_msgJason Carey2017-11-141-22/+41
* SERVER-31737 Fix invariant in log when timing out in NetworkInterfaceASIO bef...Henrik Edin2017-11-104-30/+32
* SERVER-31811 Remove logging of binary data.Henrik Edin2017-11-101-6/+22
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-10/+14
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-071-99/+148
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-022-2/+2
* SERVER-29074 Avoid `AsyncOp::_request` in log text.ADAM David Alan Martin2017-10-242-16/+26
* Revert "SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersi...Louis Williams2017-09-211-15/+2
* SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersion is in...Louis Williams2017-09-191-2/+15
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-185-8/+65
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-152-0/+10
* SERVER-29530 Fix variable shadowing in conn pool test fixtureAndrew Morrow2017-08-231-4/+4
* SERVER-28338 KillSessions SupportJason Carey2017-08-173-0/+194
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-193-2/+7
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-3/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-2/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+2
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-194-37/+12
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-192-10/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-187-61/+82
* SERVER-29461 check for duplicate fields when serializing OP_MSGMathias Stearn2017-06-131-1/+1
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-099-76/+123
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-073-20/+14
* SERVER-29020 Upgrade vendored copy of ASIO to 524288cb4fcf84664b3dc39cb4424c7...Spencer Jackson2017-06-051-4/+4
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-052-0/+26
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-025-6/+245
* SERVER-29098 ShardingTaskExecutor::scheduleRemoteCommand should not run passe...Randolph Tan2017-05-241-0/+9
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-1/+1
* SERVER-29114 Fix PeriodicRunnerASIO and testsamantharitter2017-05-152-4/+4
* SERVER-29009 Fix broken compile and other lint-breaking usages of std::Kaloian Manassiev2017-05-051-1/+1
* SERVER-29009 Add ability for AsyncTimers to be resetsamantharitter2017-05-055-35/+73
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-012-4/+4
* SERVER-28853 Properly test that host timeouts are delayed in connection_pool_...samantharitter2017-04-201-2/+15
* SERVER-28664 Use pool connections in MRU orderAndrew Morrow2017-04-132-5/+188
* SERVER-28652 Log when we remove connections from asio poolsamantharitter2017-04-111-1/+15
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-073-3/+27