aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-1386/+0
2006-08-08change constant name from MAXSTRLEN to INITLEN since it is not the maximumrussell1-2/+2
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-40/+7
2006-07-27fix crashes with MALLOC_DEBUG enabled that were a result of my recent threadrussell1-1/+10
2006-07-27fix some breakage of ast_cli() that resulted in seg faults on Josh's machine.russell1-0/+2
2006-07-26merge the changes from my ast_cli_tls branch ...russell1-6/+19
2006-07-23Merge team/russell/ast_cli_tls into the trunk.russell1-9/+24
2006-07-23take the advice of an XXX comment and use an atomic operation to decrement arussell1-9/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-6/+4
2006-06-04- Add information about transcoding to "show channel"oej1-0/+4
2006-05-31remove the "frog" CLI command left over from April 1strussell1-27/+0
2006-05-26Fix various problems in the addition of the ability to mute log/verboserussell1-2/+2
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...file1-0/+14
2006-05-19Fix tab completion when you just do a plain tab without entering anything, an...file1-3/+6
2006-05-09use S_OR where appropriate, comment an unclear difference in formatrizzo1-6/+12
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-1/+0
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-7/+7
2006-04-29move the "show version" CLI command from cli.c to asterisk.c so that only onerussell1-23/+0
2006-04-21- use symbolic constants and macros to play with the debug flagrizzo1-3/+4
2006-04-21make NULL and "" equivalent for some cid fields.rizzo1-5/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-0/+1
2006-04-02Fix formatting of the frog codetilghman1-7/+7
2006-04-01fix style and printf format errors in the frog command.rizzo1-3/+4
2006-04-01Added "frog" CLI command, which performs frog-in-a-blender calculations.jdixon1-0/+26
2006-03-28bring in the code that was discussed on Mantis #6068,rizzo1-291/+270
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
2006-02-27don't try to print the help text for a CLI command when RESULT_SHOWUSAGE isrussell1-1/+4
2006-02-16add StopMixMonitor application (issue #6122, with mods)russell1-3/+3
2006-02-14use a delimiter for 'show channels concise' that will not appear in the field...kpfleming1-1/+1
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)kpfleming1-57/+30
2006-02-09conversions to memory allocation wrappers, remove duplicated error messages,russell1-17/+19
2006-02-01use string fields for some stuff in ast_channelkpfleming1-1/+1
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-18/+18
2006-01-18cleanup the show uptime code, and minor changesmogorman1-89/+41
2006-01-17Added tab completion for help. bug 6074mogorman1-1/+14
2006-01-07Add support for H.264 with SIP and recordingmarkster1-4/+8
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-28restore alphabetical order for builtin cli commands (issue #6073)russell1-1/+1
2005-12-26Merged revisions 7634 via svnmerge from russell1-2/+2
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-11/+2
2005-12-07This is the first round of removing applications that were marked as deprecatedrussell1-0/+58
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-29Add a minor optimization to CLI tab completion functions for channels.russell1-42/+65
2005-11-21issue #5804russell1-5/+5
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