]> git.ozlabs.org Git - ccan/shortlog
ccan
2008-05-18 Rusty RussellRemoved ccan_tools versions of talloc and libtap in...
2008-05-18 Rusty RussellFirst cut of hashing routines.
2008-05-18 Rusty RussellUse new alignof package
2008-05-18 Rusty RussellALIGNOF() helper
2008-05-18 Rusty RussellNeaten definitions a little.
2008-05-18 Rusty RussellFinished uniform allocation code.
2008-05-16 Rusty RussellFix up most #include "tap.h" -> #include "tap/tap.h...
2008-05-16 Rusty RussellFix test to flush stdout: sometimes goes into pipe...
2008-05-16 Rusty RussellTurned libtap into a proper ccan package.
2008-05-04 Rusty RussellHelper routines for saving errno in error paths.
2008-03-27 Rusty RussellRemove redundant metalen from metadata header: we can...
2008-03-27 Rusty RussellMore cleanups where get_bit_pair should be used instead of
2008-03-27 Rusty RussellNo fair asking allocator to align greater than pool.
2008-03-27 Rusty RussellSeparate functions for bitpair manip.
2008-03-27 Rusty RussellClean up metadata when we run out of room.
2008-03-24 Rusty RussellMinor cleanups, a little new testing and a "visualize...
2008-03-23 Rusty Russellsub-page allocations work, still some FIXMEs to go.
2008-03-18 Rusty RussellAllocator now has metadata.
2008-03-18 Rusty RussellAllocate backwards, ready for metadata.
2008-03-15 Rusty RussellFix typo.
2008-03-15 Rusty RussellInitial cut at file/mem allocator (pages only)
2008-02-28 Rusty RussellCompile even with !HAVE_TYPEOF etc, and remove redundan...
2008-02-28 Rusty RussellFix talloc's use of PRINTF_ATTRIBUTE clash.
2008-02-28 Rusty RussellFix !HAVE_TYPEOF case by using new typesafe_cb.
2008-02-28 Rusty RussellMore attributes for typesafe_cb.
2008-02-28 Rusty RussellTypesafe callback infrastructure.
2008-02-28 Rusty RussellAdd required include, and remove Samba comment from...
2008-02-28 Rusty RussellShould use libtap's exit_status() for return from main.
2008-01-10 Rusty RussellPreserve errno on talloc_free
2008-01-10 Rusty RussellRemove talloc_guide (folded into talloc.h) and testsuit...
2008-01-10 Rusty RussellMove documentation from talloc_guide.txt into talloc...
2008-01-10 Rusty RussellHAVE_ATTRIBUTE_PRINTF for talloc
2008-01-05 Rusty RussellFirst cut of ccan-izing talloc
2007-12-29 Rusty RussellAvoid hacky recompilation of files to namespacize,...
2007-12-28 Rusty RussellNew package: list, complete reimplementation of Linux...
2007-12-28 Rusty RussellNew variant of container_of: container_of_var, for...
2007-12-27 Rusty RussellAdded namespacize, to prefix exposed symbols with CCAN_...
2007-12-20 Rusty RussellAdd string helpers (actually needed up previous checkin)
2007-12-20 Rusty RussellInclude all the tools under ccan_tools dir, hacked...
2007-12-05 Rusty RussellFirst cut, some hacks, three simple modules. init