summaryrefslogtreecommitdiff
path: root/include/asterisk/strings.h
AgeCommit message (Expand)Author
2013-01-09Move declaration of ast_regex_string_to_regex_pattern futher down strings.h.David M. Lee
2012-10-15Fix some potential misuses of ast_str in the code.Mark Michelson
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-08Fix error paths in action_hangup() for AMI Hangup action.Richard Mudgett
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-02Fix case-sensitivity for device-specific event subscriptions and CCSSKinsey Moore
2011-11-23Fix ast_str_truncate signedness warning and documentation.Walter Doekes
2011-10-20Clean up ast_check_digitsTerry Wilson
2011-10-19Don't use is_int() since it doesn't link well on all platformsTerry Wilson
2010-06-22Merged revisions 271689 via svnmerge from Matthew Nicholson
2010-02-17Fix two problems in ast_str functions found while writing a unit test.Mark Michelson
2010-02-16Add some clarifying documentation to the ast_str_set and ast_str_append funct...Mark Michelson
2009-12-15Is it Friday yet?Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
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