summaryrefslogtreecommitdiff
path: root/main/endpoints.c
AgeCommit message (Expand)Author
2017-12-30core: Use macros to generate ao2_container callbacks where possible.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-12-28endpoint/stasis: Eliminate duplicate events on endpoint status changeGeorge Joseph
2015-09-04endpoint snapshot: avoid second cleanup on alloc failureScott Griepentrog
2015-05-29Revert "endpoint/stasis: Eliminate duplicate events on endpoint status change"George Joseph
2015-05-27endpoint/stasis: Eliminate duplicate events on endpoint status changeGeorge Joseph
2015-04-16pjsip_options: Add qualify_timeout processing and eventingGeorge Joseph
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-03-10core: Don't create snapshots with locks.Joshua Colp
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-23endpoints: Fix failing unit tests from r419196Matthew Jordan
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-09endpoints: Keep a reference to channel ids when creating snapshot.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-04ARI: Add subscription supportMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-06-13Add support for requiring that all queued messages on a caching topic have be...Joshua Colp
2013-06-12Fix memory leak while loading modules, adding formats, and destroying endpointsMatthew Jordan
2013-06-07Rework stasis cache clear eventsKinsey Moore
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-08Initial support for endpoints.David M. Lee