summaryrefslogtreecommitdiff
path: root/main/stasis.c
AgeCommit message (Expand)Author
2018-01-10stasis: Remove silly usage of RAII_VAR.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-15aco: Minimize use of regex.Corey Farrell
2017-11-07Merge "stasis: Release object if vector append fails."Jenkins2
2017-11-07Merge "stasis: Remove silly use of RAII_VAR in stasis_forward_all."Joshua Colp
2017-11-06stasis: Release object if vector append fails.Corey Farrell
2017-11-06stasis: Remove silly use of RAII_VAR in stasis_forward_all.Corey Farrell
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15manager: Add <see-also> tags to relate UserEvent actions/apps/eventsMatt Jordan
2016-06-09stasis: Add setting subscription congestion levels.Richard Mudgett
2016-01-08Stasis: Create human friendly taskprocessor/serializer names.Richard Mudgett
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
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