summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-15/+5
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-5/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+5
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-0/+1
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-3/+4
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-4/+6
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-181-5/+12
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-151-0/+2
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-13/+14
* SERVER-29098 ShardingTaskExecutor::scheduleRemoteCommand should not run passe...Randolph Tan2017-05-241-0/+9
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-141-1/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+3
* SERVER-20944 Move as much work as possible outside of ThreadPoolTaskExecutor ...Andy Schwerin2015-11-091-6/+7
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-291-0/+5
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+7
* SERVER-20419 Use constant time lookup to cancel operations waiting for a conn...Andrew Morrow2015-09-181-0/+16
* SERVER-20190 cancelCommand() preempts outstanding network events in NetworkIn...Samantha Ritter2015-09-151-1/+3
* SERVER-20189 added non-blocking version of ReplicationCoordinatorImpl::setFol...Benety Goh2015-09-081-0/+7
* SERVER-18384 cleaned up replication coordinator impl callbacksBenety Goh2015-09-081-0/+7
* Revert "SERVER-18384 cleaned up replication coordinator impl callbacks"Benety Goh2015-09-051-7/+0
* SERVER-18384 cleaned up replication coordinator impl callbacksBenety Goh2015-09-041-0/+7
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-1/+2
* SERVER-19001 Minor changes to TaskExecutor::CallbackHandle etc.Andy Schwerin2015-07-091-4/+4
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-1/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-276/+266
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-7/+41
* SERVER-18623 Wire in TaskExecutor interface and make it compileSpencer T Brody2015-06-091-47/+38
* SERVER-18623 TaskExecutor interfaceSpencer T Brody2015-06-051-0/+343