summaryrefslogtreecommitdiff
path: root/main/sorcery.c
AgeCommit message (Expand)Author
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-12-30core: Use macros to generate ao2_container callbacks where possible.Corey Farrell
2017-11-13sorcery: Add ast_sorcery_retrieve_by_prefix()Sean Bright
2017-11-03Stasis/ARI: Fix off-nominal path json memory leaks.Richard Mudgett
2017-10-10sorcery: Use ao2_weakproxy to hold list of instances.Corey Farrell
2017-04-11sorcery.c: Speed up ast_sorcery_retrieve_by_id()Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-02sorcery: Create function ast_sorcery_lockable_alloc.Corey Farrell
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-09sorcery: 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-12main/sorcery: Don't fail object set creation from JSON if field failsMatt Jordan
2015-07-11main/sorcery: Provide log messages when a wizard does not support an operationMatt Jordan
2015-07-04sorcery: Add support for object stalenessMatt Jordan
2015-07-02sorcery/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-22res_sorcery_memory_cache: Add basic module implementation.Joshua Colp
2015-05-12sorcery: Add API to insert/remove a wizard to/from an object type's listGeorge Joseph
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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