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