summaryrefslogtreecommitdiff
path: root/main/bucket.c
AgeCommit message (Expand)Author
2017-12-30core: Use macros to generate ao2_container callbacks where possible.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-07-12media cache: Add a core API and facade for a backend agnostic media cacheMatthew Jordan
2015-07-12main/bucket: Add a callback function for ast_bucket_file objectsMatt Jordan
2015-07-04bucket: Add clone/staleness operations for ast_bucket/ast_bucket_fileMatt Jordan
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-25A couple minor cleanup tweaks.Richard Mudgett
2015-02-21Allow shutdown to unload modules that register bucket scheme's or codec's.Corey Farrell
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-11-21bucket: Fix scheme ref leak in __ast_bucket_scheme_register().Richard Mudgett
2013-10-18Resolve some memory leaks due to incorrect for loop / ao2 ref usage.Mark Michelson
2013-08-26Fixed bucket.c for systems where tv_usec is not an unsigned long.David M. Lee
2013-08-23Fix building of trunk.Joshua Colp
2013-08-23Add the bucket API.Joshua Colp