summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-10add tab completion for 'core set debug X filename.c'Michiel van Baak
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04Fix minor coding guidelines introduced with CLI permissions.Eliel C. Sardanons
2008-12-02Merged revisions 160207 via svnmerge from Tilghman Lesher
2008-12-01Introduce CLI permissions.Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-10-17Fix CLI command 'channel request hangup'Michiel van Baak
2008-10-09(closes issue #13557)Steve Murphy
2008-10-03Resolve a subtle bug where we would never successfully be able to getSean Bright
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-06Some fixes to autocompletion in some commands.Michiel van Baak
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-08-05Merged revisions 135597 via svnmerge from Sean Bright
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-05-27Merged revisions 118551 via svnmerge from Tilghman Lesher
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-04Whitespace changes onlyTilghman Lesher
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