Commit Graph

81 Commits (master)

Author SHA1 Message Date
Ben Ford fb0e46e464 channel: Add multi-tenant identifier.
9 months ago
Kevin Harwell bdd785d31c various files - fix some alerts raised by lgtm code analysis
6 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Diederik de Groot ca7193167e Clang: change previous tautological-compare fixes.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Matthew Jordan ea0098724e clang compiler warnings: Fix autological comparisons
10 years ago
Richard Mudgett 3148dfbd11 event.c: Fix type mismatch errors in ie_maps[].
11 years ago
Kinsey Moore 6b14886dc7 Fix signed/unsigned build warnings
11 years ago
Matthew Jordan 9cee08f502 res_corosync: Update module to work with Stasis (and compile)
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 83bf017db9 Fix incorrect usages of ast_realloc().
12 years ago
Kinsey Moore d7f1f31270 Refactor CEL to avoid using the event system core
12 years ago
Kinsey Moore 59753b1ea1 Strip down the old event system
12 years ago
Jonathan Rose 1eac5a7988 Stasis: Convert network change events into network change stasis messages
12 years ago
Jonathan Rose 02961601cd Putting all event defs and names back for now due to res_corosync dependency
12 years ago
Jonathan Rose 8e257fe819 Stasis Core: Refactor ACL Change events to go out over the stasis core msg bus
12 years ago
Jonathan Rose 6f5733388a Add forgotten event types to event_names array
12 years ago
Richard Mudgett b8e5189456 Separate some event struct definitions from instantiation.
12 years ago
Jason Parker 22d58fbea8 Fix comparison of presence state in event subsystem.
12 years ago
Matthew Jordan 8fb5bdce9a Prevent exhaustion of system resources through exploitation of event cache
12 years ago
Richard Mudgett 7990b03e4e Cleanup event on exit.
13 years ago
Matthew Jordan a094707d51 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.
15 years ago
Russell Bryant f2282722dd Fix return value of get_ie_str() and get_ie_str_hash() for non-existent IE.
15 years ago
Russell Bryant 86c57df84e Ensure payload type is properly checked when comparing against cached events.
15 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