aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-29proper fix for ast_group_t changekpfleming1-3/+3
2006-09-28eliminate compiler warning introduced by recent changeskpfleming1-1/+1
2006-02-27don't try to print the help text for a CLI command when RESULT_SHOWUSAGE isrussell1-1/+4
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-05stop recompiling cli.c on every 'make'kpfleming1-5/+11
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-11fix command listing for top level CLI commands (issue #5416)russell1-1/+1
2005-09-25Fix CLI completion issue (bug #5041)markster1-14/+19
2005-09-24Fix CLI memory leak (bug #5035)markster1-6/+7
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-26fix format string (inspired by issue #4945)russell1-1/+1
2005-08-22make 'show modules like' not case sensitive (issue #4990)kpfleming1-1/+1
2005-08-14Fix cli matchstr initialization (bug #4958)markster1-1/+1
2005-08-12Fix CLI formatting typo (bug #4945)markster1-1/+1
2005-08-08Better alignment/truncation of show channels output (bug #4741 with extensive...markster1-30/+96
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-1/+1
2005-07-15phase two of string portability stuff:kpfleming1-6/+1
2005-07-10more ast_copy_string conversionsrussell1-3/+3
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-3/+3
2005-06-10restructure buggy parse_args routinekpfleming1-62/+52
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-20/+26
2005-06-06add support for per-module version numberskpfleming1-8/+7
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-3/+3
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-127/+103
2005-05-24print out appropriate message when no help text is available for a commandrussell1-3/+8
2005-05-18Add optional call limitmarkster1-1/+6
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming1-0/+19
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-5/+6
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-44/+45
2005-03-05Allow debug to be enabled on a per-file basis...markster1-0/+25
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-3/+6
2005-02-05Allow uptime to be displayed in seconds (bug #3510, with mods)markster1-10/+28
2005-02-01Fix agent moh issue (bug #3383)markster1-1/+3
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-06Fix command completion issue (bug #3257)markster1-15/+17
2004-12-29Fix additional typos (bug #3162)markster1-2/+3
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...markster1-3/+6
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+5
2004-12-07Big diet for struct ast_channelmarkster1-2/+1
2004-11-21Fix compiler warningmarkster1-0/+1
2004-11-18Minor command completion tweak (bug #988 bis)markster1-1/+1
2004-11-17Fix initialization of CLI (bug #2861)markster1-8/+7
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...markster1-17/+45
2004-10-22This patch adds a new api call:anthm1-0/+5
2004-10-16Provide module command completion (make twisted happy)markster1-3/+24