summaryrefslogtreecommitdiff
path: root/main/sched.c
AgeCommit message (Expand)Author
2008-07-18Merged revisions 131988 via svnmerge from Tilghman Lesher
2008-07-18Merged revisions 131985 via svnmerge from Tilghman Lesher
2008-07-18Merged revisions 131970 via svnmerge from Tilghman Lesher
2008-06-11Merged revisions 121861 via svnmerge from Tilghman Lesher
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-05-07Fix up a problem that was introduced into the scheduler when it was convertedRussell Bryant
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-04-16Introducing a small upgrade to the ast_sched_xxx facility, to keep it from e...Steve Murphy
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-08-30A schedule id of 0 is not possible and is used to flag that we want to add a ...Tilghman Lesher
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedRussell Bryant
2007-06-25Convert so more logging to ast_debug (issue #10045, dimas)Russell Bryant
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-02-23Merged revisions 56457 via svnmerge from Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming