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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
talloc
/
talloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
talloc: preserve context name on talloc_free_children()
Simo Sorce
2011-08-20
1
-0
/
+23
*
talloc: ensure the sibling linked list remains valid during a free
Andrew Tridgell
2011-08-20
1
-15
/
+3
*
talloc: splitout _talloc_free_children_internal()
Stefan Metzmacher
2011-05-20
1
-50
/
+27
*
talloc: fixed a use after free error in talloc_free_children()
Stefan Metzmacher
2011-05-20
1
-1
/
+16
*
talloc: use _talloc_free_internal() in talloc_free_children()
Stefan Metzmacher
2011-05-20
1
-1
/
+1
*
talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()
Stefan Metzmacher
2011-05-20
1
-0
/
+1
*
talloc: make really sure only optimize realloc if there's only one pool chunk
Stefan Metzmacher
2011-05-20
1
-1
/
+6
*
talloc: make use of _talloc_free_poolmem() in _talloc_realloc()
Stefan Metzmacher
2011-05-20
1
-15
/
+1
*
talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internal
Stefan Metzmacher
2011-05-20
1
-32
/
+66
*
talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...
Stefan Metzmacher
2011-05-02
1
-1
/
+36
*
talloc: fix compiler warnings with -Wc++-compat
Stefan Metzmacher
2011-04-13
1
-5
/
+5
*
talloc: include valgrind headers if available
Stefan Metzmacher
2011-04-12
1
-0
/
+9
*
talloc: add TC_INVALIDATE_POOL marco
Stefan Metzmacher
2011-04-12
1
-3
/
+38
*
talloc: add TC_UNDEFINE_GROW_CHUNK() marco
Stefan Metzmacher
2011-04-12
1
-0
/
+21
*
talloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
Stefan Metzmacher
2011-04-12
1
-0
/
+28
*
talloc: add TC_INVALIDATE_FULL_CHUNK() macro
Stefan Metzmacher
2011-04-12
1
-12
/
+36
*
talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
Stefan Metzmacher
2011-04-12
1
-0
/
+12
*
talloc: optimize talloc_free() and talloc_realloc() for talloc pools
Stefan Metzmacher
2011-04-12
1
-22
/
+138
*
talloc: add TC_POOL_FIRST_CHUNK() macro
Stefan Metzmacher
2011-04-12
1
-2
/
+5
*
talloc: add TC_POOL_SPACE_LEFT() macro
Stefan Metzmacher
2011-04-12
1
-2
/
+5
*
talloc: add TC_ALIGN16() macro
Stefan Metzmacher
2011-04-12
1
-2
/
+3
*
talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)
Stefan Metzmacher
2011-04-12
1
-1
/
+1
*
talloc: fixed a use after free error
Andrew Tridgell
2011-01-05
1
-1
/
+16
*
talloc: Clarify error message on access after free.
Jelmer Vernooij
2011-01-05
1
-4
/
+4
*
talloc: added TALLOC_FREE_FILL environment variable
Andrew Tridgell
2010-11-19
1
-0
/
+30
*
Move talloc_enable_null_tracking() to the s3 daemons
Volker Lendecke
2010-10-08
1
-7
/
+0
*
talloc: fixed spelling errors in comment
Andrew Tridgell
2010-09-15
1
-2
/
+2
*
talloc: there is no ambiguity when freeing a ptr with a null parent
Andrew Tridgell
2010-04-20
1
-0
/
+7
*
talloc: mark public functions as _PUBLIC_
Andrew Tridgell
2010-04-18
1
-62
/
+62
*
talloc: a useful bit of debug code
Andrew Tridgell
2010-04-02
1
-0
/
+8
*
talloc: add a define for TALLOC_MAX_DEPTH
Andrew Tridgell
2010-04-02
1
-1
/
+1
*
talloc: limit the depth that talloc will go for talloc_is_parent()
Andrew Tridgell
2010-04-02
1
-2
/
+11
*
talloc: Fix write behind memory block
Kamen Mazdrashki
2009-12-08
1
-1
/
+1
*
talloc: fixed talloc_disable_null_tracking()
Andrew Tridgell
2009-09-20
1
-0
/
+27
*
talloc: don't crash if f is NULL in talloc_report_*
Andrew Tridgell
2009-09-17
1
-2
/
+4
*
talloc: when we enable NULL tracking, reparent the autofree context
Andrew Tridgell
2009-09-15
1
-0
/
+3
*
report the location of the original talloc_free on double free
talloc-2.0.0
Andrew Tridgell
2009-09-04
1
-11
/
+18
*
talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSION
Stefan Metzmacher
2009-08-24
1
-7
/
+39
*
talloc: remove ABI compat functions
Stefan Metzmacher
2009-08-24
1
-28
/
+0
*
talloc: remove unused build dependecies to samba
Stefan Metzmacher
2009-08-24
1
-18
/
+0
*
talloc: add talloc_set_log_fn() and talloc_set_log_stderr()
Stefan Metzmacher
2009-08-24
1
-12
/
+49
*
talloc: let talloc_steal() only generate a warning if it's used with references
Stefan Metzmacher
2009-08-24
1
-2
/
+1
*
talloc: call return after abort, because an overloaded abort function might n...
Stefan Metzmacher
2009-08-24
1
-0
/
+4
*
talloc: report the size of reference handles as 0
Stefan Metzmacher
2009-08-24
1
-1
/
+3
*
talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...
Stefan Metzmacher
2009-08-24
1
-2
/
+15
*
Fix some warnings
Volker Lendecke
2009-07-04
1
-2
/
+3
*
Restore ABI compatibility for talloc.
Simo Sorce
2009-07-03
1
-4
/
+39
*
talloc: change TALLOC_MAGIC for version 2.0.0
Stefan Metzmacher
2009-07-02
1
-1
/
+12
*
a talloc_realloc() to zero size needs to use an unambiguous free
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
changes to remove the ambiguity in talloc_free() and talloc_steal()
Andrew Tridgell
2009-07-01
1
-20
/
+99
[next]