summaryrefslogtreecommitdiff
path: root/include/asterisk/strings.h
AgeCommit message (Expand)Author
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...Kevin P. Fleming
2009-01-15Resolve issue with negative vs non-negative length parameters.Tilghman Lesher
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the bufferTilghman Lesher
2008-12-18Remove duplicate code from the ast_str API. We now use __AST_STR_* toEliel C. Sardanons
2008-12-15Revert ast_str opacity in chan_sip for now, since something wasn't quite rightTilghman Lesher
2008-12-15I was getting this warning during a compileSteve Murphy
2008-12-15Fix a couple more build issues related to ast_str_opaqueRussell Bryant
2008-12-14Don't pass a negative to an unsigned type and expect things to work correctly.Tilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-14Fix some refcounting in app_queue.c and change theMark Michelson
2008-11-11use some fancy compiler magic (thanks to Matthew Woehlke on the gcc-help mail...Kevin P. Fleming
2008-11-08 - Check for failure when putting the packet in the ast_strRussell Bryant
2008-11-06make S_OR and S_COR safe to use even if the parameters are function calls or ...Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-08-07Merge in a few more changes. This time the include/ directory.Sean Bright
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2008-05-15Add an extra check in ast_strlen_zero, and make ast_assert() not print theTilghman Lesher
2008-03-28Temporary revert of 111662. It's causing lots of trouble and appears to not beMark Michelson
2008-03-28The copy_request function did not take into account the necessary null termin...Mark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-02-15Fix up some doxygen issues.Jason Parker
2007-12-19Add a new API function, written at least twice in app_voicemail.cLuigi Rizzo
2007-11-27Add an S_COR macro, which is similar to the existing S_OR macro,Jason Parker
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-15Merged revisions 85561 via svnmerge from Russell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-22Merged revisions 80362 via svnmerge from Russell Bryant
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-01-19As the comment in the diff says:Luigi Rizzo
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 rep...Joshua Colp
2007-01-04ensure that the proper file/function/line shows up for dynamic string threads...Kevin P. Fleming
2007-01-04Merged revisions 49553 via svnmerge from Kevin P. Fleming
2006-12-18apply the proposed fix for bug 8602Luigi Rizzo
2006-12-16replace ast_build_string() with ast_str_*() functions.Luigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-15move the dynamic string support in a better place i.e. string.hLuigi Rizzo
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cJason Parker
2006-07-10Fixed. Done. Good. Make ast_join work like it used to.Joshua Colp
2006-07-10Unbreak ast_join due to whitespace changesJoshua Colp
2006-04-26add the missing prototype for the included asprintfRussell Bryant
2006-03-24as discussed on the -dev list, introduce a macro to simplify theLuigi Rizzo