]> git.ozlabs.org Git - ccan/history - ccan/talloc
ttxml: modified it to use a smaller buffer during testing
[ccan] / ccan / talloc /
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-04-06 Rusty Russelltypesafe_cb: simplify, preserve namespace.
2011-03-22 Rusty Russelltalloc: fix leak in test/run-set_allocator.c
2011-03-01 Rusty Russellcompiler, talloc, tap, tdb2: use #if instead of #ifdef.
2011-01-18 Rusty Russelltalloc: talloc_array_length()
2011-01-17 Brad Hardstalloc: spelling fix.
2011-01-10 Rusty Russelltalloc: allow replacement allocator
2011-01-10 Rusty Russelltalloc: fixed a use after free error
2011-01-10 Rusty Russelltalloc: use failtest to test failure paths.
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-08 Rusty Russelltalloc: define TALLOC_CTX
2010-11-03 Rusty Russelltalloc: fix gcc -O3 aliasing warnings
2010-10-21 Rusty Russelllicense: more changing of licence -> license.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-07 Rusty Russellcompiler, talloc: warn if return from realloc-like...
2010-10-06 Rusty Russelltalloc: fix examples so they compile.
2010-09-26 Rusty Russellcompiler: use everywhere.
2010-08-06 Rusty RussellAdd licences/ dir and symlinks for a bit more clarity.
2010-06-15 Rusty Russelltypesafe_cb: fix fallout from API changes.
2010-01-06 Rusty RussellRemove old run-tests, clean up #includes to all be...
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 RussellLicense for talloc is actually LGPL.
2009-07-18 Rusty Russelltalloc_free() should take a const void *, a-la free().
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-01-11 Rusty RussellSeriously revisit locking required for antithread.
2008-11-13 Rusty RussellFix examples (they all compile now), and init parent...
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-11-10 Rusty RussellRename string to str, and split into three modules.
2008-09-12 Rusty RussellDocument license requirements.
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/