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