summaryrefslogtreecommitdiff
path: root/astmm.c
AgeCommit message (Expand)Author
2006-03-20fix astmm on sparc or any other architecture that doesn't allow unalignedRussell Bryant
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatRussell Bryant
2006-02-15more memory allocation wrapper conversionKevin P. Fleming
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-16issue #5035Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-29Print anomlies at free / show memory allocations timeMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14don't double define our own string functions on platforms that don't have the...Kevin P. Fleming
2005-08-23make MALLOC_DEBUG build work properly (issue #4970 with additional changes)Kevin P. Fleming
2005-08-03Fix some astmm formatting and path issues (bug #4753)Mark Spencer
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-06fix version tag macro callsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-01-14add a vasprintf replacement. Bug #839Jeremy McNamara
2004-01-14fix typo. Bug #837Jeremy McNamara
2004-01-11fix deadlock issues with astmmJeremy McNamara
2003-08-21Fix astmm for new build processMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-05-09Fix typoMark Spencer
2003-05-08Add astmmMark Spencer
2003-05-06Write to memory management logMark Spencer
2003-04-28Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add ma...Mark Spencer