]> git.ozlabs.org Git - ccan/shortlog
ccan
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.
2012-10-31 Rusty Russellcrcsync: fix constness warning.
2012-10-31 Rusty Russellcrc: remove gratuitous trailing whitespace.
2012-10-31 Rusty Russellcheck_type: remove gratuitous trailing whitespace.
2012-10-31 Rusty Russellalloc: remove valgrind warning from test.
2012-10-31 Rusty Russellalignof: fix unused var warning with gcc
2012-10-31 Rusty Russellstr: fix unused var warning with gcc
2012-10-31 Rusty Russellccanlint: add #line directives to examples.
2012-10-31 Rusty Russellccanlint: Understand Creative Commons Zero license.
2012-10-31 Rusty Russelllicenses: Add Creative Commons Zero.
2012-10-22 Rusty Russellccanlint: remove unused variables.
2012-10-10 David Gibsonrfc822: Index headers by name
2012-10-08 David Gibsonrfc822: Retrieve header fields by name
2012-10-08 David Gibsonbytestring: Allow bytestring_from_string to be called...
2012-10-05 David Gibsonrfc822: Allow test infrastructure to handle headers...
2012-10-05 Rusty Russellccanlint: fix coverage display for gcov 4.7
2012-10-04 David Gibsonrfc822: Rename RFC822_HDR_BAD_NAME constant
2012-10-04 David Gibsonrfc822: Rename bad-header test
2012-10-03 David Gibsonrfc822: Move check_header into helper.c
2012-10-03 David Gibsonrfc822: Add an example program
2012-09-24 Rusty Russellstr: add STR_MAX_CHARS().
2012-09-19 Rusty Russelllist: change license to BSD-MIT.
2012-09-10 Rusty Russelltime: make trivial functions inline
2012-09-10 Rusty Russelltime: add time_check() call and test.
2012-09-10 Rusty Russellfailtest, tools: update for new timespec-using ccan...
2012-09-10 Rusty Russelltime: use timespec instead of timeval.
next