summaryrefslogtreecommitdiff
path: root/main/sorcery.c
AgeCommit message (Expand)Author
2016-08-15sorcery.c: Minor optimizations.Richard Mudgett
2016-08-15sorcery.c: Tweak some container declaration formatting.Richard Mudgett
2016-06-22Fix Alembic upgrades.Mark Michelson
2016-06-07sorcery: Add setting object type congestion levels.Richard Mudgett
2016-02-29sorcery: Refactor create, update and delete to better deal with cachesGeorge Joseph
2016-01-08Sorcery: Create human friendly serializer names.Richard Mudgett
2015-12-17res_sorcery_memory_cache: Add support for a full backend cache.Joshua Colp
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-08-17CHAOS: prevent sorcery object with null idScott Griepentrog
2015-07-14main/sorcery: Provide log messages when a wizard does not support an operationMatt Jordan
2015-07-12main/sorcery: Don't fail object set creation from JSON if field failsMatt Jordan
2015-07-09res_sorcery_memory_cache: Backport to 13Joshua Colp
2015-07-01sorcery/realtime: Add a bit of debug and warning messages for bad configsMatt Jordan
2015-06-25sorcery: Add ast_sorcery_object_unregister() API call.Richard Mudgett
2015-05-26sorcery: Fix cache creation callback.Joshua Colp
2015-05-12sorcery: Add API to insert/remove a wizard to/from an object type's listGeorge Joseph
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-20res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.Richard Mudgett
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