aboutsummaryrefslogtreecommitdiffstats
path: root/main/devicestate.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-10Merged revisions 294501 via svnmerge from russell1-1/+2
2010-05-17Merged revisions 263639 via svnmerge from mmichelson1-1/+3
2009-07-08Merged revisions 205409 via svnmerge from dvossel1-25/+0
2009-07-08missing comma in devstatestring arraydvossel1-1/+1
2009-07-02Merged revisions 204681 via svnmerge from dvossel1-27/+41
2009-06-26Make invalid hints report Unavailable instead of Idle.russell1-10/+26
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-06-05Merged revisions 199297 via svnmerge from dvossel1-20/+15
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-9/+5
2009-03-25Improve performance of the ast_event cache functionality.russell1-27/+42
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-1/+0
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman1-47/+23
2008-07-26actually use the cache_cache argumentrussell1-3/+6
2008-07-26ast_device_state() gets called in two different ways. The first way is whenrussell1-2/+10
2008-07-26Re-work comment about how device state changes are processed to be a bit more...russell1-6/+15
2008-07-26Remove the code that decided when device state changes should be cached or not.russell1-26/+16
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-0/+30
2008-07-25Merged revisions 133649 via svnmerge from tilghman1-34/+5
2008-07-25When the ast_device_state() function is called to retrieve device state, andrussell1-1/+1
2008-06-10Merge another big set of changes from team/russell/eventsrussell1-5/+210
2008-06-10Merge another change from team/russell/eventsrussell1-0/+88
2008-01-05Merged revisions 96644 via svnmerge from russell1-1/+1
2008-01-04Merged revisions 96575 via svnmerge from tilghman1-9/+17
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
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-6/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-18/+92
2007-07-23(closes issue #10271)russell1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-10/+5
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-3/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-2/+2
2007-06-06Merged revisions 67594 via svnmerge from file1-6/+5
2007-06-01Merge major changes to the way device state is passed around Asterisk. The tworussell1-53/+13
2007-05-23Fix a couple minor spelling mistakes.russell1-2/+2
2007-05-14Merged revisions 64276 via svnmerge from file1-3/+7
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do somerussell1-6/+68
2007-02-02Clean up ast_device_state. It's pretty now!file1-24/+18
2007-02-02Switch the devicestate thread to operate the same way as the logging thread. ...file1-16/+14
2007-02-02Read/write lockify the devicestate stuff a bit.file1-27/+26
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-3/+3
2006-11-30Documentation updatesoej1-1/+18
2006-11-30Small updateoej1-0/+6
2006-11-30Doxygen updatesoej1-1/+19
2006-11-30Adding some generic docs on extension and device states - watchers and providersoej1-1/+44
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+383