summaryrefslogtreecommitdiffstats
path: root/lib/util/talloc_stack.c
Commit message (Expand)AuthorAgeFilesLines
* 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