aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/astobj2.h
AgeCommit message (Expand)AuthorFilesLines
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