index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
talloc
/
talloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
talloc: fix TALLOC_VERSION_* mismatch detection
Stefan Metzmacher
2017-02-22
1
-7
/
+4
*
lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.
Jeremy Allison
2017-01-12
1
-3
/
+0
*
talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASK
Andrew Bartlett
2016-12-01
1
-3
/
+4
*
talloc: add ASCII art to describe parent/child arrangement
Andrew Bartlett
2016-12-01
1
-0
/
+25
*
talloc: Fix format-nonliteral warning
Amitay Isaacs
2016-08-24
1
-2
/
+6
*
lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...
Andrew Bartlett
2016-07-03
1
-1
/
+1
*
lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...
Andrew Bartlett
2016-07-03
1
-0
/
+14
*
lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...
Andrew Bartlett
2016-07-03
1
-19
/
+31
*
lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()
Andrew Bartlett
2016-07-03
1
-8
/
+7
*
lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...
Andrew Bartlett
2016-07-03
1
-11
/
+19
*
lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...
Andrew Bartlett
2016-07-03
1
-3
/
+17
*
lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()
Andrew Bartlett
2016-07-03
1
-12
/
+14
*
lib: talloc: Change __talloc() to return a struct talloc_chunk *.
Andrew Bartlett
2016-07-03
1
-9
/
+16
*
lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.
Andrew Bartlett
2016-07-03
1
-5
/
+8
*
lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...
Jeremy Allison
2016-07-03
1
-17
/
+17
*
lib:talloc. Fix memory leak when destructors reparent children.
Saji VR
2016-05-05
1
-1
/
+1
*
talloc: Provide tests access to talloc_magic
Adrian Cochrane
2015-10-09
1
-0
/
+5
*
lib/talloc: Provide multiple-loading detection for libtalloc via rand()
Andrew Bartlett
2015-10-09
1
-1
/
+16
*
lib/talloc: Disrupt buffer overflow attacks on Samba by using random magic
Andrew Bartlett
2015-10-09
1
-18
/
+51
*
talloc: fix _talloc_total_limit_size prototype
Stefan Metzmacher
2015-03-09
1
-1
/
+1
*
lib: talloc: Allow destructors to reparent the object they're called on.
Jeremy Allison
2015-03-08
1
-0
/
+7
*
lib: talloc: Fix bug when calling a destructor.
Jeremy Allison
2015-03-08
1
-1
/
+7
*
talloc: fix compiler warning
Stefan Metzmacher
2014-05-16
1
-1
/
+4
*
talloc: inline talloc_get_name()
Stefan Metzmacher
2014-05-16
1
-6
/
+10
*
talloc: inline more static functions
Stefan Metzmacher
2014-05-16
1
-19
/
+26
*
talloc: Tune talloc_vasprintf
Volker Lendecke
2014-05-15
1
-5
/
+9
*
talloc: Add talloc_pooled_object
Volker Lendecke
2013-09-08
1
-0
/
+66
*
talloc: Allow nested pools.
Volker Lendecke
2013-09-08
1
-22
/
+25
*
talloc: Add a separate pool size
Volker Lendecke
2013-09-08
1
-12
/
+23
*
talloc: Put pool-specific data before the chunk
Volker Lendecke
2013-09-08
1
-79
/
+125
*
talloc: Introduce __talloc_with_prefix
Volker Lendecke
2013-09-08
1
-10
/
+22
*
talloc: Decouple the dual use of chunk->pool
Volker Lendecke
2013-09-08
1
-25
/
+23
*
Fix valgrind errors with memmove and talloc pools.
Jeremy Allison
2013-08-28
1
-0
/
+21
*
Remove talloc_memlimit_update(). No longer used.
Jeremy Allison
2013-08-27
1
-24
/
+0
*
Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
Jeremy Allison
2013-08-27
1
-4
/
+15
*
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...
Jeremy Allison
2013-08-27
1
-15
/
+0
*
Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...
Jeremy Allison
2013-08-27
1
-1
/
+1
*
In _talloc_steal_internal(), correctly decrement the memory limit in the sour...
Jeremy Allison
2013-08-27
1
-12
/
+5
*
Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...
Jeremy Allison
2013-08-27
1
-23
/
+4
*
Update memory limits when we call free() on a pool.
Jeremy Allison
2013-08-27
1
-0
/
+2
*
Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...
Jeremy Allison
2013-08-27
1
-12
/
+9
*
Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...
Jeremy Allison
2013-08-27
1
-1
/
+8
*
Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
Jeremy Allison
2013-08-27
1
-1
/
+1
*
Start to fix talloc memlimits with talloc pools.
Jeremy Allison
2013-08-27
1
-0
/
+72
*
talloc: Fix a typo
Volker Lendecke
2013-05-20
1
-1
/
+1
*
talloc: Simplify _talloc_free_poolmem a bit
Volker Lendecke
2013-04-18
1
-2
/
+14
*
talloc: Do an early return
Volker Lendecke
2013-04-18
1
-3
/
+6
*
talloc: Avoid some "else" by doing early returns
Volker Lendecke
2013-04-18
1
-4
/
+8
*
talloc: Fix nonblank line endings
Volker Lendecke
2013-04-18
1
-34
/
+34
*
talloc: Convert error cecking macros into fns
talloc-2.0.8
Simo Sorce
2012-10-05
1
-37
/
+74
[next]