summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor.h
Commit message (Expand)AuthorAgeFilesLines
* 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