summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-2/+1
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-253-5/+5
* SERVER-27618 Make NetworkInterfaceASIO integration test less stressfulsamantharitter2017-01-101-3/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+3
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-306-28/+0
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-137-38/+51
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-082-13/+129
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-062-5/+7
* SERVER-27052 ThreadPoolTaskExecutor clears 'cbStateArg->callback' after runni...Benety Goh2016-11-282-1/+56
* SERVER-26940 lower maxConnections on windows stress testMatt Cotter2016-11-171-0/+6
* SERVER-26966 Remove dead legacy find/getMore up and downconversionCharlie Swanson2016-11-118-465/+14
* SERVER-24556 fix warning for AsyncSecureStream::connectMatt Cotter2016-11-082-2/+2
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-074-10/+19
* SERVER-26864 switch NIA setAlarm to use durationsMatt Cotter2016-11-071-1/+2
* SERVER-26880 Use fewer conns in asio connpool testJason Carey2016-11-041-3/+4
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-012-0/+9