summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
2008-02-18Context tracing for channelsTilghman Lesher
2008-01-10Check pointers before freeing (was getting WARNINGS under MALLOC_DEBUG)Terry Wilson
2008-01-09Merged revisions 97622 via svnmerge from Jason Parker
2008-01-09Merged revisions 97618 via svnmerge from Jason Parker
2008-01-09Merged revisions 97350 via svnmerge from Tilghman Lesher
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.Jason Parker
2007-11-28file says... compile before you commit!Joshua Colp
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.Jason Parker
2007-11-28Hide CLI commands starting with _ from tab completion as was done previously.Joshua Colp
2007-11-26- Mark "concise" as deprecatedOlle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.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-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-02Show the channel unique ID in the "show channel concise" outputRussell Bryant
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-21Merged revisions 85532 via svnmerge from Russell Bryant
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-15Move the CLI commands that were in builtins[] into the cli_cli[] array of CLIRussell Bryant
2007-10-13Fix compiling cli.c due to differences with new cli system (closes issue James Golovich
2007-10-13Merged revisions 85533 via svnmerge from Russell Bryant
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-10-01Don't set the full command string until after verifying that there is notRussell Bryant
2007-08-01Convert CLI helpers list to rwlist.Joshua Colp
2007-07-23(closes issue #10192)Russell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachRussell Bryant
2007-07-02Add a CLI command to output docs on CLI commands to a fileRussell Bryant
2007-06-27Fix a segfault when trying to tab complete the "core show uptime" command.Jason Parker
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-13Use read/write lock based lists for group counting.Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-05Found a bug where when "core set debug #" is used, the verbosity is read as theMark Michelson
2007-04-25Merged revisions 61805 via svnmerge from Joshua Colp
2007-03-02Add the channel's Language to the "show channel" CLI command and the DumpChanRussell Bryant
2007-02-22Merged revisions 56008 via svnmerge from Joshua Colp
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant
2007-02-13- Constify the format string passed to ast_cli()Russell Bryant
2007-01-29Add core show channels count CLI command. (issue #8932 reported by mr_mehul_s...Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2007-01-18Fix filename completion for "module load" and "load" CLI commands.Jason Parker
2006-12-19remove now useless extern declarations.Luigi Rizzo
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-16another conversion from ast_build_str to ast_strLuigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-12Make sure tab-completion works even when we have typed a fullyLuigi Rizzo
2006-12-06Constify a bunch of the usage strings for CLI commands.Russell Bryant
2006-12-01Merged revisions 48179 via svnmerge from Tilghman Lesher