summaryrefslogtreecommitdiff
path: root/ccan/talloc/talloc.c
AgeCommit message (Expand)Author
2015-08-17talloc: avoid a comparison mismatch & at the same time switch to non-legacy s...Cody P Schafer
2011-01-10talloc: allow replacement allocatorRusty Russell
2011-01-10talloc: fixed a use after free errorRusty Russell
2010-11-10compiler: shorten names of attributes, add UNUSEDRusty Russell
2010-11-03talloc: fix gcc -O3 aliasing warningsRusty Russell
2009-11-21New talloc_set for auto-cleanup.Rusty Russell
2009-08-11Increase max size: I actually hit this with a large file.Rusty Russell
2009-07-30Remove const warningRusty Russell
2009-07-18talloc_free() should take a const void *, a-la free().Rusty Russell
2009-01-12Seriously revisit locking required for antithread.Rusty Russell
2008-08-05Simple locking for talloc.Rusty Russell
2008-08-05Simplify external allocation (realloc only from Tridge)Rusty Russell
2008-08-04Fix talloc external alloc parent pointer.Rusty Russell
2008-06-29External allocator support.Rusty Russell
2008-06-02Move modules to ccan/ tools to tools/Rusty Russell