summaryrefslogtreecommitdiff
path: root/main/stasis_cache.c
AgeCommit message (Expand)Author
2018-01-09stasis_cache: Remove silly usage of RAII_VAR.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-03-14main/stasis_cache: Demote the ERROR message when removing a nonexistent itemMatt Jordan
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt 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-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-04-04Add some asserts that were handy when looking for a stasis cache problem.Richard Mudgett
2014-03-18stasis_cache: Use the right variable in the cache entry ao2 cmp function.Richard Mudgett
2014-03-07stasis cache: Enhance to keep track of an item from different entities.Richard Mudgett
2014-03-01stasis_cache.c: Remove some unnecessary RAII_VAR() usage.Richard Mudgett
2013-10-02MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.Richard Mudgett
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-16Stasis: address refcount races; implementation commentsDavid 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-18Fix caching topic shutdown assertionsDavid M. Lee
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Add support for requiring that all queued messages on a caching topic have be...Joshua Colp
2013-06-07Rework stasis cache clear eventsKinsey Moore
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-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-15A simplistic router for stasis_message's.David M. Lee
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