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