aboutsummaryrefslogtreecommitdiffstats
path: root/main/sched.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Resolve 1.6.0 compilation issues on FreeBSD.russell1-1/+1
2008-09-10Merged revisions 142355 via svnmerge from russell1-5/+3
2008-07-30Merged revisions 134703 via svnmerge from tilghman1-2/+2
2008-07-18Merged revisions 131989 via svnmerge from tilghman1-0/+4
2008-07-18Merged revisions 131986 via svnmerge from tilghman1-0/+4
2008-07-18Merged revisions 131982 via svnmerge from tilghman1-2/+2
2008-06-11Merged revisions 121867 via svnmerge from tilghman1-1/+1
2008-05-14Merged revisions 116469 via svnmerge from russell1-3/+1
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-4/+4
2007-09-21Merged revisions 83432 via svnmerge from russell1-5/+5
2007-08-30A schedule id of 0 is not possible and is used to flag that we want to add a ...tilghman1-1/+2
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedrussell1-0/+13
2007-06-25Convert so more logging to ast_debug (issue #10045, dimas)russell1-16/+14
2007-06-24Conversions to ast_debug()russell1-13/+9
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-4/+4
2007-02-23Merged revisions 56457 via svnmerge from file1-1/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-14/+18
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+399