summaryrefslogtreecommitdiff
path: root/main/stasis_message_router.c
AgeCommit message (Expand)Author
2018-01-09stasis_message_router: Remove silly usage of RAII_VAR.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-09stasis: Add setting subscription congestion levels.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-27res_pjsip: make it unloadable (take 2)Kevin Harwell
2015-01-17REVERTING res_pjsip: make it unloadableKevin Harwell
2015-01-14res_pjsip: make it unloadableKevin Harwell
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-07-18stasis: fix call to ao2_t_alloc for stasis_message_router_createCorey Farrell
2014-07-18stasis: use ao2_t_alloc for certain object allocatorsCorey Farrell
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-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-07-23Fix bridge/channel AMI event ordering issuesDavid M. Lee
2013-06-06Fix compiler warning.Richard Mudgett
2013-06-06Convert message_router routes to ao2. Add support for removal.Jason Parker
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-03-19Fix lock destruction/unlock inversionKinsey Moore
2013-03-15A simplistic router for stasis_message's.David M. Lee