summaryrefslogtreecommitdiff
path: root/utils/extconf.c
AgeCommit message (Expand)Author
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-01-15Fix -Werror=unused-but-set-variable compile error in utils/extconf.c.Walter Doekes
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Revert changes to extconf.cPaul Belanger
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2010-06-10Merged revisions 269635 via svnmerge from Tilghman Lesher
2010-06-08Fix trunk build on Mac OS X.Tilghman Lesher
2010-06-02Fix a build error on mac.Russell Bryant
2010-05-26Merged revisions 266142 via svnmerge from Tilghman Lesher
2010-04-22Add another random function that does nothing to make the utils/ dir happy.Jason Parker
2010-04-22Make utils/ stuff *actually* compile this time.Jason Parker
2010-04-22Let utils/ dir compile when DEBUG_THREADS is not enabled.Jason Parker
2009-08-10AST-2009-005Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2008-12-17This patch is here committed to satisfy theSteve Murphy
2008-12-17A possibly "horrible fix" for a "horribly broken"Steve Murphy
2008-12-16Add timezone to the possible fields in a timespec.Tilghman Lesher
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...Kevin P. Fleming
2008-10-09(closes issue #13557)Steve Murphy
2008-09-27Merged revisions 144924-144925 via svnmerge from Kevin P. Fleming
2008-08-07More merges from resolve-shadow warnings:Sean Bright
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-18Merged revisions 109309 via svnmerge from Steve Murphy
2008-03-07(closes issue #6002)Steve Murphy
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-01-08Make ast_atomic_fetchadd_int_slow magically appear in extconf.Joshua Colp
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603Luigi Rizzo
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-17more cygwin/mingw32 compatibility fixesLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-20Stephn Davies reports that this will help make things work on 64-bit machinesSteve Murphy
2007-08-16svn did me dirty for some reason. Left 5 files out of the commit; Tilghman co...Steve Murphy
2007-08-15Missing from murf's last trunk commit, which was why trunk won't compileTilghman Lesher