summaryrefslogtreecommitdiff
path: root/tests/test_stasis.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-06-24Unit tests: Fix unit test description strings.Richard Mudgett
2015-05-19doxygen: Fix doxygen errorsMatt Jordan
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-02tests/test_stasis: Resolve compilation issues from Asterisk 12 mergeMatthew Jordan
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-03-07stasis cache: Enhance to keep track of an item from different entities.Richard Mudgett
2014-02-26test_stasis.c: Misc cleanups.Richard Mudgett
2014-01-12stasis: Add methods to allow for synchronous publishing to subscriberMatthew Jordan
2014-01-03test_stasis.c: Fix ref leak in normal execution path.Richard Mudgett
2013-12-20ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files.Richard Mudgett
2013-11-22Make sure unit tests compileKinsey Moore
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-16Stasis: address refcount races; implementation commentsDavid M. Lee
2013-08-08Fix stasis/core unit test. Should have had the CR/LF.Richard Mudgett
2013-08-08Add missing CR/LF to FakeMI stasis test AMI event.Richard Mudgett
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-23Fix bridge/channel AMI event ordering issuesDavid M. Lee
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-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-01stasis: Fixed message ordering issues when forwardingDavid M. Lee
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-15A simplistic router for stasis_message's.David M. Lee
2013-03-15Take advantage of the fact that stasis_unsubscribe now returns NULLKinsey Moore
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