aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-1/+1
2009-06-25Merged revisions 203381 via svnmerge from twilson1-2/+2
2009-04-22Merged revisions 190057 via svnmerge from jpeeler1-1/+1
2008-12-02Merged revisions 160208 via svnmerge from tilghman1-1/+2
2008-10-09Merged revisions 147807 via svnmerge from murf1-2/+2
2008-10-03Merged revisions 146198 via svnmerge from seanbright1-5/+5
2008-08-05Merged revisions 135598 via svnmerge from seanbright1-1/+1
2008-07-11Merged revisions 130129 via svnmerge from bbryant1-1/+1
2008-05-27Merged revisions 118554 via svnmerge from tilghman1-1/+1
2008-03-18Merged revisions 109447 via svnmerge from russell1-1/+1
2008-03-06Merged revisions 105840 via svnmerge from russell1-1/+1
2008-02-18Context tracing for channelstilghman1-1/+9
2008-01-10Check pointers before freeing (was getting WARNINGS under MALLOC_DEBUG)twilson1-1/+2
2008-01-09Merged revisions 97622 via svnmerge from qwell1-5/+3
2008-01-09Merged revisions 97618 via svnmerge from qwell1-3/+7
2008-01-09Merged revisions 97350 via svnmerge from tilghman1-4/+6
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.qwell1-0/+59
2007-11-28file says... compile before you commit!file1-3/+4
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.qwell1-50/+32
2007-11-28Hide CLI commands starting with _ from tab completion as was done previously.file1-0/+3
2007-11-26- Mark "concise" as deprecatedoej1-1/+3
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-02Show the channel unique ID in the "show channel concise" outputrussell1-2/+3
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-21/+21
2007-10-21Merged revisions 85532 via svnmerge from russell1-0/+17
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-21/+21
2007-10-15Move the CLI commands that were in builtins[] into the cli_cli[] array of CLIrussell1-57/+14
2007-10-13Fix compiling cli.c due to differences with new cli system (closes issue jamesgolovich1-1/+1
2007-10-13Merged revisions 85533 via svnmerge from russell1-2/+7
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-123/+143
2007-10-01Don't set the full command string until after verifying that there is notrussell1-4/+2
2007-08-01Convert CLI helpers list to rwlist.file1-24/+24
2007-07-23(closes issue #10192)russell1-3/+126
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-35/+34
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachrussell1-67/+0
2007-07-02Add a CLI command to output docs on CLI commands to a filerussell1-0/+67
2007-06-27Fix a segfault when trying to tab complete the "core show uptime" command.qwell1-4/+4
2007-06-14Convert uses of strdup() to ast_strdup()russell1-5/+5
2007-06-13Use read/write lock based lists for group counting.file1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-13/+13
2007-06-05Found a bug where when "core set debug #" is used, the verbosity is read as themmichelson1-1/+3
2007-04-25Merged revisions 61805 via svnmerge from file1-21/+13
2007-03-02Add the channel's Language to the "show channel" CLI command and the DumpChanrussell1-1/+4
2007-02-22Merged revisions 56008 via svnmerge from file1-1/+4
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do somerussell1-6/+10