summaryrefslogtreecommitdiff
path: root/main/devicestate.c
AgeCommit message (Expand)Author
2010-11-10Merged revisions 294501 via svnmerge from Russell Bryant
2010-05-17Merged revisions 263639 via svnmerge from Mark Michelson
2009-07-08Merged revisions 205409 via svnmerge from David Vossel
2009-07-08missing comma in devstatestring arrayDavid Vossel
2009-07-02Merged revisions 204681 via svnmerge from David Vossel
2009-06-26Make invalid hints report Unavailable instead of Idle.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-05Merged revisions 199297 via svnmerge from David Vossel
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-07-26actually use the cache_cache argumentRussell Bryant
2008-07-26ast_device_state() gets called in two different ways. The first way is whenRussell Bryant
2008-07-26Re-work comment about how device state changes are processed to be a bit more...Russell Bryant
2008-07-26Remove the code that decided when device state changes should be cached or not.Russell Bryant
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
2008-07-25Merged revisions 133649 via svnmerge from Tilghman Lesher
2008-07-25When the ast_device_state() function is called to retrieve device state, andRussell Bryant
2008-06-10Merge another big set of changes from team/russell/eventsRussell Bryant
2008-06-10Merge another change from team/russell/eventsRussell Bryant
2008-01-05Merged revisions 96644 via svnmerge from Russell Bryant
2008-01-04Merged revisions 96575 via svnmerge from Tilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi 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-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-06Merged revisions 67594 via svnmerge from Joshua Colp
2007-06-01Merge major changes to the way device state is passed around Asterisk. The twoRussell Bryant
2007-05-23Fix a couple minor spelling mistakes.Russell Bryant
2007-05-14Merged revisions 64276 via svnmerge from Joshua Colp
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant
2007-02-02Clean up ast_device_state. It's pretty now!Joshua Colp
2007-02-02Switch the devicestate thread to operate the same way as the logging thread. ...Joshua Colp
2007-02-02Read/write lockify the devicestate stuff a bit.Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-11-30Documentation updatesOlle Johansson
2006-11-30Small updateOlle Johansson
2006-11-30Doxygen updatesOlle Johansson
2006-11-30Adding some generic docs on extension and device states - watchers and providersOlle Johansson
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming