aboutsummaryrefslogtreecommitdiffstats
path: root/main/taskprocessor.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Minor tweaks to comment blocks and includes.russell1-8/+8
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-4/+4
2009-04-01Merge changes from str_substitution that are unrelated to that branch.tilghman1-3/+3
2009-01-13correct a CLI descriptiondhubbard1-1/+1
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-3/+3
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-3/+3
2008-09-28Merge the cli_cleanup branch.mvanbaak1-2/+2
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-1/+1
2008-08-10That's all, folks. Not going to update the Makefile until res_jabber isseanbright1-4/+4
2008-08-06move taskprocessor CLI commands into the core namespacedhubbard1-9/+8
2008-06-23make solaris happy...pointed out by snuff-home on IRCdhubbard1-8/+8
2008-06-10Properly initialize the cli_ping condition and lockrussell1-1/+5
2008-06-10Change system header includes to be like how it is done in other filesrussell1-2/+4
2008-06-09Initialize the lock and destroy lock and cond in the destructor (thanks, mmic...twilson1-1/+6
2008-05-29Had to move the ASTERISK_FILE_VERSION decl to just after the include of "aste...murf1-1/+2
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-1/+1
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...dhubbard1-0/+490