aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/astobj2.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Fix DEBUG_THREADS issue with out-of-tree modules.qwell1-9/+6
2010-03-23Revert revisions 254046 and 254098.qwell1-3/+15
2010-03-23Allow out-of-tree modules to load, regardless of DEBUG_THREADS/DEBUG_CHANNEL_...qwell1-15/+3
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-3/+49
2009-09-03Merge code associated with AST-2009-006dvossel1-0/+10
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-6/+6
2009-03-18revert commit that included extranous changeskpfleming1-6/+6
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-6/+6
2008-12-05Merged revisions 161421 via svnmerge from seanbright1-3/+3
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell1-0/+7
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell1-0/+10
2008-08-09Merged revisions 136945 via svnmerge from tilghman1-0/+2
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-10/+10
2007-11-30Add some notes on the behavior of ao2_unlink() after a discussion with Tilghmanrussell1-1/+18
2007-09-06This should fix a build issue that people building against uClibc were seeing...qwell1-2/+0
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell1-25/+17
2007-09-01Making match_by_addr into ao2_match_by_addr and making it availablemmichelson1-0/+1
2007-08-31Remove references to a debugging parameter that does not existrussell1-2/+1
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell1-1/+8
2007-08-22Add some more documentation on iterating ao2 containers. The documentationrussell1-33/+45
2007-08-22Merge changes from team/russell/iax_refcount.russell1-0/+515