summaryrefslogtreecommitdiff
path: root/include/asterisk/astobj2.h
AgeCommit message (Expand)Author
2017-12-30astobj2: Create case-insensitive variants of container function macros.Corey Farrell
2017-12-20Fix Common Typo's.Corey Farrell
2017-03-30astobj2: Prevent potential deadlocks with ao2_global_obj_releaseSean Bright
2016-04-14res_pjsip: Add serialized scheduler (res_pjsip/pjsip_scheduler.c)George Joseph
2014-07-18astobj2: assert on invalid ref and backtrace cleanupScott Griepentrog
2014-07-13astobj2: correct define for ao2_t_cleanupScott Griepentrog
2014-07-11astobj2: Add tag variants for ao2_bump, ao2_cleanup, and ao2_replaceMatthew Jordan
2014-07-11astobj2: tweak ao2_replace to do nothing when it would be a NoOpCorey Farrell
2014-06-22astobj2: Add an ao2_replace macro to astobj2.hGeorge Joseph
2014-06-06Split astobj2.c into more maintainable components.George Joseph
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-01-09astobj2: Correct ao2_iterator opacity violationsKinsey Moore
2013-09-27astobj2: Remove OBJ_CONTINUE support.Richard Mudgett
2013-09-06astobj2: Add warn unused attribute to some functions.Richard Mudgett
2013-08-16Stasis: address refcount races; implementation commentsDavid M. Lee
2013-08-02Move ast_str_container_alloc and friendsKinsey Moore
2013-07-20Regroup the ao2 search_flags.Richard Mudgett
2013-05-14Make ao2 global objects not always use the debug version of the ao2_ref() calls.Richard Mudgett
2013-05-08Initial support for endpoints.David M. Lee
2013-05-06Update ao2_destructor_fn doxygen.Richard Mudgett
2013-03-21Fix astobj2 doxygen comment.Richard Mudgett
2013-02-11Fix compilation error with REF_DEBUGKinsey Moore
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-01Make astobj2.h not include linkedlists.h.Richard Mudgett
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-21Minor documentation changeTerry Wilson
2012-05-16Remove missed idx parameter to some ao2 global holder macros.Richard Mudgett
2012-05-16Change ao2 global array to ao2 global object holder.Richard Mudgett
2012-03-29Misc changes to make astobj2 enhancement diffs easier to follow.Richard Mudgett
2012-03-27Add global ao2 array container.Richard Mudgett
2012-03-14Force non-inlining of ao2_iterator_destroy when TEST_FRAMEWORK is enabledMatthew Jordan
2012-02-28Astobj2 locking enhancement.Richard Mudgett
2012-02-28Add ability to clone ao2 containers.Richard Mudgett
2012-02-24astobj2.h comment tweaks.Richard Mudgett
2012-02-24astobj2.h documentation updates.Richard Mudgett
2011-12-31Constify tag argument in REF_DEBUG related code.Russell Bryant
2011-10-24Fix ao2obj.h comment typos and add missing link/unlink nolock debug defines.Richard Mudgett
2011-07-29astobj2: Avoid using temporary objects + ao2_find() with OBJ_POINTER.Russell Bryant
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20New astobj2 flag for issuing a callback without locking the container.David Vossel
2010-09-08Merged revisions 285530 via svnmerge from Jason Parker
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.Jason Parker
2010-02-05fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabledDavid Vossel
2009-12-03Fix multiple issues with musiconhold, which led to classes not getting destro...Tilghman Lesher
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming