Commit Graph

115 Commits (25ad6f6ec34d050591bea8e2a1e6ea652fe7c387)

Author SHA1 Message Date
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Matt O'Gorman 5aa3822dbc cleanup the show uptime code, and minor changes
20 years ago
Matt O'Gorman 859f1fa009 Added tab completion for help. bug 6074
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant 33fafb28f8 restore alphabetical order for builtin cli commands (issue #6073)
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Russell Bryant 0da13c21b4 - move the string join() function to utils.c since it is used in both cli.c and res_agi.c
20 years ago
Russell Bryant cac0f4d095 This is the first round of removing applications that were marked as deprecated
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 8e28b45846 Add a minor optimization to CLI tab completion functions for channels.
20 years ago
Russell Bryant 0c5e18d880 issue #5804
20 years ago
Kevin P. Fleming da0d0f975a stop recompiling cli.c on every 'make'
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant a5373b7e78 fix command listing for top level CLI commands (issue #5416)
20 years ago
Mark Spencer 1b3cb1e8a6 Fix CLI completion issue (bug #5041)
20 years ago
Mark Spencer 7196493caa Fix CLI memory leak (bug #5035)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Russell Bryant 7fa558c71e fix format string (inspired by issue #4945)
20 years ago
Kevin P. Fleming 1b420b7696 make 'show modules like' not case sensitive (issue #4990)
20 years ago
Mark Spencer 436353205a Fix cli matchstr initialization (bug #4958)
20 years ago
Mark Spencer e65f1c2a95 Fix CLI formatting typo (bug #4945)
20 years ago
Mark Spencer 0462b845e2 Better alignment/truncation of show channels output (bug #4741 with extensive mods)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Russell Bryant edbc500b77 more ast_copy_string conversions
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
20 years ago
Kevin P. Fleming 0aae19259a restructure buggy parse_args routine
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 43cf15e339 add support for per-module version numbers
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Russell Bryant 4fcf27b681 print out appropriate message when no help text is available for a command
20 years ago
Mark Spencer 38b7f7b4a4 Add optional call limit
20 years ago
Kevin P. Fleming 0356b70224 add functions to register/unregister multiple CLI commands in a single operation (bug #4255, with minor mods)
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer c6cb8f9239 Allow debug to be enabled on a per-file basis...
20 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
20 years ago
Mark Spencer b6c4282a03 Merge anthm's CDR updates (bug #3595)
20 years ago
Mark Spencer e414807aaf Allow uptime to be displayed in seconds (bug #3510, with mods)
21 years ago
Mark Spencer 3f306552dd Fix agent moh issue (bug #3383)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 71675d14f9 Fix command completion issue (bug #3257)
21 years ago
Mark Spencer f19f4411e1 Fix additional typos (bug #3162)
21 years ago
Mark Spencer a479a033a1 Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALSA and OSS codec fixes (bug #3145)
21 years ago
Mark Spencer 9d40b8ee80 Merge slimey's Solaris compatibility (with small mods) (bug #2740)
21 years ago