aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2010-08-15Support for GNU/kFreeBSDtzafrir1-1/+1
2010-06-10Merged revisions 269635 via svnmerge from tilghman1-0/+1
2010-06-08Fix trunk build on Mac OS X.tilghman1-0/+10
2010-06-02Fix a build error on mac.russell1-0/+1
2010-05-26Merged revisions 266142 via svnmerge from tilghman1-8/+12
2010-04-22Add another random function that does nothing to make the utils/ dir happy.qwell1-0/+6
2010-04-22Make utils/ stuff *actually* compile this time.qwell2-1/+3
2010-04-22Let utils/ dir compile when DEBUG_THREADS is not enabled.qwell2-6/+59
2010-03-25Merged revisions 254800 via svnmerge from qwell1-1/+1
2010-03-16Merged revisions 252766 via svnmerge from russell1-0/+1
2010-02-15Instead of just automatically filtering out in the Makefile, give an indicati...tilghman1-0/+2
2010-01-15Oops, missed an includetilghman1-0/+1
2010-01-15The previous attempt at using a pipe to guarantee astcanary shutdown did not ...tilghman1-2/+18
2009-12-30One more LOW_MEMORY compile fix.jpeeler1-0/+2
2009-10-22Add the programs in utils/ to menuselect.seanbright2-1/+42
2009-08-10AST-2009-005tilghman3-14/+14
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+1
2009-07-21Merged revisions 207647 via svnmerge from kpfleming1-28/+9
2009-07-08Fix a few compilation problems found when building Asterisk against uClibc.seanbright1-1/+1
2009-06-18fixes some memory leaks and redundant conditionsdvossel4-5/+7
2009-05-21Const-ify the world (or at least a good part of it)kpfleming2-4/+4
2009-04-21Merged revisions 189664 via svnmerge from dbailey1-0/+2
2009-04-14Application delimiter is ',', not '|'.tilghman1-1/+1
2009-04-09Merged revisions 187300-187301 via svnmerge from tilghman1-1/+3
2009-03-25Fix build issues on Mac OSX.russell1-3/+8
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler2-109/+5
2009-03-03My bad! left check_expr2 in the ALL_UTILS list by mistake. Already done to 1.6.xmurf1-1/+1
2009-03-03Merged revisions 179807 via svnmerge from murf2-9/+37
2009-02-24Use a SIGPIPE to kill the process, instead of depending upon the astcanary pr...tilghman1-2/+2
2009-02-24Cause astcanary to exit if Asterisk exits abnormally and doesn't kill astcanary.tilghman1-3/+15
2009-01-21This patch corrects a segfault reported in 14289,murf1-1/+1
2008-12-17This patch is here committed to satisfy themurf1-1/+1
2008-12-17A possibly "horrible fix" for a "horribly broken"murf5-49/+229
2008-12-16Add timezone to the possible fields in a timespec.tilghman1-118/+112
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman5-55/+24
2008-12-01Pay attention to the return value of system(), even if we basically ignore it.seanbright1-1/+3
2008-11-29incorporates r159808 from branches/1.4:kpfleming5-23/+23
2008-11-26Merged revisions 159476 via svnmerge from kpfleming1-1/+1
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-5/+5
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-5/+5
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...kpfleming1-1/+4
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming6-113/+188
2008-10-30fix a few small things found by using sparsekpfleming1-1/+1
2008-10-09(closes issue #13557)murf1-1/+1
2008-10-08When echoing our copies, strip off ASTTOPDIR from the front of the source file.seanbright1-13/+13
2008-10-06Make NOISY_BUILD work for the calls to cp in utils/Makefileseanbright1-13/+27
2008-10-06Quote arguments to cp so we can handle spaces in our paths.seanbright1-12/+12
2008-10-05Make this build on my mac.russell1-0/+2
2008-09-27remove incorrect commentkpfleming1-1/+0
2008-09-27fix bugs caused by r144949 when MALLOC_DEBUG is definedkpfleming1-22/+14