aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-19remove now useless extern declarations.rizzo1-2/+0
2006-12-18convert the final clients of ast_build_string to use ast_str_*()rizzo1-5/+5
2006-12-16another conversion from ast_build_str to ast_strrizzo1-13/+13
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-3/+3
2006-12-12Make sure tab-completion works even when we have typed a fullyrizzo1-3/+17
2006-12-06Constify a bunch of the usage strings for CLI commands.russell1-7/+7
2006-12-01Merged revisions 48179 via svnmerge from tilghman1-1/+0
2006-11-18Move this macro from cli.c to cli.h so apps can use itrizzo1-2/+1
2006-11-17remove a debugging messagerizzo1-1/+0
2006-11-17convert "help" to new style,rizzo1-47/+51
2006-11-17standardize "module show [like]"rizzo1-6/+4
2006-11-17describe a bit the patterns that you can have in the commands,rizzo1-2/+17
2006-11-17merge the implemenmtation of "core set debug" and "core set verbose".rizzo1-86/+24
2006-11-17introduce a bit of regexp support in the internal CLI api.rizzo1-85/+172
2006-11-16remove an unused functionrizzo1-6/+0
2006-11-16reduce indentation on a large function.rizzo1-54/+56
2006-11-16use atomic instructions to update the inuse countersrizzo1-1/+1
2006-11-16make kevin (and 64 bit machines) happy andrizzo1-1/+11
2006-11-15small simplifications and localization of variables.rizzo1-16/+10
2006-11-15new-style "core show channels"rizzo1-24/+33
2006-11-15more changes to new style of "module load" and "load".rizzo1-43/+46
2006-11-15move another deprecated command to the new stylerizzo1-38/+13
2006-11-15move "core set debug" to the new style, and remove duplicatedrizzo1-49/+48
2006-11-15one more step cleaning the internal CLI interface:rizzo1-87/+80
2006-11-15update the internal cli api following comments from kevin.rizzo1-91/+81
2006-11-14add missing casts and remove an unused function.rizzo1-16/+2
2006-11-14fix completion for "module reload mod_1 mod_2 ... "rizzo1-1/+3
2006-11-14partly convert to new style set-verbose, with completion fixesrizzo1-33/+49
2006-11-14replace two deprecated functions with calls to the standard ones,rizzo1-51/+12
2006-11-14remove duplicated implementation for a deprecated function, use therizzo1-11/+7
2006-11-14new-style for 'core show uptime', include 'complete' support and better error...rizzo1-12/+26
2006-11-14apply previous fix to old-style cli entries as well.rizzo1-1/+1
2006-11-14fix "core set debug atleast ",rizzo1-2/+2
2006-11-14Bring in the improved internal API for the CLI.rizzo1-91/+139
2006-11-13Return module show to a working state. (issue #8353 reported by jserve)file1-5/+5
2006-11-13stop looking for new entries when we know we are done.rizzo1-4/+8
2006-11-13free memory when unregistering an entry.rizzo1-0/+1
2006-11-10A trunk that builds is a productive trunk.file1-62/+0
2006-11-10Merged revisions 47436 via svnmerge from tilghman1-51/+245
2006-11-09Merged revisions 47377 via svnmerge from russell1-2/+7
2006-11-09Merged revisions 47375 via svnmerge from russell1-5/+10
2006-11-09Merged revisions 47372 via svnmerge from russell1-4/+4
2006-11-09Merged revisions 47366 via svnmerge from russell1-2/+2
2006-11-04Merged revisions 47196 via svnmerge from russell1-1/+1
2006-11-04Merged revisions 47195 via svnmerge from russell1-12/+12
2006-11-04Merged revisions 47192 via svnmerge from russell1-2/+2
2006-11-03Fix "core show channels" and "core show modules".rizzo1-7/+11
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-33/+33
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-2/+1
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-1/+1