summaryrefslogtreecommitdiff
path: root/cli.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-04- Add information about transcoding to "show channel"Olle Johansson
2006-05-31remove the "frog" CLI command left over from April 1stRussell Bryant
2006-05-26Fix various problems in the addition of the ability to mute log/verboseRussell Bryant
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...Joshua Colp
2006-05-19Fix tab completion when you just do a plain tab without entering anything, an...Joshua Colp
2006-05-09use S_OR where appropriate, comment an unclear difference in formatLuigi Rizzo
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andRussell Bryant
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-29move the "show version" CLI command from cli.c to asterisk.c so that only oneRussell Bryant
2006-04-21- use symbolic constants and macros to play with the debug flagLuigi Rizzo
2006-04-21make NULL and "" equivalent for some cid fields.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-02Fix formatting of the frog codeTilghman Lesher
2006-04-01fix style and printf format errors in the frog command.Luigi Rizzo
2006-04-01Added "frog" CLI command, which performs frog-in-a-blender calculations.Jim Dixon
2006-03-28bring in the code that was discussed on Mantis #6068,Luigi Rizzo
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-02-27don't try to print the help text for a CLI command when RESULT_SHOWUSAGE isRussell Bryant
2006-02-16add StopMixMonitor application (issue #6122, with mods)Russell Bryant
2006-02-14use a delimiter for 'show channels concise' that will not appear in the field...Kevin P. Fleming
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)Kevin P. Fleming
2006-02-09conversions to memory allocation wrappers, remove duplicated error messages,Russell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18cleanup the show uptime code, and minor changesMatt O'Gorman
2006-01-17Added tab completion for help. bug 6074Matt O'Gorman
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-28restore alphabetical order for builtin cli commands (issue #6073)Russell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-12-07This is the first round of removing applications that were marked as deprecatedRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29Add a minor optimization to CLI tab completion functions for channels.Russell Bryant
2005-11-21issue #5804Russell Bryant
2005-11-05stop recompiling cli.c on every 'make'Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-11fix command listing for top level CLI commands (issue #5416)Russell Bryant
2005-09-25Fix CLI completion issue (bug #5041)Mark Spencer
2005-09-24Fix CLI memory leak (bug #5035)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-26fix format string (inspired by issue #4945)Russell Bryant
2005-08-22make 'show modules like' not case sensitive (issue #4990)Kevin P. Fleming
2005-08-14Fix cli matchstr initialization (bug #4958)Mark Spencer
2005-08-12Fix CLI formatting typo (bug #4945)Mark Spencer
2005-08-08Better alignment/truncation of show channels output (bug #4741 with extensive...Mark Spencer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant