index
:
ccan.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ccan
/
talloc
/
talloc.c
Age
Commit message (
Expand
)
Author
2015-08-17
talloc: avoid a comparison mismatch & at the same time switch to non-legacy s...
Cody P Schafer
2011-01-10
talloc: allow replacement allocator
Rusty Russell
2011-01-10
talloc: fixed a use after free error
Rusty Russell
2010-11-10
compiler: shorten names of attributes, add UNUSED
Rusty Russell
2010-11-03
talloc: fix gcc -O3 aliasing warnings
Rusty Russell
2009-11-21
New talloc_set for auto-cleanup.
Rusty Russell
2009-08-11
Increase max size: I actually hit this with a large file.
Rusty Russell
2009-07-30
Remove const warning
Rusty Russell
2009-07-18
talloc_free() should take a const void *, a-la free().
Rusty Russell
2009-01-12
Seriously revisit locking required for antithread.
Rusty Russell
2008-08-05
Simple locking for talloc.
Rusty Russell
2008-08-05
Simplify external allocation (realloc only from Tridge)
Rusty Russell
2008-08-04
Fix talloc external alloc parent pointer.
Rusty Russell
2008-06-29
External allocator support.
Rusty Russell
2008-06-02
Move modules to ccan/ tools to tools/
Rusty Russell