summaryrefslogtreecommitdiff
path: root/main/sorcery.c
AgeCommit message (Expand)Author
2015-02-14sorcery: Output an error message if a wizard is specified for an object type ...Joshua Colp
2015-02-04sorcery: Don't try to load object types which haven't been defined.Joshua Colp
2015-01-28res_pjsip_outbound_registration: Fix reload race condition.Richard Mudgett
2014-12-05sorcery: Add additional observer capabilities.George Joseph
2014-11-21sorcery: Make is_object_field_registered handle field names that are regexes.George Joseph
2014-10-03sorcery: Prevent SEGV in sorcery_wizard_create when there's no create functionGeorge Joseph
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
2014-03-27Give sorcery instances a reference to their wizards.Mark Michelson
2014-03-17Revert changes to sorcery that accidentally got committed.Mark Michelson
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-08pjsip_cli: Create pjsip show channel and contact, and general cli code cleanup.George Joseph
2014-03-07Make res_sorcery_realtime filter unknown retrieved results.Mark Michelson
2014-03-07pjsip: allow and disallow show same codecsScott Griepentrog
2014-03-06sorcery.c: Fix off-nominal path ref and memory leak in ast_sorcery_objectset_...Richard Mudgett
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-02-21json: Fix off-nominal json ref counting issues.Richard Mudgett
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2014-01-17pjsip: fix support for allow=allScott Griepentrog
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-11func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint detailsMatthew Jordan
2013-12-09sorcery: Eliminate shadowing a varaible that caused confusion.Richard Mudgett
2013-12-09sorcery: WhitespaceRichard Mudgett
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-10-18Resolve some memory leaks due to incorrect for loop / ao2 ref usage.Mark Michelson
2013-08-30Add a reloadable option for sorcery type objectsKevin Harwell
2013-08-23Add the bucket API.Joshua Colp
2013-08-23Update config framework/sorcery with types/options without documentationMatthew Jordan
2013-08-01Fix sorcery for some rather picky regex implementations.David M. Lee
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