summaryrefslogtreecommitdiffstats
path: root/lib/util/talloc_stack.c
Commit message (Expand)AuthorAgeFilesLines
* talloc_stack: abort in developer me if no stackframe on talloc_tos()Rusty Russell2012-07-181-3/+7
* talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell2012-07-181-0/+11
* talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2012-07-181-6/+7
* talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell2012-07-181-8/+9
* talloc: added talloc_stackframe_exists()Andrew Tridgell2011-06-171-0/+17
* Use TALLOC_FREE in talloc_pop()Volker Lendecke2010-03-211-2/+1
* Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()Volker Lendecke2010-03-211-7/+5
* Trim an overlong lineVolker Lendecke2010-03-211-2/+2
* talloc_stack: reset stackframe pointers to NULLStefan Metzmacher2010-03-151-0/+2
* talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher2010-03-151-1/+1
* Take advantage of the easier-to-use thread macrosDerrell Lipman2009-05-131-8/+0
* Allow a parameter to smb_thread_once's initialization functionDerrell Lipman2009-05-131-2/+2
* Attempt to fix build farm on platforms where pthread_once_t is a struct.Jeremy Allison2009-04-201-2/+2
* Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison2009-04-201-5/+21
* Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison2009-04-141-1/+1
* Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison2009-04-141-20/+73
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-1/+1
* Import talloc_stack into util library.Jelmer Vernooij2008-10-231-0/+130