Add some asserts that were handy when looking for a stasis cache problem.
[asterisk/asterisk.git] / main / stasis_cache.c
2014-04-04 Richard MudgettAdd some asserts that were handy when looking for a...
2014-03-18 Richard Mudgettstasis_cache: Use the right variable in the cache entry...
2014-03-07 Richard Mudgettstasis cache: Enhance to keep track of an item from...
2014-03-01 Richard Mudgettstasis_cache.c: Remove some unnecessary RAII_VAR()...
2013-10-02 Richard MudgettMALLOC_DEBUG: Fix some misuses of free() when MALLOC_DE...
2013-09-30 David M. LeeMultiple revisions 399887,400138,400178,400180-400181
2013-08-16 David M. LeeStasis: address refcount races; implementation comments
2013-08-06 David M. LeeTweak caching topics to fix CEL tests
2013-08-01 David M. LeeSplit caching out from the stasis_caching_topic.
2013-07-18 David M. LeeFix caching topic shutdown assertions
2013-06-17 Matthew JordanUpdate Asterisk's CDRs for the new bridging framework
2013-06-13 Joshua ColpAdd support for requiring that all queued messages...
2013-06-07 Kinsey MooreRework stasis cache clear events
2013-05-30 David M. LeeAvoid unnecessary cleanups during immediate shutdown
2013-05-17 David M. LeeFix shutdown assertions in stasis-core
2013-05-15 David M. LeeRefactored the rest of the message types to use the...
2013-05-08 David M. LeeInitial support for endpoints.
2013-03-28 Kinsey MooreBreak the world. Stasis message type accessors should...
2013-03-15 David M. LeeA simplistic router for stasis_message's.
2013-03-15 Kinsey MooreMake stasis unsubscription functions return NULL
2013-03-08 David M. LeeStasis documentation updates.
2013-03-08 Kinsey MooreAdd message dump capability to stasis cache layer
2013-03-08 David M. LeeThis patch adds a new message bus API to Asterisk.