aboutsummaryrefslogtreecommitdiffstats
path: root/main/event.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-01Merged revisions 209835 via svnmerge from russell1-2/+5
2009-07-31Merged revisions 209711 via svnmerge from russell1-9/+9
2009-03-27Merged revisions 184630 via svnmerge from russell1-1/+1
2009-03-25Merged revisions 184344 via svnmerge from russell1-1/+10
2009-03-25Merged revisions 184339 via svnmerge from russell1-136/+350
2008-11-29Merged revisions 159818 via svnmerge from kpfleming1-2/+2
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-30/+30
2008-06-10Add an additional sanity check in case an event is passed between mmichelson1-0/+10
2008-06-10Merge some more changes from team/russell/eventsrussell1-138/+420
2008-05-05Simplify code by using a taskprocessor for dispatching events in the Asterisk...russell1-74/+48
2008-04-16Introducing a small optimization to event_unsubscribe; events now use a Doubl...murf1-24/+25
2008-02-13Fix a small logic error in ast_event_iterator_next. The previous logic allowe...mmichelson1-1/+1
2008-02-11Fix a problem regarding network vs. host byte ordermmichelson1-3/+1
2008-01-11Goodbye again drumkilla.file1-1/+1
2008-01-11drumkilla ftw.file1-1/+1
2007-12-11* In unaligned.h, remove some unnecessary casts and mark the arg of the russell1-2/+3
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-08-29Try to clarify the rules on changing ast_event and ast_event_ierussell1-2/+14
2007-08-29Fix parenthesis from my last commitrussell1-2/+2
2007-08-29Change pointer aritmetic on void * to char *russell1-5/+5
2007-08-29there is not actually code that sends these over the network in trunk yetrussell1-1/+1
2007-08-29Return ast_event_get_ie_raw to using an iterator and fix logic in ast_event_i...file1-13/+9
2007-08-29This concludes bringing trunk back to a working state.file1-0/+1
2007-08-29To keep others happy... revert part of my additions so trunk works.file1-7/+13
2007-08-29Add API calls for iterating through an event. This should allow events to hav...file1-11/+44
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-1/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-16This file really needs more documentation...oej1-1/+1
2007-04-28Merge changes from team/russell/eventsrussell1-0/+774