]> git.ozlabs.org Git - ccan/shortlog
ccan
2013-01-14 Rusty Russelldgraph: add dgraph_check and CCAN_DGRAPH_DEBUG
2013-01-12 Rusty Russellccanlint: handle when _info doesn't compile.
2013-01-03 Rusty RussellMerge branch 'rfc822'
2013-01-03 Rusty Russellrfc822: switch to ccan/tal. origin/rfc822
2013-01-03 Rusty Russelltal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
2013-01-03 Rusty Russellccanlint: ignore "unused" non-ccan dependencies.
2013-01-03 Rusty Russelltal/talloc: new module for backending tal onto talloc.
2012-12-17 Rusty Russelltal: don't automatically register cleanup function.
2012-12-17 Rusty Russellconfigurator: fix single-arg case.
2012-12-17 Rusty Russelltal: append the length property to the initial allocation.
2012-12-14 Rusty Russelltal: don't always allocate an array in the samba benchmark.
2012-12-14 Rusty Russelltal: fix skipping tal in samba-allocs benchmark.
2012-12-14 Rusty Russelltal: fix compilation of speed benchmark.
2012-12-07 Rusty Russellrfc822: fix sigaction test, wean off ccan-specific...
2012-12-07 Rusty Russellrfc822: beef up _info example.
2012-12-07 Rusty Russellccanlint: fix --compiler and --cflags options to apply...
2012-12-03 Rusty Russelltools: manifest.c should use path_canon.
2012-12-03 Rusty Russellccanlint: remove redundant num_lines in struct ccan_file.
2012-12-03 Rusty Russellccanlint: print module name properly for nested modules.
2012-12-03 Rusty Russelltools: use tal/path instead of opencoding most paths.
2012-12-03 Rusty Russelltools: use tal/path instead of writing own path handlers.
2012-12-03 Rusty Russelltools: use tal instead of talloc.
2012-12-03 Rusty Russelltools: use rbuf instead of grab_file.
2012-12-03 Rusty Russellrbuf: new module.
2012-12-03 Rusty Russelltal/link: new module for reference-count style coding...
2012-12-03 Rusty Russelltal/str: add tal_append_fmt() and tal_append_vfmt(...
2012-12-03 Rusty Russelltal/str: rename tal_asprintf/tal_vasprintf to tal_fmt...
2012-12-03 Rusty Russelltal/str: add tal_strcat().
2012-12-03 Rusty Russelltal: add tal_expand().
2012-12-03 Rusty Russelltal/str: move tal string functions here from tal.
2012-12-03 Rusty Russelltal/str: use tal_ prefix.
2012-12-03 Rusty Russelltal/str: make tal_count() work for strsplit.
2012-12-03 Rusty Russelltal: add tal_count() and length properties for arrays.
2012-12-03 Rusty Russelltal: adding or removing a notifier/destructor can be...
2012-12-03 Rusty Russelltal: optimize case where no (non-destructor) notifiers...
2012-12-03 Rusty Russelltal: use notifier infrastructure for destructors.
2012-12-03 Rusty Russelltal: add general notifiers.
2012-12-03 Rusty Russelltal: add del_destructor().
2012-12-03 Rusty Russelltal: check headers more carefully.
2012-12-03 Rusty Russelltal: simplify.
2012-12-03 Rusty Russellccanlint: handle nested modules when mentioned in examples.
2012-12-03 Rusty Russelltools: don't abort on malformed documentation lines.
2012-12-03 Rusty RussellMakefile: score nested modules.
2012-11-22 Rusty Russelltal: fix benchmark/Makefile
2012-11-22 Rusty Russelltal/path: new module
2012-11-22 Rusty Russellconfigurator: test for HAVE_FCHDIR
2012-11-22 Rusty Russelltal/str: accept take() for arguments.
2012-11-22 Rusty Russelltal/str: new module.
2012-11-22 Rusty Russellalloc: move into antithread/alloc.
2012-11-22 Rusty Russellweb: generate correct pages for submodules.
2012-11-22 Rusty Russelltools: don't assume modules are immediately below ccan...
2012-11-22 Rusty RussellMakefile: remove FASTTIMEOUT
2012-11-22 Rusty RussellMakefile: list modules explicitly.
2012-11-21 Rusty Russelltools: fix dependencies.
2012-11-21 Rusty Russellccanlint: fix _info documentation addition.
2012-11-21 Rusty RussellMakefile: generate config.h more carefully
2012-11-21 Rusty RussellMakefile: add -Wundef to the default CFLAGS
2012-11-21 Rusty RussellTAGS: new Makefile target.
2012-11-21 Rusty Russelltal: make tal_free() return NULL
2012-11-21 Rusty Russelltal: take implies NULL passthrough.
2012-11-21 Rusty Russelltal: remove TAL_TAKE in favor of ccan/take.
2012-11-21 Rusty Russelltake: new module for parameter ownership.
2012-11-21 Rusty Russelltal: tal_dup()
2012-11-20 Rusty Russelltal: Make tal_resize() easier to use.
2012-11-19 Rusty Russelltal: make sure tal_free() preserves errno.
2012-11-19 Rusty Russelltal: add test for group growth.
2012-11-19 Rusty Russelltal: tal_steal() fix.
2012-11-19 Rusty Russelltal: tal_parent(NULL) should be NULL.
2012-11-19 Rusty Russelltal: neaten child property initialization.
2012-11-19 Rusty Russelltal: bounds checking fixes.
2012-11-18 Rusty Russelltal: add benchmark based on Samba4's talloc usage.
2012-11-18 Rusty Russelltal: add talloc's speed benchmark.
2012-11-18 Rusty Russelltal: add typenames by default.
2012-11-18 Rusty Russelltal: add TAL_TAKE.
2012-11-18 Rusty Russelltal: new module.
2012-11-15 Rusty Russelllikely: relicense to CC0.
2012-11-15 Rusty Russelltypesafe_cb: relicense to CC0.
2012-11-15 Rusty Russelllikely: make dependencies correctly conditional on...
2012-11-12 David Gibsonrfc822: Update rfc822 module to use testdepends
2012-11-12 Rusty Russelltalloc: move ccan/failtest to testdepends.
2012-11-12 Rusty Russellstr_talloc: remove unused ccan/noerr dependency.
2012-11-12 Rusty Russellgrab_file: move ccan/str_alloc to testdepends
2012-11-12 Rusty Russellcrcsync: move array_size to testdepends.
2012-11-12 Rusty Russellasort: move array_size to testdepends.
2012-11-12 Rusty Russellasearch: move array_size to testdepends.
2012-11-12 Rusty Russellalignof: remove unnecessary ccan/build_assert dependency.
2012-11-12 Rusty Russellccanlint: detect unused dependencies, too.
2012-11-12 Rusty Russellccanlint: add testdepends support.
2012-11-12 Rusty Russelltools: enhance get_libs to get libraries for tests...
2012-11-12 Rusty Russelltools: add testdepends handling in _info.
2012-11-11 Rusty RussellREADME: update.
2012-11-01 Rusty Russellhash: switch to CC0 license.
2012-11-01 Rusty RussellRelicense all public domain modules to CC0.
2012-10-31 Rusty Russelltlist: remove unused var warning in example.
2012-10-31 Rusty Russelltime: remove unused var warning in example.
2012-10-31 Rusty Russelltalloc: remove const warning in _info example.
2012-10-31 Rusty Russelllist: fix unused var warning.
2012-10-31 Rusty Russelllbalance: fix unused var warning.
2012-10-31 Rusty Russellforeach: remove unused var warning.
2012-10-31 Rusty Russellcrcsync: fix memory leak in tests.
next