summaryrefslogtreecommitdiff
path: root/cli.c
AgeCommit message (Expand)Author
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
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-06-10restructure buggy parse_args routineKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06add support for per-module version numbersKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-05-24print out appropriate message when no help text is available for a commandRussell Bryant
2005-05-18Add optional call limitMark Spencer
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-03-05Allow debug to be enabled on a per-file basis...Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer
2005-02-05Allow uptime to be displayed in seconds (bug #3510, with mods)Mark Spencer
2005-02-01Fix agent moh issue (bug #3383)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-06Fix command completion issue (bug #3257)Mark Spencer
2004-12-29Fix additional typos (bug #3162)Mark Spencer
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer