summaryrefslogtreecommitdiff
path: root/include/asterisk/strings.h
AgeCommit message (Expand)Author
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-09-13res_pjsip: Add handling for incoming unsolicited MWI NOTIFYGeorge Joseph
2017-04-11strings.h: Avoid overflows in the string hash functionsTorrey Searle
2016-08-19Fix checks for allocation debugging.Corey Farrell
2016-05-21func_curl: Don't trim response text on non-ASCII charactersIvan Poddubny
2016-03-27sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2016-03-07res_pjsip: Strip spaces from items parsed from comma-separated listsGeorge Joseph
2015-07-16strings.h: Fix issues with escape string functions.Richard Mudgett
2015-06-08AMI: Escape string values.Kevin Harwell
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2014-09-18utils: Create ast_strsep function that ignores separators inside quotesGeorge Joseph
2014-08-07Add support for RFC 4662 resource list subscriptions.Mark Michelson
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-08-02Move ast_str_container_alloc and friendsKinsey Moore
2013-06-13Refactor CEL channel events on top of Stasis-CoreKinsey Moore
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-15DTMF events are now published on a channel's stasis_topic. AMI wasDavid M. Lee
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