aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/strings.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Merged revisions 271689 via svnmerge from mnicholson1-0/+17
2010-02-17Fix two problems in ast_str functions found while writing a unit test.mmichelson1-11/+11
2010-02-16Add some clarifying documentation to the ast_str_set and ast_str_append funct...mmichelson1-2/+7
2009-12-15Is it Friday yet?tilghman1-0/+5
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-5/+9
2009-04-01Merge changes from str_substitution that are unrelated to that branch.tilghman1-3/+10
2009-03-25Improve performance of the ast_event cache functionality.russell1-0/+23
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...tilghman1-0/+27
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...kpfleming1-48/+16
2009-01-15Resolve issue with negative vs non-negative length parameters.tilghman1-5/+6
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the buffertilghman1-0/+10
2008-12-18Remove duplicate code from the ast_str API. We now use __AST_STR_* toeliel1-172/+58
2008-12-15Revert ast_str opacity in chan_sip for now, since something wasn't quite righttilghman1-2/+2
2008-12-15I was getting this warning during a compilemurf1-2/+2
2008-12-15Fix a couple more build issues related to ast_str_opaquerussell1-2/+2
2008-12-14Don't pass a negative to an unsigned type and expect things to work correctly.tilghman1-3/+3
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-5/+239
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-8/+8
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman1-60/+46
2008-11-14Fix some refcounting in app_queue.c and change themmichelson1-0/+19
2008-11-11use some fancy compiler magic (thanks to Matthew Woehlke on the gcc-help mail...kpfleming1-8/+2
2008-11-08 - Check for failure when putting the packet in the ast_strrussell1-1/+1
2008-11-06make S_OR and S_COR safe to use even if the parameters are function calls or ...kpfleming1-2/+8
2008-11-01Merge changes from team/group/appdocsxmlrussell1-0/+15
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman1-0/+25
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-2/+2
2008-08-07Merge in a few more changes. This time the include/ directory.seanbright1-7/+7
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argrussell1-25/+21
2008-05-15Add an extra check in ast_strlen_zero, and make ast_assert() not print thetilghman1-0/+15
2008-03-28Temporary revert of 111662. It's causing lots of trouble and appears to not bemmichelson1-1/+1
2008-03-28The copy_request function did not take into account the necessary null termin...mmichelson1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-02-15Fix up some doxygen issues.qwell1-5/+4
2007-12-19Add a new API function, written at least twice in app_voicemail.crizzo1-0/+8
2007-11-27Add an S_COR macro, which is similar to the existing S_OR macro,qwell1-1/+7
2007-11-16remove redundant #include "asterisk/compat.h",rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-15Merged revisions 85561 via svnmerge from russell1-3/+3
2007-09-05Doxygen cleanups/fixes.qwell1-8/+8
2007-08-22Merged revisions 80362 via svnmerge from russell1-1/+19
2007-08-17Merged revisions 79904 via svnmerge from qwell1-0/+7
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-0/+10
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes torussell1-10/+18
2007-06-28Remove the ill-advised ast_restrdupa API call and related structurestilghman1-18/+0
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-12/+12
2007-01-19As the comment in the diff says:rizzo1-6/+16
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 rep...file1-4/+6
2007-01-04ensure that the proper file/function/line shows up for dynamic string threads...kpfleming1-3/+27
2007-01-04Merged revisions 49553 via svnmerge from kpfleming1-1/+9
2006-12-18apply the proposed fix for bug 8602rizzo1-6/+30