index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
talloc_stack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-19
lib/util: activate panic on dangling talloc stackframes
Stefan Metzmacher
1
-1
/
+1
2025-05-19
lib/util: add pthread support to talloc_stack.c
Stefan Metzmacher
1
-1
/
+33
2025-05-19
lib/util: add atexit handling and complain about dangling frames.
Stefan Metzmacher
1
-0
/
+37
2025-05-19
lib/util: remove unused SMB_THREAD handling from talloc_stack.c
Stefan Metzmacher
1
-38
/
+21
2022-04-26
lib: Remove an unneeded includes.h
Volker Lendecke
1
-1
/
+7
2018-06-23
talloc_stack: Call talloc destructors while frame is still around
Volker Lendecke
1
-0
/
+29
2012-07-18
talloc_stack: abort in developer me if no stackframe on talloc_tos()
Rusty Russell
1
-3
/
+7
2012-07-18
talloc_stack: report lazy freeing (panic if DEVELOPER).
Rusty Russell
1
-0
/
+11
2012-07-18
talloc_stack: always include the location when creating a talloc_stackframe().
Rusty Russell
1
-6
/
+7
2012-07-18
talloc_stack: handle more than one talloc_stackframe_pool()
Rusty Russell
1
-8
/
+9
2011-06-17
talloc: added talloc_stackframe_exists()
Andrew Tridgell
1
-0
/
+17
2010-03-21
Use TALLOC_FREE in talloc_pop()
Volker Lendecke
1
-2
/
+1
2010-03-21
Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()
Volker Lendecke
1
-7
/
+5
2010-03-21
Trim an overlong line
Volker Lendecke
1
-2
/
+2
2010-03-15
talloc_stack: reset stackframe pointers to NULL
Stefan Metzmacher
1
-0
/
+2
2010-03-15
talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]
Stefan Metzmacher
1
-1
/
+1
2009-05-13
Take advantage of the easier-to-use thread macros
Derrell Lipman
1
-8
/
+0
2009-05-13
Allow a parameter to smb_thread_once's initialization function
Derrell Lipman
1
-2
/
+2
2009-04-20
Attempt to fix build farm on platforms where pthread_once_t is a struct.
Jeremy Allison
1
-2
/
+2
2009-04-20
Fix the pthread_once initialization issue. Make talloc_stackframe use
Jeremy Allison
1
-5
/
+21
2009-04-14
Ensure a tls key is only generated once - wrap create & destroy in a mutex.
Jeremy Allison
1
-1
/
+1
2009-04-14
Make talloc_stack threadsafe using TLS. Volker please
Jeremy Allison
1
-20
/
+73
2008-10-23
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
1
-1
/
+1
2008-10-23
Import talloc_stack into util library.
Jelmer Vernooij
1
-0
/
+130