summaryrefslogtreecommitdiff
path: root/main/stasis.c
AgeCommit message (Expand)Author
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-10-08Stasis: Relegate log message to dev-modeKinsey Moore
2014-10-07Stasis: Only log errors for non-declined typesKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-18stasis: use ao2_t_alloc for certain object allocatorsCorey Farrell
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-02-28stasis.c: Misc code cleanups.Richard Mudgett
2014-01-12stasis: Add methods to allow for synchronous publishing to subscriberMatthew Jordan
2013-11-02vector: Uppercase API to follow C convention.Richard Mudgett
2013-11-02vector: Update API to be more flexible.Richard Mudgett
2013-10-02Multiple revisions 400318-400319Mark Michelson
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-16Stasis: address refcount races; implementation commentsDavid M. Lee
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-03Configuration for Stasis threadpoolDavid M. Lee
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
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-04-01stasis: Fixed message ordering issues when forwardingDavid M. Lee
2013-03-28Add uuid wrapper API call ast_uuid_generate_str().Richard Mudgett
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-25Fix missing ' ' around '='Kinsey Moore
2013-03-20Resolve a race condition in StasisKinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-15A simplistic router for stasis_message's.David M. Lee
2013-03-15Make stasis unsubscription functions return NULLKinsey Moore
2013-03-08Ensure dummy channels get a stasis topic.David M. Lee
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee