summaryrefslogtreecommitdiff
path: root/utils/extconf.c
AgeCommit message (Expand)Author
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2016-08-19Fix naming mismatch of allocator functions.Corey Farrell
2016-07-21pbx: Create pbx_sw.c for management of 'struct ast_sw'.Corey Farrell
2016-07-18pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'.Corey Farrell
2016-07-15pbx: Create pbx_include.c for management of 'struct ast_include'.Corey Farrell
2016-05-14logger: Support JSON logging with Verbose messagesMatt Jordan
2015-05-19doxygen: Fix doxygen errorsMatt Jordan
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-05-03utils: Remove trailing whitespaceRodrigo Ramírez Norambuena
2015-04-13Fixing extconf compileDavid M. Lee
2015-04-06clang compiler warnings: Remove large chunks of unused code from extconfMatthew Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-02-22Remove extra defines of AST_PBX_MAX_STACK.Corey Farrell
2014-01-22pbx.c: Pre-initialize timezone to avoid crash on destroyScott Griepentrog
2013-11-08app_dahdiras: Use waitpid instead of wait4.Kevin Harwell
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-08-05Fix res_ari_asterisk load issueDavid M. Lee
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
2012-11-16Fixed extconf.c breakage introduced in r376306.David M. Lee
2012-10-14Doxygen UpdatesAndrew Latham
2012-08-01Revert alloca changes for utilsKinsey Moore
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