sorcery: Don't try to load object types which haven't been defined.
[asterisk/asterisk.git] / main / sorcery.c
2015-02-04 Joshua Colpsorcery: Don't try to load object types which haven...
2015-01-28 Richard Mudgettres_pjsip_outbound_registration: Fix reload race condition.
2014-12-05 George Josephsorcery: Add additional observer capabilities.
2014-11-21 George Josephsorcery: Make is_object_field_registered handle field...
2014-10-03 George Josephsorcery: Prevent SEGV in sorcery_wizard_create when...
2014-07-20 Matthew Jordanmedia formats: re-architect handling of media for perfo...
2014-04-02 Mark MichelsonPrevent duplicate sorcery wizards from being applied...
2014-03-27 Mark MichelsonGive sorcery instances a reference to their wizards.
2014-03-17 Mark MichelsonRevert changes to sorcery that accidentally got committed.
2014-03-17 Mark MichelsonFix stuck channel in ARI through the introduction of...
2014-03-08 George Josephpjsip_cli: Create pjsip show channel and contact, and...
2014-03-07 Mark MichelsonMake res_sorcery_realtime filter unknown retrieved...
2014-03-07 Scott Griepentrogpjsip: allow and disallow show same codecs
2014-03-06 Richard Mudgettsorcery.c: Fix off-nominal path ref and memory leak...
2014-03-06 George Josephsorcery: Create AST_SORCERY dialplan function.
2014-02-21 Richard Mudgettjson: Fix off-nominal json ref counting issues.
2014-02-20 George Josephsorcery: Create sorcery instance registry.
2014-01-17 Scott Griepentrogpjsip: fix support for allow=all
2013-12-20 Matthew Jordanres_pjsip: Add PJSIP CLI commands
2013-12-11 Matthew Jordanfunc_pjsip_endpoint: Add PJSIP_ENDPOINT function for...
2013-12-09 Richard Mudgettsorcery: Eliminate shadowing a varaible that caused...
2013-12-09 Richard Mudgettsorcery: Whitespace
2013-12-03 Richard Mudgettsorcery, bucket: Change observer remove calls to take...
2013-11-23 Kevin Harwellres_pjsip: AMI commands and events.
2013-10-18 Mark MichelsonResolve some memory leaks due to incorrect for loop...
2013-08-30 Kevin HarwellAdd a reloadable option for sorcery type objects
2013-08-23 Joshua ColpAdd the bucket API.
2013-08-23 Matthew JordanUpdate config framework/sorcery with types/options...
2013-08-01 David M. LeeFix sorcery for some rather picky regex implementations.
2013-06-24 Matthew JordanFix a variety of memory leaks
2013-06-22 Joshua ColpMake sorcery details opaque and add extended fields.
2013-05-20 Joshua ColpIn Sorcery pass the name of the object being allocated...
2013-05-06 Joshua ColpAdd support for observers and JSON objectset creation...
2013-04-27 Joshua ColpAdd support for a realtime sorcery module.
2013-04-25 Mark MichelsonMerge the pimp_my_sip branch into trunk.
2013-04-02 Joshua ColpPass the object type name to the configuration framework.
2013-03-28 Richard MudgettAdd uuid wrapper API call ast_uuid_generate_str().
2013-03-26 Joshua ColpRemove the noop handler from sorcery so it does not...
2013-03-20 Joshua ColpPass the sorcery instance to wizards for CUD operations...
2013-03-01 Joshua ColpAdd support for registering a sorcery handler which...
2013-02-16 Joshua ColpAdd support for retrieving multiple objects from sorcer...
2013-02-15 Matthew JordanDisable strict XML documentation config checking; fix...
2013-02-10 Joshua ColpAdd additional functionality to the Sorcery API.
2013-01-29 Joshua ColpFix an issue where building with DEBUG_FD_LEAKS enabled...
2013-01-27 Joshua ColpFix a bug where the apply function was not getting...
2013-01-25 Joshua ColpMerge the sorcery data access layer API.