Commit Graph

142 Commits (75840bd4a514f70ff771382362258d2f62437703)

Author SHA1 Message Date
George Joseph 75840bd4a5 func_strings.c: Prevent SEGV in HASH single-argument mode.
3 months ago
Sean Bright 82bef2ed90 docs: Indent <since> tags.
3 months ago
George Joseph 198b01c536 docs: Add version information to application and function XML elements
3 months ago
Naveen Albert abe1465a1a func_strings: Add trim functions.
3 years ago
Naveen Albert 51d262af12 xmldocs: Improve examples.
3 years ago
Naveen Albert 0c70d497bc documentation: Adds versioning information.
3 years ago
Josh Soref 1b1f5f9f67 funcs: Spelling fixes
3 years ago
Naveen Albert b8fc77a35b func_strings: Add STRBETWEEN function
4 years ago
Kevin Harwell 4b5d11ec17 func_strings: HASHKEY - negative array index can cause corruption
7 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Richard Mudgett cfe72c39cf LISTFILTER: Remove outdated ERROR message.
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Mark Michelson fc52fd8884 Allow the PUSH and UNSHIFT functions to set inheritable channel variables.
11 years ago
Scott Griepentrog 43bd3580e2 pbx.c: prevent potential crash from recursive replace()
11 years ago
Corey Farrell fbe0dfaf44 Fix dialplan function NULL channel safety issues
11 years ago
Scott Griepentrog ff02c8e254 func_strings: use memmove to prevent overlapping memory on strcpy
11 years ago
Rusty Newton 2a6df87fcd func_strings: Documentation fix for QUOTE()
12 years ago
Walter Doekes 07d3705b42 Check result of ast_var_assign() calls for memory allocation failure (2).
12 years ago
Walter Doekes ccdfe67bf2 Check result of ast_var_assign() calls for memory allocation failure.
12 years ago
Matthew Jordan a3592db1fb Clarify documentation for function PASSTHRU
12 years ago
Mark Michelson da85f8489f Make evaluation of channel variables consistently case-sensitive.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Walter Doekes db24fc2523 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Richard Mudgett 1313c12847 Merged revisions 337119 via svnmerge from
14 years ago
Tilghman Lesher 8c06ce6cc9 Merged revisions 336789 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 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