summaryrefslogtreecommitdiff
path: root/main/threadstorage.c
AgeCommit message (Expand)Author
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08AST_LIST_REMOVE_CURRENT takes only one argument.Mark Michelson
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-16Permit building under DEBUG_THREADLOCALS. Thanks snuff.Joshua Colp
2007-10-16Merged revisions 85818 via svnmerge from Joshua Colp
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-01-05use a rwlock-list for the list of TLS objectsKevin P. Fleming
2007-01-04Merged revisions 49553 via svnmerge from Kevin P. Fleming