aboutsummaryrefslogtreecommitdiffstats
path: root/main/threadstorage.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Fixed an issue in the threadstorage cli functions resulting from the constifi...dvossel1-2/+2
2008-12-16Merged revisions 164736 via svnmerge from russell1-11/+27
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2007-12-05Merged revisions 91192 via svnmerge from russell1-11/+13
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-7/+8
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08AST_LIST_REMOVE_CURRENT takes only one argument.mmichelson1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-16Permit building under DEBUG_THREADLOCALS. Thanks snuff.file1-2/+1
2007-10-16Merged revisions 85818 via svnmerge from file1-1/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-32/+47
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-01-05use a rwlock-list for the list of TLS objectskpfleming1-11/+11
2007-01-04Merged revisions 49553 via svnmerge from kpfleming1-0/+227