summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-063-20/+12
* SERVER-28489 MockStream hook methods may still be used if the stream gets can...samantharitter2017-03-241-2/+2
* SERVER-28489 Add documentation to mock stream frameworksamantharitter2017-03-241-0/+59
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+3
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-242-4/+23
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-234-2/+37
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-236-0/+22
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-104-8/+7
* SERVER-28259 Log time elapsed during connect for NetworkInterfaceASIO connect...samantharitter2017-03-091-1/+3
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-094-7/+8
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-084-8/+7
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-085-124/+257
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-076-16/+16
* SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn2017-02-284-12/+8
* SERVER-27863 Reschedule early alarms in NetworkInterfaceASIOJonathan Reams2017-02-242-2/+11
* SERVER-27855 Add missing include to network_interface_asio_test.cppKaloian Manassiev2017-02-181-0/+1
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+4
* Add more detailed comments to NetworkTestEnvRandolph Tan2017-02-091-2/+25