summaryrefslogtreecommitdiff
path: root/main/sorcery.c
AgeCommit message (Expand)Author
2013-06-24Fix a variety of memory leaksMatthew Jordan
2013-06-22Make sorcery details opaque and add extended fields.Joshua Colp
2013-05-20In Sorcery pass the name of the object being allocated to the allocator.Joshua Colp
2013-05-06Add support for observers and JSON objectset creation to sorcery.Joshua Colp
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-02Pass the object type name to the configuration framework.Joshua Colp
2013-03-28Add uuid wrapper API call ast_uuid_generate_str().Richard Mudgett
2013-03-26Remove the noop handler from sorcery so it does not produce an empty value.Joshua Colp
2013-03-20Pass the sorcery instance to wizards for CUD operations as well as retrieve.Joshua Colp
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-15Disable strict XML documentation config checking; fix crash caused by sorceryMatthew Jordan
2013-02-10Add additional functionality to the Sorcery API.Joshua Colp
2013-01-29Fix an issue where building with DEBUG_FD_LEAKS enabled would not work due to...Joshua Colp
2013-01-27Fix a bug where the apply function was not getting called.Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp