Commit Graph

126 Commits (414702f5626b09b7ccb4583b0b78e56469b93c9d)

Author SHA1 Message Date
Tilghman Lesher defd50c63e Fix formatting of the frog code
19 years ago
Luigi Rizzo 872fe43af1 fix style and printf format errors in the frog command.
19 years ago
Jim Dixon 554cc322ed Added "frog" CLI command, which performs frog-in-a-blender calculations.
19 years ago
Luigi Rizzo e5c455e15a bring in the code that was discussed on Mantis #6068,
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Russell Bryant c9d89b26ee don't try to print the help text for a CLI command when RESULT_SHOWUSAGE is
19 years ago
Russell Bryant 118b277ab1 add StopMixMonitor application (issue #6122, with mods)
19 years ago
Kevin P. Fleming 6081d770c3 use a delimiter for 'show channels concise' that will not appear in the field contents (issue #6086, with UPGRADE.txt addition)
19 years ago
Kevin P. Fleming ff7a90829d more list macro conversion (issue #6361, plus documentation for new macro)
19 years ago
Russell Bryant b96af335d8 conversions to memory allocation wrappers, remove duplicated error messages,
19 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
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