summaryrefslogtreecommitdiff
path: root/include/asterisk/taskprocessor.h
AgeCommit message (Expand)Author
2016-08-10pjsip: Fix deadlock with suspend taskprocessor on masqueradeAlexei Gradinari
2016-06-09taskprocessors: Implement high/low water mark alerts.Richard Mudgett
2016-01-08taskprocessor.c: New API for human friendly taskprocessor names.Richard Mudgett
2015-11-13Taskprocessors: Increase high-water markMark Michelson
2015-11-12res_pjsip: Deny requests when threadpool queue is backed up.Mark Michelson
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-01-17Address David's latest feedback on reviewboard:Mark Michelson
2013-01-15Add doxygen to accessors and increase refcount of taskprocessor before return...Mark Michelson
2013-01-15Make ast_taskprocessor_listener opaque.Mark Michelson
2013-01-15Address further review feedback from David Lee.Mark Michelson
2013-01-15Remove alloc and destroy callbacks from the taskprocessor.Mark Michelson
2013-01-07Address review board feedback from Matt and RichardMark Michelson
2012-12-11Some documentation fixes and function call name fixes.Mark Michelson
2012-12-07Add new threadpool test and fix some taskprocessor bugs.Mark Michelson
2012-11-19Get rid of trailing whitespace.Mark Michelson
2012-11-19Reorganize code and change behavior of ast_taskprocessor_execute() when taskp...Mark Michelson
2012-11-16Change the write-up on taskprocessors to reflect the new design.Mark Michelson
2012-11-16Add a shutdown callback to taskprocessor listeners.Mark Michelson
2012-11-09Add doxygen and constify some things.Mark Michelson
2012-11-09Genericize the allocation and destruction of taskprocessor listeners.Mark Michelson
2012-11-08Move taskprocessors to use a listener model.Mark Michelson
2010-02-22Minor tweaks to comment blocks and includes.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...Dwayne M. Hubbard