aboutsummaryrefslogtreecommitdiffstats
path: root/main/sched.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-1/+1
2010-07-16Finally, a method that really fixes the assertions in chan_iax2.c related to ...tilghman1-6/+21
2010-02-03Initialize counters in ast_sched_report so that resulting data is not bogus.mmichelson1-0/+1
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.russell1-1/+1
2009-02-17Significantly improve scheduler performance under high load.russell1-81/+71
2009-02-15Make ast_sched_report() and ast_sched_dump() thread safe.russell1-2/+5
2009-02-15Fix a number of problems with ast_sched_report().russell1-22/+15
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.russell1-1/+143
2008-09-10Merged revisions 142354 via svnmerge from russell1-5/+3
2008-08-10That's all, folks. Not going to update the Makefile until res_jabber isseanbright1-11/+11
2008-07-30Oops, wrong definetilghman1-2/+2
2008-07-18Merged revisions 131988 via svnmerge from tilghman1-0/+4
2008-07-18Merged revisions 131985 via svnmerge from tilghman1-0/+4
2008-07-18Merged revisions 131970 via svnmerge from tilghman1-2/+2
2008-06-11Merged revisions 121861 via svnmerge from tilghman1-1/+1
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-1/+1
2008-05-14Merged revisions 116463 via svnmerge from russell1-3/+1
2008-05-07Fix up a problem that was introduced into the scheduler when it was convertedrussell1-4/+15
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman1-4/+6
2008-04-16Introducing a small upgrade to the ast_sched_xxx facility, to keep it from e...murf1-37/+149
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