summaryrefslogtreecommitdiff
path: root/main/astobj2.c
AgeCommit message (Expand)Author
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
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...Kevin P. Fleming
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-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-03-18Merged revisions 182808 via svnmerge from Kevin P. Fleming
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
2009-02-12Make lock information for ao2_trylock be more useful and gnarlyMark Michelson
2008-12-22Remove some error messages. This is the default handler that is valid to use.Russell Bryant
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-10-09(closes issue #13557)Steve Murphy
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright