aboutsummaryrefslogtreecommitdiffstats
path: root/main/event.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29Merged revisions 159818 via svnmerge from kpfleming1-2/+2
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