aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-26fix format string (issue #4945)russell1-2/+2
2005-06-10restructure buggy parse_args routinerussell1-62/+52
2005-05-24fix output when no help text is available for a cli commandrussell1-3/+8
2004-12-30add missing headerrussell1-0/+1
2004-12-30fix typos (bug #3162)russell1-2/+3
2004-11-18fix tab completion issue (bug #988)russell1-1/+1
2004-11-18tweaks to make valgrind happyrussell1-8/+7
2004-10-14tab completion on show dialplan from -r asterisk with large extensions.conf w...russell1-6/+12
2004-10-08verbose fixes (bug #2602)russell1-1/+1
2004-09-13Add set debug option, make output for set verbose better (bug #2428)markster1-2/+44
2004-09-03reload documentation, don't display res in app_test...markster1-3/+3
2004-09-03Display elapsed time in hours/mins/seconds (bug #2365 kinda sorta)markster1-4/+8
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...markster1-2/+7
2004-08-07Fix a couple minor command line completion issuesmarkster1-7/+19
2004-08-03Merge nicolasg's manager/cli patch (bug #2207)markster1-0/+8
2004-07-14Minor formatting fix from code audit in cli.ccitats1-2/+1
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-35/+62
2004-07-08Bug # 1973: Change write to ast_carefulwritemalcolmd1-1/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-5/+5
2004-06-11Add "show channels concise" for machine readable formatmarkster1-7/+22
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+2
2004-05-28Hopefully last ast_strlen_zero fix in cli.ccitats1-1/+1
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-17/+33
2004-05-10Patch Submitted by BKW on 5/10/2004 to chan_sip.canthm1-1/+1
2004-05-06Use ast_strlen_zero in cli.ccitats1-3/+4
2004-04-08Free some cli memorycitats1-0/+1
2004-04-06Remove size restiction on remote console command completion (bug 1360)citats1-2/+11
2004-03-14Make sure time is valid for uptime (bug 1214)citats1-0/+2
2004-03-06Fix comment in cli.ccitats1-1/+1
2004-02-15Fix 'show channel<tab>' completion, where show channel would becitats1-2/+2
2004-02-15Fix command completion (bug #988)citats1-1/+1
2004-01-16another nickpick on formattingjeremy1-1/+1
2004-01-15Nitpic CLI output. Bug #858jeremy1-1/+1
2003-12-03Revert bad patch in 187markster1-1/+0
2003-12-03Minor patch for improving console response with asterisk -r (bug #183)markster1-0/+1
2003-11-09Back out "leak" fixes, as it causes segfaultsmarkster1-3/+1
2003-11-09CLI memory leak patchmarkster1-1/+3
2003-10-22Bah, it needs the free apparentlymarkster1-0/+1
2003-10-22Switch to vasprintf (big #398) dropping bogus free()markster1-2/+2
2003-09-27Fix various compiler warnings (bug #322)markster1-2/+2
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-17/+17
2003-06-27Minor cleanupsmarkster1-1/+0
2003-05-30Add unique identifiermarkster1-1/+2
2003-05-02Show uptimemarkster1-0/+87
2003-04-30Little revert on some CLI stuffmarkster1-1/+1
2003-04-29Minor CLI fixmarkster1-4/+1
2003-04-09Implement call pickup on SIP, override context if appropriatemarkster1-1/+3
2003-04-08Fix some leaks in CLI (thanks James)markster1-2/+10
2003-03-12Wed Mar 12 07:00:01 CET 2003matteo1-4/+59