aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_strings.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30changed the prototype definition of csv_quotemnick1-1/+1
2009-09-30added a new dialplan function 'CSV_QUOTE' and changed the cdr_custom.sample.confmnick1-0/+39
2009-09-30check bounds - prevents for buffer overflowmnick1-1/+7
2009-08-10AST-2009-005tilghman1-2/+2
2009-07-21Force an error if a blank is passed to QUOTE (because the documentation state...tilghman1-0/+6
2009-06-29Revision 189537 was supposed to make 1.4 more correct. Instead, it broke fun...tilghman1-26/+0
2009-04-20Add a workaround for func_odbc/ARRAY() for problems that occur with certain s...tilghman1-0/+26
2008-12-11Fix some observed slowdowns in dialplan processing.russell1-16/+0
2008-10-26Since passing \0 as the second argument to strchr is valid (and willseanbright1-4/+4
2008-08-15Additional check for more string specifiers than arguments.tilghman1-4/+15
2008-04-07Force ast_mktime() to check for DST, since strptime(3) does not.tilghman1-0/+2
2008-02-04Missing braces.tilghman1-1/+2
2007-10-28Add autoservice to several more functions which might delay in their responses.tilghman1-0/+16
2007-05-29Merged revisions 66537 via svnmerge from tilghman1-2/+6
2007-03-19Oops, this should have been a %d all alongtilghman1-1/+1
2007-03-14Issue 9162 - pbx_substitute_variables_helper assumes the buffer is initializedtilghman1-1/+1
2007-02-01Fix the FIELDQTY function to not crash. (reported by blitzrage and Corydon on...russell1-3/+3
2007-02-01Make func_strings build under dev mode. Didn't I do this today already in the...file1-1/+1
2007-02-01Oops.tilghman1-1/+0
2007-02-01Merged revisions 53074 via svnmerge from tilghman1-5/+6
2007-02-01Merged revisions 53069 via svnmerge from tilghman1-3/+6
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-4/+8
2006-12-11STRFTIME() does not actually require an argument (issue 8540)tilghman1-6/+0
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...murf1-4/+6
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....murf1-2/+6
2006-08-31oops.russell1-1/+1
2006-08-31The behavior of REGEX when it did not match was not defined by the docs, sorussell1-6/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+3
2006-07-03Don't attempt to run a regcomp if we haven't even parsed arguments correctlytilghman1-0/+5
2006-07-01Revert the previous change to FILTER and fix the embedded documentation instead.tilghman1-8/+8
2006-07-01fix the parsing of options in the FILTER function to match the documentation.russell1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue #7078...file1-0/+145
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-8/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-23minor fixes to commit 10934 from bug#6257 mogorman1-3/+3
2006-02-23added function QUOTE into strings, which allowsmogorman1-0/+32
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+1
2006-02-15add KEYPADHASH dialplan function (issue #6441)kpfleming1-0/+45
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-8/+7
2006-02-12major dialplan functions updatekpfleming1-120/+105
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-41/+74
2006-01-22Bug 6262 - New function STRPTIMEtilghman1-0/+51
2006-01-21on this pass, only remove duplicate log messagesrussell1-18/+5
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+21
2006-01-21remove useless checks of the result of ast_strduparussell1-21/+0
2006-01-16Argh, another ERROR that should have been DEBUGtilghman1-1/+1
2006-01-16Change a debugging message committed with the wrong leveltilghman1-1/+1
2006-01-16 More code optimization with the new argument macros #6253bweschke1-11/+17
2006-01-15Clarify description of ARRAY functiontilghman1-4/+6