summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
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
2006-11-18Move this macro from cli.c to cli.h so apps can use itLuigi Rizzo
2006-11-17remove a debugging messageLuigi Rizzo
2006-11-17convert "help" to new style,Luigi Rizzo
2006-11-17standardize "module show [like]"Luigi Rizzo
2006-11-17describe a bit the patterns that you can have in the commands,Luigi Rizzo
2006-11-17merge the implemenmtation of "core set debug" and "core set verbose".Luigi Rizzo
2006-11-17introduce a bit of regexp support in the internal CLI api.Luigi Rizzo
2006-11-16remove an unused functionLuigi Rizzo
2006-11-16reduce indentation on a large function.Luigi Rizzo
2006-11-16use atomic instructions to update the inuse countersLuigi Rizzo
2006-11-16make kevin (and 64 bit machines) happy andLuigi Rizzo
2006-11-15small simplifications and localization of variables.Luigi Rizzo
2006-11-15new-style "core show channels"Luigi Rizzo
2006-11-15more changes to new style of "module load" and "load".Luigi Rizzo
2006-11-15move another deprecated command to the new styleLuigi Rizzo
2006-11-15move "core set debug" to the new style, and remove duplicatedLuigi Rizzo
2006-11-15one more step cleaning the internal CLI interface:Luigi Rizzo
2006-11-15update the internal cli api following comments from kevin.Luigi Rizzo
2006-11-14add missing casts and remove an unused function.Luigi Rizzo
2006-11-14fix completion for "module reload mod_1 mod_2 ... "Luigi Rizzo
2006-11-14partly convert to new style set-verbose, with completion fixesLuigi Rizzo
2006-11-14replace two deprecated functions with calls to the standard ones,Luigi Rizzo
2006-11-14remove duplicated implementation for a deprecated function, use theLuigi Rizzo
2006-11-14new-style for 'core show uptime', include 'complete' support and better error...Luigi Rizzo
2006-11-14apply previous fix to old-style cli entries as well.Luigi Rizzo