Commit Graph

119 Commits (c64b86f90bc73d3c1ad5887754c2bb4eb2bba222)

Author SHA1 Message Date
Kinsey Moore 7135c1ccba Clean up and ensure proper usage of alloca()
13 years ago
Kinsey Moore 3b4b40beb0 Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Kinsey Moore 455c5c8c66 Add missing newlines to CLI logging
13 years ago
Richard Mudgett c813912d14 Fix crash with STRREPLACE function.
14 years ago
Tilghman Lesher 49882ed416 Ensure substring will not be found in the previous match.
14 years ago
Leif Madsen 7caa2349af Merged revisions 328209 via svnmerge from
14 years ago
Jonathan Rose 1b57da8673 Adds STRREPLACE function
14 years ago
Jeff Peeler 34c30c8ad3 Merged revisions 293159 via svnmerge from
15 years ago
Tilghman Lesher 794ff358a3 Merged revisions 288713 via svnmerge from
15 years ago
Tilghman Lesher 42490d744b Merged revisions 280809 via svnmerge from
15 years ago
Tilghman Lesher da8450323f Kill some startup warnings and errors and make some messages more helpful in tracking down the source.
15 years ago
Russell Bryant 008930a3f2 Fix memory corruption found by unit tests.
15 years ago
Tilghman Lesher afb6bac829 Hmmm, apparently needed to be fixed in trunk, too.
15 years ago
Tilghman Lesher dd3176cc91 It's amazing what writing a test will find.
15 years ago
Russell Bryant e3d176d0d3 Remove unnecessary warning message, make a couple of formatting tweaks
15 years ago
Tilghman Lesher 47f3850a1e Fussy compiler on another machine...
15 years ago
Tilghman Lesher 00b5520a6f Fix weird issue with unit tests on optimized build - turned out to be a signing issue.
15 years ago
Tilghman Lesher eaea15aa02 Enable warnings on atypical conditions for the FILTER function (suggested by mmichelson on the -dev list).
15 years ago
Tilghman Lesher 5b86e43b30 Merged revisions 245944 via svnmerge from
15 years ago
Tilghman Lesher f6b5cf960f Make HASHes inheritable across channel creation.
15 years ago
Tilghman Lesher 0bccc4fbe6 Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for the ast_get_encoded_* functions.
16 years ago
Matthias Nick 63984d5c21 Merged revisions 221153,221157,221303 via svnmerge from
16 years ago
Tilghman Lesher 5484d2f5d0 Merged revisions 207945 via svnmerge from
16 years ago
Tilghman Lesher ba6f16d55f Fix documentation for FIELDQTY.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
16 years ago
Terry Wilson 1ce1f1bb1f Fix example that could fail in certain circumstances
16 years ago
Terry Wilson 3fb648d8fa Add funcs for manipulating delimited lists in the dialplan
16 years ago
Tilghman Lesher a2ddc0bb5e Don't increment the loop, now that incrementing is taken care of by the
16 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Russell Bryant 9d3a417eb5 Merged revisions 163253 via svnmerge from
17 years ago
Kevin P. Fleming 9a7c28cd5a we can now build with -Wformat=2, which found a couple of real bugs
17 years ago
Tilghman Lesher 0d25ddd366 Add LISTFILTER dialplan function, along with supporting documentation. See
17 years ago
Russell Bryant 6f314f4d42 Fix various spelling and grammatical issues in documentation
17 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
17 years ago
Sean Bright eaf647bac2 Merged revisions 152059 via svnmerge from
17 years ago
Tilghman Lesher 529874de7b Add schedule extensions to app_meetme. In addition, the reporter found a
17 years ago
Tilghman Lesher 6c619b97c9 Merged revisions 138023 via svnmerge from
17 years ago
Sean Bright 16f8480882 Continue merging in changes from resolve-shadow-warnings. funcs/ this time.
17 years ago
Tilghman Lesher 91d1db8456 Merged revisions 113117 via svnmerge from
17 years ago
Tilghman Lesher 8718878490 Merged revisions 106552 via svnmerge from
17 years ago
Tilghman Lesher d4d73b50a1 Merged revisions 102214 via svnmerge from
17 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago
Mark Michelson 5107c5474c Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo 5490960453 remove a bunch of duplicate includes
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
Steve Murphy 63f2f04cf4 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.
18 years ago