summaryrefslogtreecommitdiff
path: root/include/asterisk/astobj2.h
AgeCommit message (Expand)Author
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
2009-09-03Merge code associated with AST-2009-006David Vossel
2009-05-05Properly account for memory allocated for channels and datastoresKevin P. Fleming
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...Kevin P. Fleming
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-18Merged revisions 182808 via svnmerge from Kevin P. Fleming
2009-03-11Turn off malloc debugging of astobj2, since it apparently doesn't work too we...Tilghman Lesher
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-02-12Make lock information for ao2_trylock be more useful and gnarlyMark Michelson
2008-12-05Merged revisions 161426 via svnmerge from Sean Bright
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-21Merged revisions 158539 via svnmerge from Russell Bryant
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-07Clarify which part of OBJ_MULTIPLE is not implemented, and under what case itRussell Bryant
2008-09-09Minor fix to docoBradley Latus
2008-08-09Merged revisions 136946 via svnmerge from Tilghman Lesher
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...Steve Murphy
2007-12-11A lot of doxygen updatesOlle Johansson
2007-11-30Merged revisions 90348 via svnmerge from Russell Bryant
2007-11-30Merged revisions 90310 via svnmerge from Russell Bryant
2007-09-06Merged revisions 81778 via svnmerge from Jason Parker
2007-09-06various changes to the documentation, and redefinition ofLuigi Rizzo
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-09-04Merged revisions 81448 via svnmerge from Russell Bryant
2007-09-01Merged revisions 81426 via svnmerge from Mark Michelson
2007-08-31Merged revisions 81418 via svnmerge from Russell Bryant