talloc: add TC_POOL_FIRST_CHUNK() macro
[abartlet/samba.git/.git] / lib / talloc / talloc.c
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...
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/.