Commit Graph

70 Commits (29694eb2aaa45c366fe28777722b0307f3742f95)

Author SHA1 Message Date
Diederik de Groot 9c61245061 Clang: change previous tautological-compare fixes.
10 years ago
Matthew Jordan e5c5fe70d6 main/event: Remove unnecessary assignment of negative value to enum
10 years ago
Matthew Jordan 7c4efc490a clang compiler warnings: Fix autological comparisons
10 years ago
Corey Farrell aad1694fd4 Replace most uses of ast_register_atexit with ast_register_cleanup.
10 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett d8b4adb590 Fix incorrect usages of ast_realloc().
12 years ago
Jonathan Rose 6a8180034f Add forgotten event types to event_names array
12 years ago
Jason Parker 0667c05261 Fix comparison of presence state in event subsystem.
12 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Richard Mudgett a65e904a51 Cleanup event on exit.
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Russell Bryant 733b46022b Move event cache updates into event processing thread.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
13 years ago
Michael L. Young 255214c5da Add missing payload type to events API
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Kinsey Moore 8d1bde49a9 Fix case-sensitivity for device-specific event subscriptions and CCSS
13 years ago
Jonathan Rose 5982bdcb7c Merged revisions 337595,337597 via svnmerge from
14 years ago
Russell Bryant 2a25779d47 Merged revisions 335510 via svnmerge from
14 years ago
Richard Mudgett b2d0ea5fea Merged revisions 323669-323670 via svnmerge from
14 years ago
Richard Mudgett 70d9527951 Merged revisions 323456 via svnmerge from
14 years ago
Richard Mudgett 85aa126b34 Merged revisions 321871 via svnmerge from
14 years ago
Richard Mudgett 397c379a7d Merged revisions 321812-321813 via svnmerge from
14 years ago
Russell Bryant 9fbbdfb223 Merged revisions 295711 via svnmerge from
15 years ago
Russell Bryant 05c46771ca Resolve an invalid memory read on an event.
15 years ago
Russell Bryant 52a8ddba51 Add ast_event subscription unit test and fix some ast_event API bugs.
15 years ago
Russell Bryant 899f995703 Remove a debugging log entry.
15 years ago
Russell Bryant 1321748c19 Add a test module for the event API, test_event.c.
16 years ago
Russell Bryant f2282722dd Fix return value of get_ie_str() and get_ie_str_hash() for non-existent IE.
16 years ago
Russell Bryant 86c57df84e Ensure payload type is properly checked when comparing against cached events.
16 years ago
Tilghman Lesher c0b3c923a4 Fix various problems detected with Valgrind.
16 years ago
Russell Bryant 1ca3ffd08c Fix ast_event_queue_and_cache() to actually do the cache() part.
16 years ago
Russell Bryant 68a05b14c6 Fix some places where ast_event_type was used instead of ast_event_ie_type.
16 years ago
Russell Bryant 4cf8a968fd Add an API for reporting security events, and a security event logging module.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Kevin P. Fleming 73743b77b0 Add 'bitflags'-style information elements to event framework
16 years ago
Russell Bryant a398f9e0ac Do a bit of code cleanup.
16 years ago
Russell Bryant b564b2105f Change g_eid to ast_eid_default.
16 years ago
Russell Bryant 189a55f9f0 Remove unneeded AST_LIST_ENTRY() and comment on the purpose of ast_event_ref.
16 years ago
Russell Bryant ee77b475f2 Improve performance of the ast_event cache functionality.
16 years ago
Kevin P. Fleming 887e28d7aa incorporates r159808 from branches/1.4:
17 years ago
Sean Bright b69c8e6ab5 Another big chunk of changes from the RSW branch. Bunch of stuff from main/
17 years ago
Mark Michelson f0a019dbec Add an additional sanity check in case an event is passed between
17 years ago
Russell Bryant 823d1c7ea9 Merge some more changes from team/russell/events
17 years ago
Russell Bryant 7f29bc7bc6 Simplify code by using a taskprocessor for dispatching events in the Asterisk core.
17 years ago
Steve Murphy 8b6d8da58c Introducing a small optimization to event_unsubscribe; events now use a Doubly-Linked list for events, gives fast deletions, for the sake of channel driver mwi events. From team/murf/bug11210.
17 years ago