Resolve a subtle bug where we would never successfully be able to get
[asterisk/asterisk.git] / main / cli.c
2008-10-03 Sean BrightResolve a subtle bug where we would never successfully...
2008-09-28 Michiel van BaakMerge the cli_cleanup branch.
2008-09-06 Michiel van BaakSome fixes to autocompletion in some commands.
2008-08-10 Sean BrightAnother batch of files from RSW. The remaining apps...
2008-08-05 Sean BrightMerged revisions 135597 via svnmerge from
2008-07-11 Brett BryantJanitor patch to change uses of sizeof to ARRAY_LEN
2008-07-09 Tilghman LesherCode wasn't ready to be merged - see -dev list discussion
2008-07-05 Olle JohanssonImplement flags for AGI in the channel structure so...
2008-05-27 Tilghman LesherMerged revisions 118551 via svnmerge from
2008-05-01 Tilghman LesherModify TIMEOUT() to be accurate down to the millisecond.
2008-03-18 Terry WilsonGo through and fix a bunch of places where character...
2008-03-04 Tilghman LesherWhitespace changes only
2008-02-18 Tilghman LesherContext tracing for channels
2008-01-10 Terry WilsonCheck pointers before freeing (was getting WARNINGS...
2008-01-09 Jason ParkerMerged revisions 97622 via svnmerge from
2008-01-09 Jason ParkerMerged revisions 97618 via svnmerge from
2008-01-09 Tilghman LesherMerged revisions 97350 via svnmerge from
2007-12-07 Jason ParkerAdd count of total number of calls processed by asteris...
2007-11-28 Joshua Colpfile says... compile before you commit!
2007-11-28 Jason ParkerRemove "old"-style CLI handler, since nothing uses...
2007-11-28 Joshua ColpHide CLI commands starting with _ from tab completion...
2007-11-26 Olle Johansson- Mark "concise" as deprecated
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Luigi Rizzomove internal function declarations to include/asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-02 Russell BryantShow the channel unique ID in the "show channel concise...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-21 Russell BryantMerged revisions 85532 via svnmerge from
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-15 Russell BryantMove the CLI commands that were in builtins[] into...
2007-10-13 James GolovichFix compiling cli.c due to differences with new cli...
2007-10-13 Russell BryantMerged revisions 85533 via svnmerge from
2007-10-11 Russell BryantMerge a ton of NEW_CLI conversions. Thanks to everyone...
2007-10-01 Russell BryantDon't set the full command string until after verifying...
2007-08-01 Joshua ColpConvert CLI helpers list to rwlist.
2007-07-23 Russell Bryant(closes issue #10192)
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-02 Russell BryantAfter some discussion on the asterisk-dev list, we...
2007-07-02 Russell BryantAdd a CLI command to output docs on CLI commands to...
2007-06-27 Jason ParkerFix a segfault when trying to tab complete the "core...
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-13 Joshua ColpUse read/write lock based lists for group counting.
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-05 Mark MichelsonFound a bug where when "core set debug #" is used,...
2007-04-25 Joshua ColpMerged revisions 61805 via svnmerge from
2007-03-02 Russell BryantAdd the channel's Language to the "show channel" CLI...
2007-02-22 Joshua ColpMerged revisions 56008 via svnmerge from
2007-02-13 Russell BryantThis introduces a new dialplan function, DEVSTATE,...
2007-02-13 Russell Bryant- Constify the format string passed to ast_cli()
2007-01-29 Joshua ColpAdd core show channels count CLI command. (issue #8932...
2007-01-23 Joshua ColpCosmetic changes. Make main source files better conform...
2007-01-18 Jason ParkerFix filename completion for "module load" and "load...
2006-12-19 Luigi Rizzoremove now useless extern declarations.
2006-12-18 Luigi Rizzoconvert the final clients of ast_build_string to use...
2006-12-16 Luigi Rizzoanother conversion from ast_build_str to ast_str
2006-12-15 Luigi Rizzosimplify the ast_dynamic_str_*.... routines by
2006-12-12 Luigi RizzoMake sure tab-completion works even when we have typed...
2006-12-06 Russell BryantConstify a bunch of the usage strings for CLI commands.
2006-12-01 Tilghman LesherMerged revisions 48179 via svnmerge from
2006-11-18 Luigi RizzoMove this macro from cli.c to cli.h so apps can use it
2006-11-17 Luigi Rizzoremove a debugging message
2006-11-17 Luigi Rizzoconvert "help" to new style,
2006-11-17 Luigi Rizzostandardize "module show [like]"
2006-11-17 Luigi Rizzodescribe a bit the patterns that you can have in the...
2006-11-17 Luigi Rizzomerge the implemenmtation of "core set debug" and ...
2006-11-17 Luigi Rizzointroduce a bit of regexp support in the internal CLI...
2006-11-16 Luigi Rizzoremove an unused function
2006-11-16 Luigi Rizzoreduce indentation on a large function.
2006-11-16 Luigi Rizzouse atomic instructions to update the inuse counters
2006-11-16 Luigi Rizzomake kevin (and 64 bit machines) happy and
2006-11-15 Luigi Rizzosmall simplifications and localization of variables.
2006-11-15 Luigi Rizzonew-style "core show channels"
2006-11-15 Luigi Rizzomore changes to new style of "module load" and "load".
2006-11-15 Luigi Rizzomove another deprecated command to the new style
2006-11-15 Luigi Rizzomove "core set debug" to the new style, and remove...
2006-11-15 Luigi Rizzoone more step cleaning the internal CLI interface:
2006-11-15 Luigi Rizzoupdate the internal cli api following comments from...
2006-11-14 Luigi Rizzoadd missing casts and remove an unused function.
2006-11-14 Luigi Rizzofix completion for "module reload mod_1 mod_2 ... "
2006-11-14 Luigi Rizzopartly convert to new style set-verbose, with completio...
2006-11-14 Luigi Rizzoreplace two deprecated functions with calls to the...
2006-11-14 Luigi Rizzoremove duplicated implementation for a deprecated funct...
2006-11-14 Luigi Rizzonew-style for 'core show uptime', include 'complete...
2006-11-14 Luigi Rizzoapply previous fix to old-style cli entries as well.
2006-11-14 Luigi Rizzofix "core set debug atleast ",
2006-11-14 Luigi RizzoBring in the improved internal API for the CLI.
2006-11-13 Joshua ColpReturn module show to a working state. (issue #8353...
2006-11-13 Luigi Rizzostop looking for new entries when we know we are done.
2006-11-13 Luigi Rizzofree memory when unregistering an entry.
2006-11-10 Joshua ColpA trunk that builds is a productive trunk.
2006-11-10 Tilghman LesherMerged revisions 47436 via svnmerge from
2006-11-09 Russell BryantMerged revisions 47377 via svnmerge from
2006-11-09 Russell BryantMerged revisions 47375 via svnmerge from
2006-11-09 Russell BryantMerged revisions 47372 via svnmerge from
2006-11-09 Russell BryantMerged revisions 47366 via svnmerge from
2006-11-04 Russell BryantMerged revisions 47196 via svnmerge from
2006-11-04 Russell BryantMerged revisions 47195 via svnmerge from
next