aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Merged revisions 267138 via svnmerge from russell1-0/+24
2010-05-12Merged revisions 262800 via svnmerge from pabelanger1-0/+3
2009-12-30Merged revisions 236893 via svnmerge from jpeeler1-0/+10
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-25Merged revisions 208813 via svnmerge from mvanbaak1-5/+0
2009-07-24Merged revisions 208706 via svnmerge from russell1-0/+5
2009-07-24Merged revisions 208693 via svnmerge from russell1-1/+0
2009-06-25Merged revisions 203381 via svnmerge from twilson1-2/+2
2009-04-22Merged revisions 190057 via svnmerge from jpeeler1-1/+1
2009-03-27Merged revisions 184693 via svnmerge from russell1-1/+1
2009-01-29Remove tabs from commentrmudgett1-4/+4
2009-01-14Don't crash when typing 'core set verbose' or 'core set debug' by themselves.seanbright1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-8/+9
2008-12-10add tab completion for 'core set debug X filename.c'mvanbaak1-8/+72
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-12-04Fix minor coding guidelines introduced with CLI permissions.eliel1-2/+3
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-1/+2
2008-12-01Introduce CLI permissions.eliel1-12/+406
2008-11-12This commit does two things:mvanbaak1-94/+24
2008-10-17Fix CLI command 'channel request hangup'mvanbaak1-2/+2
2008-10-09(closes issue #13557)murf1-2/+2
2008-10-03Resolve a subtle bug where we would never successfully be able to getseanbright1-5/+5
2008-09-28Merge the cli_cleanup branch.mvanbaak1-4/+4
2008-09-06Some fixes to autocompletion in some commands.mvanbaak1-1/+3
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-10/+10
2008-08-05Merged revisions 135597 via svnmerge from seanbright1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-15/+1
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-1/+15
2008-05-27Merged revisions 118551 via svnmerge from tilghman1-1/+1
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-04Whitespace changes onlytilghman1-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