summaryrefslogtreecommitdiff
path: root/main/threadstorage.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2013-08-20Unregister CLI commands on exitKinsey Moore
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2009-06-01Fixed an issue in the threadstorage cli functions resulting from the constifi...David Vossel
2008-12-16Merged revisions 164736 via svnmerge from Russell Bryant
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2007-12-05Merged revisions 91192 via svnmerge from Russell Bryant
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
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