summaryrefslogtreecommitdiff
path: root/include/asterisk/stasis.h
AgeCommit message (Expand)Author
2016-06-09stasis: Add setting subscription congestion levels.Richard Mudgett
2016-04-22Manager: Short circuit AMI message processing.Richard Mudgett
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-05-19doxygen: Fix doxygen errorsMatt Jordan
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-13Stasis: Fix StasisEnd message orderingKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-05-22ARI: Add ability to raise arbitrary User EventsScott Griepentrog
2014-05-22res_corosync: Update module to work with Stasis (and compile)Matthew Jordan
2014-03-07stasis cache: Enhance to keep track of an item from different entities.Richard Mudgett
2014-01-12stasis: Add methods to allow for synchronous publishing to subscriberMatthew Jordan
2013-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-10-07Miscellaneous stand alone comment cleanups.Richard Mudgett
2013-10-02Multiple revisions 400318-400319Mark Michelson
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-06Tweak caching topics to fix CEL testsDavid M. Lee
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-03Configuration for Stasis threadpoolDavid M. Lee
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-13Add support for requiring that all queued messages on a caching topic have be...Joshua Colp
2013-06-11Add vtable and methods for to_json and to_ami for Stasis messagesDavid M. Lee
2013-06-07Rework stasis cache clear eventsKinsey Moore
2013-06-05Corrected comment on stasis_cache_getDavid M. Lee
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-05-10Avoided __ast names for the private variables created by the David M. Lee
2013-05-08Remove required type field from channel blobsDavid M. Lee
2013-05-08Initial support for endpoints.David M. Lee
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-27Added a doxygen group for Stasis messages and topicsDavid M. Lee
2013-03-21Corrected doc error for Stasis. I guess the mutex isn't necessary.David M. Lee
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-15Make stasis unsubscription functions return NULLKinsey Moore
2013-03-08Stasis documentation updates.David M. Lee
2013-03-08Add message dump capability to stasis cache layerKinsey Moore
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee