summaryrefslogtreecommitdiff
path: root/main/event.c
AgeCommit message (Expand)Author
2013-04-04Separate some event struct definitions from instantiation.Richard Mudgett
2013-03-04Fix comparison of presence state in event subsystem.Jason Parker
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-11Cleanup event on exit.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-07-31Move event cache updates into event processing thread.Russell Bryant
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Add a "corosync ping" CLI command.Russell Bryant
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-20Add missing payload type to events APIMichael L. Young
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-02Fix case-sensitivity for device-specific event subscriptions and CCSSKinsey Moore
2011-09-22Merged revisions 337595,337597 via svnmerge from Jonathan Rose
2011-09-13Merged revisions 335510 via svnmerge from Russell Bryant
2011-06-15Merged revisions 323669-323670 via svnmerge from Richard Mudgett
2011-06-15Merged revisions 323456 via svnmerge from Richard Mudgett
2011-06-03Merged revisions 321871 via svnmerge from Richard Mudgett
2011-06-03Merged revisions 321812-321813 via svnmerge from Richard Mudgett
2010-11-20Merged revisions 295711 via svnmerge from Russell Bryant
2010-06-09Resolve an invalid memory read on an event.Russell Bryant
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