aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Reinstate muted that was removed by mistake. oej1-1/+1
2009-09-10Remove harmful code that causes endless loops. oej1-1/+1
2009-08-10AST-2009-005tilghman2-8/+8
2009-08-01Minor changes inspired by testing with latest GCC.kpfleming1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-7/+7
2009-04-21Remove daemon call on systems that do not support forking.dbailey1-0/+2
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-1/+1
2009-03-03These changes allow AEL to better check ${} constructs within $[...], that ar...murf2-8/+17
2009-02-06Backport OS X fix from trunktilghman1-0/+2
2008-12-05kill a warningdhubbard1-1/+4
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming3-9/+9
2008-11-26simplify (and slightly bug-fix) the recent developer-oriented COMPILE_DOUBLE ...kpfleming1-1/+1
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming5-112/+185
2008-09-27fix some minor issues with rev 144924kpfleming2-0/+3
2008-09-27improve header inclusion process in a few small ways:kpfleming2-24/+6
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming1-2/+2
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman1-1/+7
2007-10-29clean up (and ignore) assembler and preprocessor intermediate files if any ar...kpfleming1-1/+1
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-0/+16
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-5/+5
2007-08-24Tweak the formatting of this MODULEINFO block. I think this would have causedrussell1-2/+2
2007-08-24This change addresses JerJer's complaint that aelparse builds and installs ev...murf1-0/+4
2007-08-13This patch fixes bug 10411. I added a new regression test, some regression te...murf1-0/+11
2007-08-01Add some fixes for building on Solaris.file1-4/+4
2007-07-11further reversion of previously applied floating point stuff for expr2murf1-4/+0
2007-07-02support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes b...murf1-0/+4
2007-03-22The stuff in utils was compiling with -O6 even if DONT_OPTIMIZE is set in men...murf1-0/+2
2007-03-02I almost had comma escapes right, but 9184 points out the problem-- the escap...murf1-0/+34
2007-01-24Merged revisions 52002 via svnmerge from murf2-61/+93
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-1/+7
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-3/+0
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming3-6/+0
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-12/+5
2006-11-08I occasionally get email from users that are trying to figure out what thisrussell1-8/+26
2006-10-28Don't build muted on OpenBSD, it is not supported.file1-0/+4
2006-10-24In muted.c, check the return value of strdup. In ael_main.c, check the returnrussell2-9/+23
2006-10-05Hang on a minute, the install process sticks muted.conf in /etc/asterisk, so ...murf1-1/+1
2006-10-05this change was correct, the old version is no longer neededkpfleming1-2/+1
2006-10-04as far as i can tell astman only uses newt...rizzo1-1/+2
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-18/+33
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-5/+5
2006-09-19be a little more consistent with our variable usageqwell1-1/+1
2006-09-18Change the includes to work on FreeBSDqwell2-3/+4
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-3/+5
2006-09-09more makefile tweaks to keep targets from being run when they don't need to bekpfleming1-1/+3
2006-08-29suppress compiler warningrussell1-1/+2
2006-08-28My apologies, I missed the compiler warning in a previous commit for the ael_...murf1-1/+1
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-3/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf2-5/+24
2006-08-22Another compile time warning bites the dustfile1-1/+1