]> git.ozlabs.org Git - ccan/history - ccan/talloc/talloc.c
tdb2: add --summary and logging to tools/speed.
[ccan] / ccan / talloc / talloc.c
2011-01-10 Rusty Russelltalloc: allow replacement allocator
2011-01-10 Rusty Russelltalloc: fixed a use after free error
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-03 Rusty Russelltalloc: fix gcc -O3 aliasing warnings
2009-11-21 Rusty RussellNew talloc_set for auto-cleanup.
2009-08-11 Rusty RussellIncrease max size: I actually hit this with a large...
2009-07-29 Rusty RussellRemove const warning
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty Russelltalloc_free() should take a const void *, a-la free().
2009-01-11 Rusty RussellSeriously revisit locking required for antithread.
2008-08-05 Rusty Russellmerge
2008-08-05 Rusty RussellSimple locking for talloc.
2008-08-05 Rusty RussellSimplify external allocation (realloc only from Tridge)
2008-08-04 Rusty Russellmerge
2008-08-04 Rusty RussellFix talloc external alloc parent pointer.
2008-06-29 Rusty RussellExternal allocator support.
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/