summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-05-17Stasis: Update security events to use StasisJonathan Rose
2013-05-14Move JSON event generators into separate modulesKinsey Moore
2013-05-10Address unload order issues for res_stasis* modulesDavid M. Lee
2013-05-08Fixed set-but-not-used warning caught by newer GCCDavid M. Lee
2013-05-08Remove required type field from channel blobsDavid M. Lee
2013-05-08Initial support for endpoints.David M. Lee
2013-05-06Add support for observers and JSON objectset creation to sorcery.Joshua Colp
2013-04-30Just a couple of Stasis-HTTP nitpick fixes.David M. Lee
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
2013-04-15Moved core logic from app_stasis to res_stasisDavid M. Lee
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-04-08Stasis application WebSocket supportDavid M. Lee
2013-04-06Add a res_sorcery_astdb module which uses the astdb to persist objects.Joshua Colp
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-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-20Pass the sorcery instance to wizards for CUD operations as well as retrieve.Joshua Colp
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
2013-03-01Add support for registering a sorcery handler which supports multiple fields ...Joshua Colp
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-12Add a serializer interface to the threadpoolDavid M. Lee
2013-02-11Minor fixes to res_json and test_json.David M. Lee
2013-02-10Add additional functionality to the Sorcery API.Joshua Colp
2013-02-07Add aggregate operations for stuctures with string fieldsKinsey Moore
2013-01-29Fix an issue where building with DEBUG_FD_LEAKS enabled would not work due to...Joshua Colp
2013-01-27Add a unit test which confirms the apply handler callback is called when it s...Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-17Address David's latest feedback on reviewboard:Mark Michelson
2013-01-15Make the threadpool listener opaque.Mark Michelson
2013-01-15Make ast_taskprocessor_listener opaque.Mark Michelson
2013-01-15Make the initial size of the threadpool part of the options passed in.Mark Michelson
2013-01-15Remove threadpool listener alloc and destroy callbacks.Mark Michelson
2013-01-15Remove alloc and destroy callbacks from the taskprocessor.Mark Michelson
2013-01-12Merged revisions 378935 via svnmerge from Automerge script
2013-01-11Merged revisions 378915,378918 via svnmerge from Automerge script
2013-01-07Address review board feedback from Matt and RichardMark Michelson
2012-12-11Add automerge property back after conflict.Mark Michelson
2012-12-11Add auto-increment option and accompanying test.Mark Michelson
2012-12-10Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocess...Mark Michelson
2012-12-10Make thread state waiting a little less ugly and not possible to lock up.Mark Michelson
2012-12-10Improve timedwaits in tests to actually behave like they should.Mark Michelson
2012-12-10Add threadpool options and accompanying test.Mark Michelson
2012-12-10Improve shutdown procedure.Mark Michelson