talloc: simplifiy the logic to build talloc_testsuite in the standalone build
[sfrench/samba-autobuild/.git] / lib / talloc / talloc.c
2011-09-07 Volker Lendecketalloc: Remove an unused variable
2011-08-08 Andrew Tridgelltalloc: ensure the sibling linked list remains valid...
2011-07-29 Simo Sorcetalloc: preserve context name on talloc_free_children()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-17 Stefan Metzmachertalloc: splitout _talloc_free_children_internal()
2011-05-17 Stefan Metzmachertalloc: fixed a use after free error in talloc_free_chi...
2011-05-17 Stefan Metzmachertalloc: use _talloc_free_internal() in talloc_free_chil...
2011-05-17 Stefan Metzmachertalloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUN...
2011-05-17 Stefan Metzmachertalloc: make really sure only optimize realloc if there...
2011-05-17 Stefan Metzmachertalloc: make use of _talloc_free_poolmem() in _talloc_r...
2011-05-17 Stefan Metzmachertalloc: split the handling of FLAG_POOL/FLAG_POOLMEM...
2011-05-02 Stefan Metzmachertalloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_IN...
2011-04-13 Stefan Metzmachertalloc: fix compiler warnings with -Wc++-compat
2011-04-08 Stefan Metzmachertalloc: include valgrind headers if available
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_POOL marco
2011-04-08 Stefan Metzmachertalloc: add TC_UNDEFINE_GROW_CHUNK() marco
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_FULL_CHUNK() macro
2011-04-08 Stefan Metzmachertalloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
2011-04-08 Stefan Metzmachertalloc: optimize talloc_free() and talloc_realloc(...
2011-04-08 Stefan Metzmachertalloc: add TC_POOL_FIRST_CHUNK() macro
2011-04-08 Stefan Metzmachertalloc: add TC_POOL_SPACE_LEFT() macro
2011-04-08 Stefan Metzmachertalloc: add TC_ALIGN16() macro
2011-04-08 Stefan Metzmachertalloc: use TC_HDR_SIZE instead of sizeof(struct talloc...
2011-01-05 Andrew Tridgelltalloc: fixed a use after free error
2011-01-05 Jelmer Vernooijtalloc: Clarify error message on access after free.
2010-11-19 Andrew Tridgelltalloc: added TALLOC_FREE_FILL environment variable
2010-10-08 Volker LendeckeMove talloc_enable_null_tracking() to the s3 daemons
2010-09-15 Andrew Tridgelltalloc: fixed spelling errors in comment
2010-04-20 Andrew Tridgelltalloc: there is no ambiguity when freeing a ptr with...
2010-04-18 Andrew Tridgelltalloc: mark public functions as _PUBLIC_
2010-04-02 Andrew Tridgelltalloc: a useful bit of debug code
2010-04-02 Andrew Tridgelltalloc: add a define for TALLOC_MAX_DEPTH
2010-04-02 Andrew Tridgelltalloc: limit the depth that talloc will go for talloc_...
2009-12-08 Kamen Mazdrashkitalloc: Fix write behind memory block
2009-09-20 Matthias Dieter... Merge branch 'master' of git://git.samba.org/samba
2009-09-20 Andrew Tridgelltalloc: fixed talloc_disable_null_tracking()
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Andrew Tridgelltalloc: don't crash if f is NULL in talloc_report_*
2009-09-16 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-15 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-15 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-04 Andrew Tridgellreport the location of the original talloc_free on... talloc-2.0.0
2009-08-24 Stefan Metzmachertalloc: add defines and functions for TALLOC_MAJOR...
2009-08-24 Stefan Metzmachertalloc: remove ABI compat functions
2009-08-24 Stefan Metzmachertalloc: remove unused build dependecies to samba
2009-08-24 Stefan Metzmachertalloc: add talloc_set_log_fn() and talloc_set_log_stderr()
2009-08-24 Stefan Metzmachertalloc: let talloc_steal() only generate a warning...
2009-08-24 Stefan Metzmachertalloc: call return after abort, because an overloaded...
2009-08-24 Stefan Metzmachertalloc: report the size of reference handles as 0
2009-08-24 Stefan Metzmachertalloc: let talloc_total_blocks() and talloc_get_size...
2009-07-04 Volker LendeckeFix some warnings
2009-07-03 Simo SorceRestore ABI compatibility for talloc.
2009-07-02 Stefan Metzmachertalloc: change TALLOC_MAGIC for version 2.0.0
2009-07-01 Andrew Tridgella talloc_realloc() to zero size needs to use an unambig...
2009-07-01 Andrew Tridgellchanges to remove the ambiguity in talloc_free() and...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Simo SorcePrevent reallocs of the talloc pool itself
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-12 Stefan Metzmachertalloc: add talloc_set_abort_fn()
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-03 Stefan Metzmachertalloc: add talloc_get_type_abort()
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.