Commit Graph

112 Commits (8fab346c00d55b45cd09ef57d310476f9e292696)

Author SHA1 Message Date
Terry Wilson 2f088dcbe3 Merged revisions 203381 via svnmerge from
16 years ago
Jeff Peeler 62f5546319 Merged revisions 190057 via svnmerge from
16 years ago
Tilghman Lesher 0a9c41ca89 Merged revisions 160208 via svnmerge from
17 years ago
Steve Murphy 062d3041fe Merged revisions 147807 via svnmerge from
17 years ago
Sean Bright 28c515cac5 Merged revisions 146198 via svnmerge from
17 years ago
Sean Bright 7d44270d33 Merged revisions 135598 via svnmerge from
17 years ago
Brett Bryant 559bbfc457 Merged revisions 130129 via svnmerge from
17 years ago
Tilghman Lesher 3e82a519b0 Merged revisions 118554 via svnmerge from
17 years ago
Russell Bryant 4af367c3a9 Merged revisions 109447 via svnmerge from
17 years ago
Russell Bryant 9c09333526 Merged revisions 105840 via svnmerge from
17 years ago
Tilghman Lesher 26755e3882 Context tracing for channels
17 years ago
Terry Wilson e823e89b5a Check pointers before freeing (was getting WARNINGS under MALLOC_DEBUG)
18 years ago
Jason Parker 46f4c8946f Merged revisions 97622 via svnmerge from
18 years ago
Jason Parker 0c1ded4cb5 Merged revisions 97618 via svnmerge from
18 years ago
Tilghman Lesher 43a172de57 Merged revisions 97350 via svnmerge from
18 years ago
Jason Parker 02ea9face7 Add count of total number of calls processed by asterisk during it's lifetime.
18 years ago
Joshua Colp cbe59ac93e file says... compile before you commit!
18 years ago
Jason Parker aa0f63d65f Remove "old"-style CLI handler, since nothing uses it anymore.
18 years ago
Joshua Colp a6ddf3c7b0 Hide CLI commands starting with _ from tab completion as was done previously.
18 years ago
Olle Johansson 130a2051fa - Mark "concise" as deprecated
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 915b97d300 move internal function declarations to include/asterisk/_private.h
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Russell Bryant 927901fdef Show the channel unique ID in the "show channel concise" output
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Russell Bryant 56879bf978 Merged revisions 85532 via svnmerge from
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Russell Bryant c2ba92b385 Move the CLI commands that were in builtins[] into the cli_cli[] array of CLI
18 years ago
James Golovich 741c0ba9df Fix compiling cli.c due to differences with new cli system (closes issue
18 years ago
Russell Bryant eec3f78368 Merged revisions 85533 via svnmerge from
18 years ago
Russell Bryant e97a723cf1 Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)
18 years ago
Russell Bryant 7c01bf15df Don't set the full command string until after verifying that there is not
18 years ago
Joshua Colp 96b96a5f72 Convert CLI helpers list to rwlist.
18 years ago
Russell Bryant f1f72312bb (closes issue #10192)
18 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
18 years ago
Russell Bryant d2a85e5f64 After some discussion on the asterisk-dev list, we determined that this approach
18 years ago
Russell Bryant bc8cd717ef Add a CLI command to output docs on CLI commands to a file
18 years ago
Jason Parker ed101a5319 Fix a segfault when trying to tab complete the "core show uptime" command.
18 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
18 years ago
Joshua Colp 679733c52a Use read/write lock based lists for group counting.
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Mark Michelson ca4ca779a9 Found a bug where when "core set debug #" is used, the verbosity is read as the
18 years ago
Joshua Colp 8b2b3e172b Merged revisions 61805 via svnmerge from
18 years ago
Russell Bryant 40e95cd19d Add the channel's Language to the "show channel" CLI command and the DumpChan
18 years ago
Joshua Colp 48517d4bc8 Merged revisions 56008 via svnmerge from
18 years ago
Russell Bryant f60efe347a This introduces a new dialplan function, DEVSTATE, which allows you to do some
18 years ago
Russell Bryant 4300a7a6cd - Constify the format string passed to ast_cli()
18 years ago