summaryrefslogtreecommitdiff
path: root/main/astmm.c
AgeCommit message (Expand)Author
2009-05-22Two more minor fixes due to constificationTilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-19If malloc returns NULL, we need to return NULL immediately orMark Michelson
2008-09-27Merged revisions 144924-144925 via svnmerge from Kevin P. Fleming
2008-09-17If attempting to free a NULL pointer when MALLOC_DEBUGMark Michelson
2008-07-11Merged revisions 129966 via svnmerge from Kevin P. Fleming
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-24Increase the size of filenames stored when astmm is used. If the path James Golovich
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21add missing paths.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-07Fix another CLI command so it doesn't run the real code when called for initi...Russell Bryant
2007-11-06Fix the memory show allocations CLI command so that it doesn't spew out allRussell Bryant
2007-10-29Merged revisions 87373 via svnmerge from Russell Bryant
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-22Merged revisions 86787 via svnmerge from Tilghman Lesher
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-20More NEW_CLI conversions.Jason Parker
2007-08-03Merged revisions 78095 via svnmerge from Russell Bryant
2007-01-14Merged revisions 50820 via svnmerge from Joshua Colp
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-20Merged revisions 43383 via svnmerge from Russell Bryant
2006-09-20Fix the memory summary so that it doesn't print the first file in the list overRussell Bryant
2006-09-20fix some breakage from the CLI command changesRussell Bryant
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21various cleanups, including ...Russell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming