summaryrefslogtreecommitdiff
path: root/main/taskprocessor.c
AgeCommit message (Expand)Author
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