summaryrefslogtreecommitdiff
path: root/funcs/func_strings.c
AgeCommit message (Expand)Author
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.Sean Bright
2008-04-07Merged revisions 113117 via svnmerge from Tilghman Lesher
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-02-04Merged revisions 102214 via svnmerge from Tilghman Lesher
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonesTerry Wilson
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-28Merged revisions 87262 via svnmerge from Tilghman Lesher
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.Tilghman Lesher
2007-10-15Document my changes from FridayTilghman Lesher
2007-10-12Enable ranges, hexadecimal, octal, and special backslashed characters for the...Tilghman Lesher
2007-09-12Merged revisions 82285 via svnmerge from Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-29Merged revisions 66538 via svnmerge from Tilghman Lesher
2007-03-19Merged revisions 59049 via svnmerge from Tilghman Lesher
2007-03-14Merged revisions 58880 via svnmerge from Tilghman Lesher
2007-02-01Merged revisions 53093 via svnmerge from Russell Bryant
2007-02-01Merged revisions 53075 via svnmerge from Tilghman Lesher
2007-02-01Merged revisions 53070 via svnmerge from Tilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-18Merged revisions 51265 via svnmerge from Jason Parker
2007-01-07Modifications to allow the output of SHELL() to be split per line (Issue 8676)Tilghman Lesher
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-28Integrate functionality tested on svncommunity users back into trunkTilghman Lesher
2006-12-11Merged revisions 48382 via svnmerge from Tilghman Lesher
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...Steve Murphy
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....Steve Murphy
2006-08-31oops.Russell Bryant
2006-08-31The behavior of REGEX when it did not match was not defined by the docs, soRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-03Don't attempt to run a regcomp if we haven't even parsed arguments correctlyTilghman Lesher
2006-07-01Revert the previous change to FILTER and fix the embedded documentation instead.Tilghman Lesher
2006-07-01fix the parsing of options in the FILTER function to match the documentation.Russell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue #7078...Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-23minor fixes to commit 10934 from bug#6257 Matt O'Gorman
2006-02-23added function QUOTE into strings, which allowsMatt O'Gorman
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-15add KEYPADHASH dialplan function (issue #6441)Kevin P. Fleming