summaryrefslogtreecommitdiff
path: root/main/event.c
AgeCommit message (Expand)Author
2010-04-22Add ast_event subscription unit test and fix some ast_event API bugs.Russell Bryant
2010-03-29Remove a debugging log entry.Russell Bryant
2010-02-10Add a test module for the event API, test_event.c.Russell Bryant
2010-02-08Fix return value of get_ie_str() and get_ie_str_hash() for non-existent IE.Russell Bryant
2010-01-15Ensure payload type is properly checked when comparing against cached events.Russell Bryant
2009-11-09Fix various problems detected with Valgrind.Tilghman Lesher
2009-08-01Fix ast_event_queue_and_cache() to actually do the cache() part.Russell Bryant
2009-07-31Fix some places where ast_event_type was used instead of ast_event_ie_type.Russell Bryant
2009-07-11Add an API for reporting security events, and a security event logging module.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-05-03Add 'bitflags'-style information elements to event frameworkKevin P. Fleming
2009-05-02Do a bit of code cleanup.Russell Bryant
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-25Remove unneeded AST_LIST_ENTRY() and comment on the purpose of ast_event_ref.Russell Bryant
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-06-10Add an additional sanity check in case an event is passed between Mark Michelson
2008-06-10Merge some more changes from team/russell/eventsRussell Bryant
2008-05-05Simplify code by using a taskprocessor for dispatching events in the Asterisk...Russell Bryant
2008-04-16Introducing a small optimization to event_unsubscribe; events now use a Doubl...Steve Murphy
2008-02-13Fix a small logic error in ast_event_iterator_next. The previous logic allowe...Mark Michelson
2008-02-11Fix a problem regarding network vs. host byte orderMark Michelson
2008-01-11Goodbye again drumkilla.Joshua Colp
2008-01-11drumkilla ftw.Joshua Colp
2007-12-11* In unaligned.h, remove some unnecessary casts and mark the arg of the Russell Bryant
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi 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-29Try to clarify the rules on changing ast_event and ast_event_ieRussell Bryant
2007-08-29Fix parenthesis from my last commitRussell Bryant
2007-08-29Change pointer aritmetic on void * to char *Russell Bryant
2007-08-29there is not actually code that sends these over the network in trunk yetRussell Bryant
2007-08-29Return ast_event_get_ie_raw to using an iterator and fix logic in ast_event_i...Joshua Colp
2007-08-29This concludes bringing trunk back to a working state.Joshua Colp
2007-08-29To keep others happy... revert part of my additions so trunk works.Joshua Colp
2007-08-29Add API calls for iterating through an event. This should allow events to hav...Joshua Colp
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-16This file really needs more documentation...Olle Johansson
2007-04-28Merge changes from team/russell/eventsRussell Bryant