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