summaryrefslogtreecommitdiff
path: root/lib/util/talloc_stack.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18talloc_stack: abort in developer me if no stackframe on talloc_tos()Rusty Russell1-3/+7
2012-07-18talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell1-0/+11
2012-07-18talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell1-6/+7
2012-07-18talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell1-8/+9
2011-06-17talloc: added talloc_stackframe_exists()Andrew Tridgell1-0/+17
2010-03-21Use TALLOC_FREE in talloc_pop()Volker Lendecke1-2/+1
2010-03-21Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()Volker Lendecke1-7/+5
2010-03-21Trim an overlong lineVolker Lendecke1-2/+2
2010-03-15talloc_stack: reset stackframe pointers to NULLStefan Metzmacher1-0/+2
2010-03-15talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher1-1/+1
2009-05-13Take advantage of the easier-to-use thread macrosDerrell Lipman1-8/+0
2009-05-13Allow a parameter to smb_thread_once's initialization functionDerrell Lipman1-2/+2
2009-04-20Attempt to fix build farm on platforms where pthread_once_t is a struct.Jeremy Allison1-2/+2
2009-04-20Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison1-5/+21
2009-04-14Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison1-1/+1
2009-04-14Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison1-20/+73
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+1
2008-10-23Import talloc_stack into util library.Jelmer Vernooij1-0/+130