summaryrefslogtreecommitdiff
path: root/include/asterisk/stringfields.h
AgeCommit message (Expand)Author
2018-03-20Merge "stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_...Jenkins2
2018-03-13core: Remove incorrect usage of attribute_malloc.Corey Farrell
2018-03-13stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr.Corey Farrell
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-04-13stringfields: Update extended string fields for master only.George Joseph
2016-04-04stringfields: Refactor to allow fields to be added to the end of structuresGeorge Joseph
2014-11-19stringfields: Fix bug in ast_string_fields_copy.Corey Farrell
2014-11-06Fix unintential memory retention in stringfields.Corey Farrell
2013-02-07Add aggregate operations for stuctures with string fieldsKinsey Moore
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-02-29Update stringfield documentation for removed second va_list in favor of va_copy.Walter Doekes
2011-11-11Use __alignof__ instead of sizeof for stringfield length storage.Walter Doekes
2011-11-02Ensure that string field lengths are properly alignedWalter Doekes
2011-05-26Use va_copy for stringfieldsTerry Wilson
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-05-05Add a more efficient way of allocating structures that use stringfieldsKevin P. Fleming
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...Kevin P. Fleming
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...Kevin P. Fleming
2009-04-01Fix dev-mode build on my box.Russell Bryant
2009-03-31Optimizations to the stringfields APIKevin P. Fleming
2009-02-16Merged revisions 176216 via svnmerge from Kevin P. Fleming
2008-12-09it does help if the compiler attribute syntax is correctKevin P. Fleming
2008-12-02Merged revisions 160207 via svnmerge from Tilghman Lesher
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-07-23Merged revisions 132872 via svnmerge from Kevin P. Fleming
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-11-15If we're going to be passing a negative value for the size of a stringfield,Tilghman Lesher
2007-11-12Doxygen fixes.Jason Parker
2007-11-04Simplify the implementation and the API for stringfields;Luigi Rizzo
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-04Fix some compiler warnings in C++ modules.Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-10-17Merged revisions 45408 via svnmerge from Kevin P. Fleming
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....Steve Murphy
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
2006-06-06fix some typos in the stringfields documentationRussell Bryant
2006-06-05fix a typo in the documentation of how to use string fieldsRussell Bryant
2006-02-11eliminate warning on older versions of gccRussell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-26string field manager improvements:Kevin P. Fleming
2006-01-06ensure that string field 'build' operation only evaluates arguments one timeKevin P. Fleming
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming