summaryrefslogtreecommitdiff
path: root/main/strings.c
AgeCommit message (Expand)Author
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2018-01-15vector: Additional string vector definitions.Corey Farrell
2017-10-05main/strings: Fix uninitialized value.Corey Farrell
2017-09-13res_pjsip: Add handling for incoming unsolicited MWI NOTIFYGeorge Joseph
2017-01-23ari: Implement 'debug all' and request/response loggingGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-19Fix checks for allocation debugging.Corey Farrell
2016-05-12Use doubles instead of floats for conversions when comparing strings.Mark Michelson
2016-03-27sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2015-10-21strings.c: Fix __ast_str_helper() to always return a terminated string.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2014-08-07Add support for RFC 4662 resource list subscriptions.Mark Michelson
2014-01-14string container: Remove unnecessary RAII_VAR usage and string object lock.Richard Mudgett
2013-08-02Move ast_str_container_alloc and friendsKinsey Moore
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2010-05-18fixes segfault on logging David Vossel
2010-02-17Fix two problems in ast_str functions found while writing a unit test.Mark Michelson
2010-02-16Add va_end calls to __ast_str_helper.Mark Michelson
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...Tilghman Lesher
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-02Missed a common case for needing to extend the buffer.Tilghman Lesher
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
2009-02-18Handle negative length and eliminate a condition that is always true.Tilghman Lesher
2009-02-16Might want to update the buffer pointer after a realloc (or we crash)Tilghman Lesher
2008-12-18Remove duplicate code from the ast_str API. We now use __AST_STR_* toEliel C. Sardanons
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher