summaryrefslogtreecommitdiff
path: root/main/taskprocessor.c
AgeCommit message (Expand)Author
2013-02-12Add a serializer interface to the threadpoolDavid M. Lee
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-07Remove tasks from the taskprocessor and free them when taskprocessor is destr...Mark Michelson
2013-01-07Add some doxygen and remove an unnecessary unlock.Mark Michelson
2013-01-07Address review board feedback from Matt and RichardMark Michelson
2012-12-13Resolve conflict and reset automerge.Mark Michelson
2012-12-10Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocess...Mark Michelson
2012-12-07Remove unsafe write of listener member.Mark Michelson
2012-12-07Fix infinite looping and crash problem.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-16Test that shutdown callback is called when expected.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-08Get rid of taskprocessor fields no longer necessary.Mark Michelson
2012-11-08Move taskprocessors to use a listener model.Mark Michelson
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
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-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-01-13correct a CLI descriptionDwayne M. Hubbard
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-10That's all, folks. Not going to update the Makefile until res_jabber isSean Bright
2008-08-06move taskprocessor CLI commands into the core namespaceDwayne M. Hubbard
2008-06-23make solaris happy...pointed out by snuff-home on IRCDwayne M. Hubbard
2008-06-10Properly initialize the cli_ping condition and lockRussell Bryant
2008-06-10Change system header includes to be like how it is done in other filesRussell Bryant
2008-06-09Initialize the lock and destroy lock and cond in the destructor (thanks, mmic...Terry Wilson
2008-05-29Had to move the ASTERISK_FILE_VERSION decl to just after the include of "aste...Steve Murphy
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...Dwayne M. Hubbard