]> git.ozlabs.org Git - ccan/history - ccan
Add Tim's mail.
[ccan] / ccan /
2009-03-16 Rusty RussellFix warnings for isaac w/ gcc4.1.
2009-03-16 Rusty RussellFix warnings for ilog (see below) gcc 4.1, and testsuit...
2009-03-13 Rusty RussellFix for 64-bit (thanks to Tim T)
2009-03-12 Rusty RussellTim's ISAAC module.
2009-03-12 Rusty RussellTim's ilog module.
2009-02-25 Rusty RussellMajor cleanup of makefiles, api tests.
2009-02-25 Rusty RussellMake diag() go to stdout: everything else does.
2009-02-25 Rusty RussellMD4 module.
2009-02-25 Rusty Russellccanlint clean and move endian.h to top of #includes...
2009-02-24 Rusty RussellEndianness module.
2009-02-17 Rusty RussellSlight cleanup for crcsync.c
2009-02-17 Rusty RussellClarify license string.
2009-02-17 Rusty Russellcrc sync module.
2009-02-17 Rusty RussellFinally, ARRAY_SIZE!
2009-02-17 Rusty RussellAdded Castagnoli CRC routines, expand interface.
2009-02-14 Rusty RussellCRC module.
2009-01-14 Rusty RussellFix antithread example compile.
2009-01-13 Rusty RussellFix saving & loading of state.
2009-01-13 Rusty RussellAdapt antithread to new talloc locking, and fix so...
2009-01-13 Rusty RussellMuch nicer example: genetic algo to approximate jpeg
2009-01-11 Rusty RussellSeriously revisit locking required for antithread.
2009-01-11 Rusty RussellVarious fixes and debugging help: particularly don...
2009-01-10 Rusty Russellmake const and volatile-qualified callbacks actually...
2008-12-08 Rusty RussellFix make check to run all tests.
2008-12-07 Rusty RussellFix grab_file test after move from string module.
2008-12-07 Rusty RussellSimple compile fixes for tests.
2008-12-07 Rusty RussellFix up line numbers after commit 109
2008-11-15 Rusty RussellNew list_tail() function and test for list_top() on...
2008-11-15 Rusty RussellRemove compile warnings of tests under Ubuntu (return...
2008-11-14 Rusty RussellFix run-read_all and fix hang if they should fail.
2008-11-14 Rusty RussellTests for read_write_all.
2008-11-14 Rusty RussellFix new glibc warnings about warn_unused_result.
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-11-08 Rusty RussellTypo fix
2008-09-12 Rusty RussellDocument license requirements.
2008-08-15 Rusty RussellRemove binaries from the tree.
2008-08-15 Rusty Russellgrab_fd and grab_file: add a size arg, use everywhere.
2008-08-15 Rusty Russellmerge
2008-08-14 dineshmake search page to display some result
2008-08-14 Rusty RussellAdd antithread. Not finished, but useful as example...
2008-08-14 dineshcommiting changes for test case of grab_file
2008-08-14 Rusty Russellmerge
2008-08-14 Rusty RussellFix hash_stable(): now works on both endians :)
2008-08-12 dineshupdated
2008-08-12 dineshtest case for grab_file
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-03 dineshMoving grab_file
2008-08-03 dineshMoving grad_fd to string.c
2008-07-30 Rusty RussellFix 64-bit compile warning.
2008-07-28 Rusty Russellstrjoin()
2008-07-28 Rusty Russellstrsplit()
2008-07-28 Rusty RussellMove hash into ccan/ dir
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-28 Rusty RussellAdd fclose_noerr()
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/