summaryrefslogtreecommitdiff
path: root/main/event.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-23Clang: change previous tautological-compare fixes.Diederik de Groot
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2014-06-27event.c: Fix type mismatch errors in ie_maps[].Richard Mudgett
2014-05-23Fix signed/unsigned build warningsKinsey Moore
2014-05-22res_corosync: Update module to work with Stasis (and compile)Matthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-17Refactor CEL to avoid using the event system coreKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-05-03Stasis: Convert network change events into network change stasis messagesJonathan Rose
2013-05-02Putting all event defs and names back for now due to res_corosync dependencyJonathan Rose
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-30Add forgotten event types to event_names arrayJonathan Rose
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