| 2008-08-05 | Rusty Russell | Simple locking for talloc. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-05 | Rusty Russell | Simplify external allocation (realloc only from Tridge) | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-04 | Rusty Russell | merge | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-04 | Rusty Russell | Fix talloc external alloc parent pointer. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-04 | Rusty Russell | Clean _info files too. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-03 | dinesh | Deleting duplicate grab_file in tools/ | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-03 | dinesh | Moving grab_file | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-08-03 | dinesh | Moving grad_fd to string.c | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-31 | Rusty Russell | Ignore tools/_infotojson/infotojson | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-31 | Rusty Russell | libccan.a: simple way to use all of ccan. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-30 | Rusty Russell | Fix 64-bit compile warning. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | gdinesh@csa... | Revised version of infotojson after comments | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | gdinesh@csa... | clearing compilation warning | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | dinesh | using string.h | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | Rusty Russell | strjoin() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | Rusty Russell | Use new string.h strsplit() everywhere. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | Rusty Russell | strsplit() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | Rusty Russell | Tie _infotojson into the Makefile, so we can do "make | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | Rusty Russell | Proper recursive dependencies (came from libantithread... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-28 | Rusty Russell | Move hash into ccan/ dir | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-07-21 | dinesh | commiting _info to json convertor | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-29 | Rusty Russell | Fork support. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-29 | Rusty Russell | External allocator support. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-29 | Rusty Russell | Add alloc_size(): every allocator has to be able to... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-29 | Rusty Russell | Compile fixes | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-29 | Rusty Russell | Split tools unto parts for fixing run_tests to link... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-28 | Rusty Russell | Add fclose_noerr() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-28 | Rusty Russell | Fix crash on compulsory test fail. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-23 | Rusty Russell | More things to ignore. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-23 | Rusty Russell | Fix up Makefile for "make ccanlint" | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-02 | Rusty Russell | Move modules to ccan/ tools to tools/ | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-06-02 | Rusty Russell | First primitive cut of ccanlint | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-18 | Rusty Russell | Removed ccan_tools versions of talloc and libtap in... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-18 | Rusty Russell | First cut of hashing routines. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-18 | Rusty Russell | Use new alignof package | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-18 | Rusty Russell | ALIGNOF() helper | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-18 | Rusty Russell | Neaten definitions a little. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-18 | Rusty Russell | Finished uniform allocation code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-16 | Rusty Russell | Fix up most #include "tap.h" -> #include "tap/tap.h... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-16 | Rusty Russell | Fix test to flush stdout: sometimes goes into pipe... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-16 | Rusty Russell | Turned libtap into a proper ccan package. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-05-04 | Rusty Russell | Helper routines for saving errno in error paths. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-27 | Rusty Russell | Remove redundant metalen from metadata header: we can... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-27 | Rusty Russell | More cleanups where get_bit_pair should be used instead of | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-27 | Rusty Russell | No fair asking allocator to align greater than pool. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-27 | Rusty Russell | Separate functions for bitpair manip. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-27 | Rusty Russell | Clean up metadata when we run out of room. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-24 | Rusty Russell | Minor cleanups, a little new testing and a "visualize... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-23 | Rusty Russell | sub-page allocations work, still some FIXMEs to go. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-18 | Rusty Russell | Allocator now has metadata. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-18 | Rusty Russell | Allocate backwards, ready for metadata. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-15 | Rusty Russell | Fix typo. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-03-15 | Rusty Russell | Initial cut at file/mem allocator (pages only) | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | Compile even with !HAVE_TYPEOF etc, and remove redundan... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | Fix talloc's use of PRINTF_ATTRIBUTE clash. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | Fix !HAVE_TYPEOF case by using new typesafe_cb. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | More attributes for typesafe_cb. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | Typesafe callback infrastructure. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | Add required include, and remove Samba comment from... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-02-28 | Rusty Russell | Should use libtap's exit_status() for return from main. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-01-10 | Rusty Russell | Preserve errno on talloc_free | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-01-10 | Rusty Russell | Remove talloc_guide (folded into talloc.h) and testsuit... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-01-10 | Rusty Russell | Move documentation from talloc_guide.txt into talloc... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-01-10 | Rusty Russell | HAVE_ATTRIBUTE_PRINTF for talloc | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2008-01-05 | Rusty Russell | First cut of ccan-izing talloc | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-29 | Rusty Russell | Avoid hacky recompilation of files to namespacize,... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-28 | Rusty Russell | New package: list, complete reimplementation of Linux... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-28 | Rusty Russell | New variant of container_of: container_of_var, for... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-27 | Rusty Russell | Added namespacize, to prefix exposed symbols with CCAN_... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-20 | Rusty Russell | Add string helpers (actually needed up previous checkin) | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-20 | Rusty Russell | Include all the tools under ccan_tools dir, hacked... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2007-12-05 | Rusty Russell | First cut, some hacks, three simple modules.  init | commit | commitdiff | tree | snapshot (tar.gz zip) | 
|  |