Walter Doekes
|
2cb1ef2491
Check result of ast_var_assign() calls for memory allocation failure.
|
11 years ago |
Jonathan Rose
|
3bf68dfed3
Replace GNU old-style field designator extensions to fix clang warnings
|
12 years ago |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 years ago |
Paul Belanger
|
7cdc29f066
Replace ast_log(LOG_DEBUG, ...) with ast_debug()
|
13 years ago |
Tilghman Lesher
|
28b5484344
Merged revisions 284610 via svnmerge from
|
14 years ago |
Tilghman Lesher
|
ce99465a3b
AST-2009-005
|
15 years ago |
Tilghman Lesher
|
bceee56fc1
Merged revisions 120226 via svnmerge from
|
16 years ago |
Jason Parker
|
9f6f1c569d
Use defined return values in load_module in more places.
|
17 years ago |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 years ago |
Luigi Rizzo
|
4644588a8d
more errno.h removal
|
17 years ago |
Luigi Rizzo
|
8802084299
remove a bunch of duplicate includes
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
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 |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 years ago |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 years ago |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
18 years ago |
Luigi Rizzo
|
d88631676f
minor code simplifications - no need to use temporary
|
18 years ago |
Luigi Rizzo
|
5c16add2f7
as discussed with Mark a few weeks ago, the 'newstack' argument
|
18 years ago |
Kevin P. Fleming
|
70a40d92e3
|
19 years ago |
Russell Bryant
|
52a5a58ab1
make app_queue 1.2 jump compliant (issue #5580)
|
19 years ago |
Kevin P. Fleming
|
49acb18aa7
issue #5648
|
19 years ago |
Kevin P. Fleming
|
1ce2ac96be
fix various bugs related to list handling of channel variables (issue #5548)
|
19 years ago |
Russell Bryant
|
019929452c
Doxygen documentation update from oej (issue #5505)
|
19 years ago |
Kevin P. Fleming
|
125059a469
update MANY more files with proper copyright/license info (thanks Ian!)
|
19 years ago |
Kevin P. Fleming
|
146648da48
more file version tags
|
19 years ago |
Kevin P. Fleming
|
a742b5104c
don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
|
19 years ago |
Kevin P. Fleming
|
d09e282e31
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
|
19 years ago |
Russell Bryant
|
f9b70bbeb9
update copyright headers for 2005
|
20 years ago |
Mark Spencer
|
32ac8b1b3e
List improvements from kpfleming (bugs #3166,#3140)
|
20 years ago |