aboutsummaryrefslogtreecommitdiffstats
path: root/main/astobj2.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-3/+3
2009-03-18revert commit that included extranous changeskpfleming1-3/+3
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-3/+3
2008-12-05Merged revisions 161421 via svnmerge from seanbright1-1/+1
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell1-0/+27
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell1-0/+16
2008-06-17Fix a memory leak in astobj2 that was pointed out by seanbright. When a cont...russell1-0/+9
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-0/+1
2007-09-13resolve a warning when not building under dev moderussell1-1/+1
2007-09-13Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, whenrussell1-5/+33
2007-09-10backport astobj2 race condition fix. This function is the exact same as trunkrussell1-2/+4
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell1-15/+15
2007-09-01Making match_by_addr into ao2_match_by_addr and making it availablemmichelson1-2/+2
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell1-2/+5
2007-08-22When converting this code to use the list macros, I changed it so objects arerussell1-1/+1
2007-08-22Merge changes from team/russell/iax_refcount.russell1-0/+685