Leif Madsen
|
c7f7156c57
Merged revisions 328209 via svnmerge from
|
13 years ago |
Olle Johansson
|
43771968ef
Add doxygen documentation
|
14 years ago |
Tilghman Lesher
|
7346d196ab
Merged revisions 220288 via svnmerge from
|
15 years ago |
Olle Johansson
|
2f16848be8
Merged revisions 216430 via svnmerge from
|
15 years ago |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 years ago |
Kevin P. Fleming
|
7f136afcad
add 'const' qualifiers in various places where they should have been
|
16 years ago |
Eliel C. Sardanons
|
de93eb36b2
Janitor, use ARRAY_LEN() when possible.
|
16 years ago |
Russell Bryant
|
a296a59ced
Fix various spelling and grammatical issues in documentation
|
16 years ago |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
16 years ago |
Steve Murphy
|
22df4f0131
(closes issue #13557)
|
16 years ago |
Tilghman Lesher
|
494f40bad2
Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
|
16 years ago |
Sean Bright
|
5198c9672a
More RSW merges. Everything from apps/ except for the big offenders
|
16 years ago |
Tilghman Lesher
|
2fb073ef2d
Whitespace changes only
|
17 years ago |
Steve Murphy
|
d7fa375d8e
Merged revisions 111391 via svnmerge from
|
17 years ago |
Russell Bryant
|
20f1d6f50e
Merge changes from team/mvanbaak/cli-command-audit
|
17 years ago |
Mark Michelson
|
faae45d0ed
Merged revisions 89618 via svnmerge from
|
17 years ago |
Luigi Rizzo
|
3736ebab77
remove redundant headers
|
17 years ago |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 years ago |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 years ago |
Joshua Colp
|
c517d7448f
Change warning messages (which are really debug messages) into debug messages.
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Luigi Rizzo
|
fd3e417412
make the 'name' and 'value' fields in ast_variable const char *
|
17 years ago |
Tilghman Lesher
|
2edc824073
Suppress erroneous warnings on load.
|
17 years ago |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 years ago |
Steve Murphy
|
38f510abd2
This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc.
|
17 years ago |
Russell Bryant
|
eb8fc1262e
Convert some spaces to tabs and make it so the CLI command is only registered
|
17 years ago |
Jason Parker
|
5fd5a97871
Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
|
17 years ago |
Jason Parker
|
278b08ca23
Convert NEW_CLI to AST_CLI.
|
17 years ago |
Jason Parker
|
6d397335f0
More NEW_CLI conversions.
|
17 years ago |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
17 years ago |