]> git.ozlabs.org Git - ccan/shortlog
ccan
2008-08-11 dineshcommiting ccan web pages
2008-08-05 dineshcommiting create_dep_tar uses get_deps as of now
2008-08-05 dineshchanges to infotojson for storing dependencies from...
2008-08-05 Rusty RussellMake depends build the _info files (easier for Dinesh...
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 dineshRemoved grab_file.c
2008-08-04 Rusty Russellmerge
2008-08-04 Rusty RussellFix talloc external alloc parent pointer.
2008-08-04 Rusty RussellClean _info files too.
2008-08-03 dineshDeleting duplicate grab_file in tools/
2008-08-03 dineshMoving grab_file
2008-08-03 dineshMoving grad_fd to string.c
2008-07-31 Rusty RussellIgnore tools/_infotojson/infotojson
2008-07-31 Rusty Russelllibccan.a: simple way to use all of ccan.
2008-07-30 Rusty RussellFix 64-bit compile warning.
2008-07-28 gdinesh@csa... Revised version of infotojson after comments
2008-07-28 gdinesh@csa... clearing compilation warning
2008-07-28 dineshusing string.h
2008-07-28 Rusty Russellstrjoin()
2008-07-28 Rusty RussellUse new string.h strsplit() everywhere.
2008-07-28 Rusty Russellstrsplit()
2008-07-28 Rusty RussellTie _infotojson into the Makefile, so we can do "make
2008-07-28 Rusty RussellProper recursive dependencies (came from libantithread...
2008-07-28 Rusty RussellMove hash into ccan/ dir
2008-07-21 dineshcommiting _info to json convertor
2008-06-29 Rusty RussellFork support.
2008-06-29 Rusty RussellExternal allocator support.
2008-06-29 Rusty RussellAdd alloc_size(): every allocator has to be able to...
2008-06-29 Rusty RussellCompile fixes
2008-06-29 Rusty RussellSplit tools unto parts for fixing run_tests to link...
2008-06-28 Rusty RussellAdd fclose_noerr()
2008-06-28 Rusty RussellFix crash on compulsory test fail.
2008-06-23 Rusty RussellMore things to ignore.
2008-06-23 Rusty RussellFix up Makefile for "make ccanlint"
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/
2008-06-02 Rusty RussellFirst primitive cut of ccanlint
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