aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman3-14/+14
2009-08-01Merged revisions 209760-209761 via svnmerge from kpfleming1-1/+1
2009-07-21Merged revisions 207680 via svnmerge from kpfleming1-28/+9
2009-06-18Merged revisions 201678 via svnmerge from dvossel4-5/+7
2009-04-14Merged revisions 188206 via svnmerge from tilghman1-1/+1
2009-04-09Merged revisions 187302 via svnmerge from tilghman1-1/+3
2009-03-25Merged revisions 184147 via svnmerge from 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
2008-09-27Merged revisions 144924-144925 via svnmerge from kpfleming4-87/+19
2008-09-26Matt suggests we remove utils/build-extensions-conf.lua, as per bug 12961, it...murf1-81/+0
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-1/+1
2008-08-19Oops. put a decl in a generated file. My bad, but fixed now.murf2-0/+3
2008-08-07More merges from resolve-shadow warnings:seanbright5-69/+68
2008-07-11Fix trunk breakagetilghman1-0/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-06-27Remove an unneeded target from the Makefilemmichelson1-1/+0
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-1/+1
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability torussell2-0/+12
2008-05-29Avoid build warning when execinfo.h isn't available.seanbright1-7/+7
2008-05-28Fix a linkage error related to the lock backtrace supportrussell1-0/+7
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson6-8/+100
2008-05-21This change makes it so that logs will report the correct source of verbose m...mmichelson4-4/+4
2008-05-21These changes were made via the comments atis_work made at 4:30am (Mountain T...murf1-34/+4
2008-05-18Add a set of text to the file astcanary uses to communicate back the maintilghman1-2/+18
2008-05-06Get refcounter to build with LOW_MEMORY definedmmichelson1-1/+4
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...murf2-2/+274