Add some clarifying documentation to the ast_str_set and ast_str_append functions.
[asterisk/asterisk.git] / include / asterisk / strings.h
2010-02-16 Mark MichelsonAdd some clarifying documentation to the ast_str_set...
2009-12-15 Tilghman LesherIs it Friday yet?
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-04-01 Tilghman LesherMerge changes from str_substitution that are unrelated...
2009-03-25 Russell BryantImprove performance of the ast_event cache functionality.
2009-03-11 Tilghman LesherAdd MALLOC_DEBUG to various utility APIs, so that memor...
2009-01-19 Kevin P. Flemingast_str_SQLGetData is *not* part of the ast_str API...
2009-01-15 Tilghman LesherResolve issue with negative vs non-negative length...
2009-01-09 Tilghman LesherWhen using ast_str with a non-ast_str-enabled API,...
2008-12-18 Eliel C. SardanonsRemove duplicate code from the ast_str API. We now...
2008-12-15 Tilghman LesherRevert ast_str opacity in chan_sip for now, since somet...
2008-12-15 Steve MurphyI was getting this warning during a compile
2008-12-15 Russell BryantFix a couple more build issues related to ast_str_opaque
2008-12-14 Tilghman LesherDon't pass a negative to an unsigned type and expect...
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-11-29 Kevin P. Flemingincorporates r159808 from branches/1.4:
2008-11-19 Tilghman LesherStarting with a change to ensure that ast_verbose(...
2008-11-14 Mark MichelsonFix some refcounting in app_queue.c and change the
2008-11-11 Kevin P. Fleminguse some fancy compiler magic (thanks to Matthew Woehlk...
2008-11-08 Russell Bryant - Check for failure when putting the packet in the...
2008-11-06 Kevin P. Flemingmake S_OR and S_COR safe to use even if the parameters...
2008-11-01 Russell BryantMerge changes from team/group/appdocsxml
2008-10-14 Tilghman LesherAdd additional memory debugging to several core APIs...
2008-10-14 Tilghman LesherMerge realtime_update2 branch, which adds a new realtim...
2008-08-07 Sean BrightMerge in a few more changes. This time the include...
2008-07-02 Russell BryantFix a bunch of places where \arg was used instead of...
2008-05-15 Tilghman LesherAdd an extra check in ast_strlen_zero, and make ast_ass...
2008-03-28 Mark MichelsonTemporary revert of 111662. It's causing lots of troubl...
2008-03-28 Mark MichelsonThe copy_request function did not take into account...
2008-03-18 Terry WilsonGo through and fix a bunch of places where character...
2008-02-15 Jason ParkerFix up some doxygen issues.
2007-12-19 Luigi RizzoAdd a new API function, written at least twice in app_v...
2007-11-27 Jason ParkerAdd an S_COR macro, which is similar to the existing...
2007-11-16 Luigi Rizzoremove redundant #include "asterisk/compat.h",
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-10-15 Russell BryantMerged revisions 85561 via svnmerge from
2007-09-05 Jason ParkerDoxygen cleanups/fixes.
2007-08-22 Russell BryantMerged revisions 80362 via svnmerge from
2007-08-17 Jason ParkerMerged revisions 79904 via svnmerge from
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-16 Russell BryantMerge a bunch of doxygen updates to header files. ...
2007-06-28 Tilghman LesherRemove the ill-advised ast_restrdupa API call and relat...
2007-06-07 Russell BryantFix a bunch of doxygen errors and document more things
2007-01-19 Luigi RizzoAs the comment in the diff says:
2007-01-10 Joshua ColpReturn the useless casts that ensure this file is C...
2007-01-04 Kevin P. Flemingensure that the proper file/function/line shows up...
2007-01-04 Kevin P. FlemingMerged revisions 49553 via svnmerge from
2006-12-18 Luigi Rizzoapply the proposed fix for bug 8602
2006-12-16 Luigi Rizzoreplace ast_build_string() with ast_str_*() functions.
2006-12-15 Luigi Rizzosimplify the ast_dynamic_str_*.... routines by
2006-12-15 Luigi Rizzomove the dynamic string support in a better place i...
2006-09-15 Jason ParkerMany Solaris fixes - this moves some of the stuff from...
2006-07-10 Joshua ColpFixed. Done. Good. Make ast_join work like it used to.
2006-07-10 Joshua ColpUnbreak ast_join due to whitespace changes
2006-04-26 Russell Bryantadd the missing prototype for the included asprintf
2006-03-24 Luigi Rizzoas discussed on the -dev list, introduce a macro to...
2006-02-23 Kevin P. Flemingadd 'consumed' argument to ast_get_time_t, so callers...
2006-02-15 Kevin P. Flemingadd API function for parsing strings to time_t (issue...
2006-01-07 Tilghman LesherBug 6164 - Allow ast_skip_blanks on const strings witho...
2006-01-05 Tilghman LesherMerged revisions 7827 via svnmerge from
2005-12-20 Russell Bryant- move the string join() function to utils.c since...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-01 Kevin P. Flemingadd new GCC-specific macro and force inlining of certai...
2005-10-26 Russell Bryantclean up a lot of doxygen errors and warnings (issue...
2005-10-26 Russell Bryantchange ast_strlen_zero to also check for the string...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-01 Kevin P. Flemingadd ast_build_string_va(), which accepts a varargs...
2005-09-14 Kevin P. Flemingdon't double define our own string functions on platfor...
2005-09-08 Kevin P. Flemingfirst set of Cygwin portability stuff (issue #4678)
2005-08-30 Kevin P. Flemingmajor header file cleanup: license, copyrights, descrip...
2005-08-04 Russell Bryantensure that strings.h has va_list defined (bug #4900)
2005-07-20 Kevin P. Flemingmove strtoq into new string files (bug #4740)
2005-07-15 Kevin P. Flemingphase two of string portability stuff:
2005-07-15 Kevin P. Flemingfirst phase of proper fix for portable string function...
2005-07-12 Russell Bryantconvert ast_copy_string to use AST_INLINE_API macro...
2005-07-11 Kevin P. Flemingsimplify (and document!) macro for inlinable API functi...
2005-06-24 Kevin P. Flemingadd new header files