aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_strings.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2011-05-20Adds STRREPLACE functionjrose1-0/+181
2010-10-28Merged revisions 293159 via svnmerge from jpeeler1-3/+3
2010-09-24Merged revisions 288713 via svnmerge from tilghman1-2/+2
2010-08-03Merged revisions 280809 via svnmerge from tilghman1-0/+170
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-1/+1
2010-03-20Fix memory corruption found by unit tests.russell1-1/+1
2010-03-10Hmmm, apparently needed to be fixed in trunk, too.tilghman1-1/+1
2010-03-10It's amazing what writing a test will find.tilghman1-1/+1
2010-02-24Remove unnecessary warning message, make a couple of formatting tweaksrussell1-3/+2
2010-02-10Fussy compiler on another machine...tilghman1-1/+1
2010-02-10Fix weird issue with unit tests on optimized build - turned out to be a signi...tilghman1-6/+7
2010-02-10Enable warnings on atypical conditions for the FILTER function (suggested by ...tilghman1-0/+8
2010-02-10Merged revisions 245944 via svnmerge from tilghman1-6/+54
2010-01-18Make HASHes inheritable across channel creation.tilghman1-2/+19
2009-11-24Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for ...tilghman1-78/+183
2009-09-30Merged revisions 221153,221157,221303 via svnmerge from mnick1-3/+56
2009-07-21Merged revisions 207945 via svnmerge from tilghman1-0/+6
2009-05-31Fix documentation for FIELDQTY.tilghman1-1/+6
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-04-29Merge str_substitution branch.tilghman1-22/+141
2009-04-23Fix example that could fail in certain circumstancestwilson1-2/+2
2009-04-22Add funcs for manipulating delimited lists in the dialplantwilson1-0/+212
2009-01-31Don't increment the loop, now that incrementing is taken care of by thetilghman1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-8/+5
2008-12-11Merged revisions 163253 via svnmerge from russell1-16/+0
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming1-170/+0
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+116
2008-11-02Fix various spelling and grammatical issues in documentationrussell1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-93/+239
2008-10-26Merged revisions 152059 via svnmerge from seanbright1-4/+4
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found atilghman1-9/+4
2008-08-15Merged revisions 138023 via svnmerge from tilghman1-4/+15
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.seanbright1-21/+21
2008-04-07Merged revisions 113117 via svnmerge from tilghman1-1/+4
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-3/+3
2008-02-04Merged revisions 102214 via svnmerge from tilghman1-1/+2
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonestwilson1-0/+39
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-3/+1
2007-10-28Merged revisions 87262 via svnmerge from tilghman1-1/+20
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.tilghman1-80/+7
2007-10-15Document my changes from Fridaytilghman1-0/+7
2007-10-12Enable ranges, hexadecimal, octal, and special backslashed characters for the...tilghman1-2/+103
2007-09-12Merged revisions 82285 via svnmerge from tilghman1-1/+2