]> git.ozlabs.org Git - ccan/shortlog
ccan
2008-12-08 Rusty RussellFix size calc for full tarball.
2008-12-08 Rusty RussellFix make check to run all tests.
2008-12-07 Rusty RussellWe no longer make ccan/foo.o files, so use libccan...
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 ccanlint test: _info.c must have some package docum...
2008-11-15 Rusty RussellHack to fix test builds, by ignoring deps with no ...
2008-11-15 Rusty RussellNew list_tail() function and test for list_top() on...
2008-11-15 Rusty RussellCanonicalize typenames, and remove empty sections.
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 dependencies for 'make check'
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-13 Rusty RussellBroaden use of doc_extract code, put in ccanlint, and...
2008-11-13 Rusty RussellOur first junkcode!
2008-11-13 Rusty RussellJunkcode now works.
2008-11-13 Rusty RussellJunkcode now works.
2008-11-12 Rusty RussellAdd --function= arg to doc_extract so we can use it...
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-11-10 Rusty RussellRemove unused create_dep_tar.
2008-11-10 Rusty RussellFix linking for tools, and add tools: target.
2008-11-10 Rusty RussellFixup get_deps() callers
2008-11-10 Rusty RussellRename string to str, and split into three modules.
2008-11-09 Rusty RussellUpload now works, with a bit of hackery.
2008-11-08 Rusty RussellStatic generation of web pages. Based on GSoC work...
2008-11-08 Rusty RussellTypo fix
2008-11-08 Rusty RussellFix handling of one-liner fields.
2008-09-12 Rusty RussellDocument license requirements.
2008-08-19 Rusty Russell--direct for ccan_depends
2008-08-19 Rusty RussellExtraction of parts of documentation.
2008-08-19 Rusty RussellNon-compiling version of ccan_depends by default.
2008-08-18 Rusty Russellmerge
2008-08-18 Rusty RussellFix namespacize after grab_file changes.
2008-08-16 dineshdisplay a-z index for module search and some fixes
2008-08-16 dineshbug fix for duplicate module name upload
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 dineshupdate dispmoduleinfo.php
2008-08-14 dineshmake search page to display some result
2008-08-14 dineshsome bug fix in scripts
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 RussellDon't leave _info.NNNN files lying arond
2008-08-14 Rusty Russellmerge
2008-08-14 Rusty RussellFix hash_stable(): now works on both endians :)
2008-08-14 Rusty RussellAPI tests.
2008-08-13 dineshcommitting changes for web pages after update of create...
2008-08-13 dineshCommitting create_dep_tar after changing for dependents...
2008-08-12 dineshcommiting uploaded for bzr
2008-08-12 dineshupdated
2008-08-12 dineshtest case for grab_file
2008-08-11 Rusty RussellAdd main index page. Needs more polish.
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.
next