summaryrefslogtreecommitdiff
path: root/include/asterisk/threadstorage.h
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2015-04-17Fix issue with AST_THREADSTORAGE_RAW when DEBUG_THREADLOCALS is enabled.Corey Farrell
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2013-08-28Match use of ast_free() with ast_calloc() and add some curly braces.Richard Mudgett
2010-06-08Fix some doxygen warnings.Leif Madsen
2009-12-28Merged revisions 236585 via svnmerge from Sean Bright
2009-02-20Merged revisions 177701 via svnmerge from Tilghman Lesher
2008-12-16Merged revisions 164736 via svnmerge from Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-10-06Update documentation; AST_THREADSTORAGE() in trunk only takes a singleTilghman Lesher
2008-08-22Merged revisions 139553 via svnmerge from Mark Michelson
2008-08-06Merged revisions 135899 via svnmerge from Tilghman Lesher
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2007-12-18minor cleanupsKevin P. Fleming
2007-09-18Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUGRussell Bryant
2007-08-01Merged revisions 77869 via svnmerge from Joshua Colp
2007-01-04yeah... so... compiling before committing seems like it might be a good ideaKevin P. Fleming
2007-01-04Merged revisions 49553 via svnmerge from Kevin P. Fleming
2006-12-15move the dynamic string support in a better place i.e. string.hLuigi Rizzo
2006-12-15small documentation improvements.Luigi Rizzo
2006-12-01Tiny doxygen improvementOlle Johansson
2006-11-29- Fix a few spelling mistakes.Russell Bryant
2006-11-27Doxygen updatesOlle Johansson
2006-11-26- Add some comments on thread storage with a brief explanation of what it isRussell Bryant
2006-10-19restore freeing of threadstorage objects without custom cleanup functionsKevin P. Fleming
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-09-22compatibility fix:Luigi Rizzo
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant