aboutsummaryrefslogtreecommitdiffstats
path: root/astmm.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-28backport astmm + sparch fixes from the trunkrussell1-3/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-16issue #5035kpfleming1-15/+14
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-29Print anomlies at free / show memory allocations timemarkster1-1/+43
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-14don't double define our own string functions on platforms that don't have the...kpfleming1-1/+0
2005-08-23make MALLOC_DEBUG build work properly (issue #4970 with additional changes)kpfleming1-2/+3
2005-08-03Fix some astmm formatting and path issues (bug #4753)markster1-37/+35
2005-07-10more ast_copy_string conversionsrussell1-4/+4
2005-06-06fix version tag macro callskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-4/+4
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-2/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-2/+2
2004-01-14add a vasprintf replacement. Bug #839jeremy1-0/+20
2004-01-14fix typo. Bug #837jeremy1-1/+1
2004-01-11fix deadlock issues with astmmjeremy1-2/+3
2003-08-21Fix astmm for new build processmarkster1-1/+2
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-11/+11
2003-05-09Fix typomarkster1-1/+1
2003-05-08Add astmmmarkster1-5/+13
2003-05-06Write to memory management logmarkster1-1/+20
2003-04-28Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add ma...markster1-0/+319