summaryrefslogtreecommitdiff
path: root/main/astobj2.c
AgeCommit message (Expand)Author
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
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-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-04-03astobj2: Fix rbtree duplicate handling.Richard Mudgett
2013-01-23Attempt to be more helpful when using a bad ao2 object pointer.Richard Mudgett
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-10-02Missed an astobj2.c debug tag.Richard Mudgett
2012-10-02* Add ref debug tags to astobj2.c ref usage.Richard Mudgett
2012-10-02Fix findings from check-in on r374177Matthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-08-01Make astobj2.h not include linkedlists.h.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-16Change ao2 global array to ao2 global object holder.Richard Mudgett
2012-05-01Fixed __ao2_ref() validating user_data twice.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-27Attempt to be more helpful when using a bad ao2 object pointer.Richard Mudgett
2012-02-28Astobj2 locking enhancement.Richard Mudgett
2012-02-28Trailing whitespace cleanup.Kevin P. Fleming
2012-02-28Add ability to clone ao2 containers.Richard Mudgett
2012-02-24astobj2.h documentation updates.Richard Mudgett
2011-12-31Constify tag argument in REF_DEBUG related code.Russell Bryant
2011-10-25Check fopen return value for ao2 reference debug output.Richard Mudgett
2011-07-31Fixed compiler warning and a couple prototype mismatches.Richard Mudgett
2011-07-29astobj2: Avoid using temporary objects + ao2_find() with OBJ_POINTER.Russell Bryant
2011-06-03Fix some astobj2 iterator breakage, add another unit test.Russell Bryant
2011-05-05Adding the Move to Front Hash functionalityStefan Schmidt
2011-02-09Merged revisions 307273 via svnmerge from Jeff Peeler
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-18Merged revisions 302267 via svnmerge from Russell Bryant
2010-12-20New astobj2 flag for issuing a callback without locking the container.David Vossel
2010-12-18Merged revisions 298960 via svnmerge from Tilghman Lesher
2010-05-16Improve some very confusing structure names in astobj2.cKevin P. Fleming
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.Jason Parker
2010-03-19prevent segfault if bad magic number is encountered.Alec L Davis
2010-02-11astobj2 unit test and bug fixDavid Vossel
2010-02-05fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabledDavid Vossel
2010-02-05fixes memory leak in astobj2 testDavid Vossel
2010-01-11Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.Sean Bright
2009-10-26Correct broken logic from revision 225405.Kevin P. Fleming
2009-10-22Fix a refcount error introduced by yesterday's OBJ_MULTIPLE commit.Kevin P. Fleming
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-10-02Merged revisions 221970 via svnmerge from Tilghman Lesher
2009-09-04make sure 'start' is always initialized.Michiel van Baak
2009-09-03Merge code associated with AST-2009-006David Vossel
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher