aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/threadstorage.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-08Fix some doxygen warnings.lmadsen1-3/+3
2009-12-28Merged revisions 236585 via svnmerge from seanbright1-2/+8
2009-02-20Merged revisions 177701 via svnmerge from tilghman1-30/+24
2008-12-16Merged revisions 164736 via svnmerge from russell1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-5/+11
2008-10-06Update documentation; AST_THREADSTORAGE() in trunk only takes a singletilghman1-3/+2
2008-08-22Merged revisions 139553 via svnmerge from mmichelson1-1/+1
2008-08-06Merged revisions 135899 via svnmerge from tilghman1-1/+1
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argrussell1-6/+6
2007-12-18minor cleanupskpfleming1-2/+0
2007-09-18Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUGrussell1-1/+1
2007-08-01Merged revisions 77869 via svnmerge from file1-2/+8
2007-01-04yeah... so... compiling before committing seems like it might be a good ideakpfleming1-1/+1
2007-01-04Merged revisions 49553 via svnmerge from kpfleming1-11/+59
2006-12-15move the dynamic string support in a better place i.e. string.hrizzo1-331/+4
2006-12-15small documentation improvements.rizzo1-6/+8
2006-12-01Tiny doxygen improvementoej1-0/+2
2006-11-29- Fix a few spelling mistakes.russell1-4/+19
2006-11-27Doxygen updatesoej1-2/+8
2006-11-26- Add some comments on thread storage with a brief explanation of what it isrussell1-1/+14
2006-10-19restore freeing of threadstorage objects without custom cleanup functionskpfleming1-5/+7
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-17/+37
2006-09-22compatibility fix:rizzo1-1/+1
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-0/+427