summaryrefslogtreecommitdiff
path: root/main/sched.c
AgeCommit message (Expand)Author
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-16sched.c: Ensure oldest expiring entry runs first.Richard Mudgett
2015-12-01sched.c: Make not return a sched id of 0.Richard Mudgett
2015-09-30sched.c: Add warning about negative time interval request.Richard Mudgett
2015-09-15scheduler: Use queue for allocating sched IDs.Mark Michelson
2015-08-28sched: ast_sched_del may return prematurely due to spurious wakeupJoshua Colp
2015-05-20chan_iax2: Prevent deadlock between hangup and sending lagrq/pingYousf Ateya
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-19Create work around for scheduler leaks during shutdown.Corey Farrell
2014-10-14Scheduler: Fix a nasty scheduler caching bug which makes new tasks not executeJonathan Rose
2014-08-28sched: Fix typo and whitespace change.Richard Mudgett
2014-08-26Fix race condition in the scheduler when deleting a running entry.Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-02-11scheduler: Remove hashtab usage.Joshua Colp
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-14Fix inaccurate sizeof() in sched.c.Russell Bryant
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-08-10Merged revisions 281575 via svnmerge from Russell Bryant
2010-07-16Finally, a method that really fixes the assertions in chan_iax2.c related to ...Tilghman Lesher
2010-02-03Initialize counters in ast_sched_report so that resulting data is not bogus.Mark Michelson
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.Russell Bryant
2009-02-17Significantly improve scheduler performance under high load.Russell Bryant
2009-02-15Make ast_sched_report() and ast_sched_dump() thread safe.Russell Bryant
2009-02-15Fix a number of problems with ast_sched_report().Russell Bryant
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.Russell Bryant
2008-09-10Merged revisions 142354 via svnmerge from Russell Bryant
2008-08-10That's all, folks. Not going to update the Makefile until res_jabber isSean Bright
2008-07-30Oops, wrong defineTilghman Lesher
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