aboutsummaryrefslogtreecommitdiffstats
path: root/main/threadstorage.c
AgeCommit message (Expand)AuthorFilesLines
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