]> git.ozlabs.org Git - ccan/history - ccan
ccanlint: recurse to get -l options.
[ccan] / ccan /
2012-09-10 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-08-14 David Gibsonrfc822: Fix test bugs on 64-bit platforms
2012-08-12 David Gibsonrfc822: Include RFC5322 text for reference
2012-06-30 David Gibsonrfc822: Fix bug parsing headers when body begins with...
2012-06-26 Rusty Russellrfc822: suppress license warning about failtest.
2012-06-26 Rusty Russellrfc822: new module.
2012-06-26 Rusty Russellbytestring: new module.
2012-06-20 Alessandro GuidoAvoid compiler errors if u32 is defined as a type
2012-06-09 Rusty Russellantithread, failtest: use ccan/err instead of err.h.
2012-06-09 Rusty Russellopt: avoid using err.h.
2012-06-08 Rusty Russellerr: actually implement replacement versions!
2012-06-08 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-06-08 Rusty Russellccan/err: new err.h-replacing module.
2012-03-29 Rusty Russellasort: fix test when typesafe_cb not supported. origin/suncc
2012-03-29 Rusty Russellcast: make sure suncc sees a constant.
2012-03-29 Rusty Russellccan_tokenizer: don't assume __VA_ARGS__ can be empty.
2012-03-27 Rusty Russellcast: test/compile_fail-cast_static.c should fail witho...
2012-03-27 Rusty Russellasprintf: #include <stdarg.h> in test/run.c
2012-03-27 Rusty Russelltap: assume variadic macros.
2012-03-27 Rusty Russellopt: fix Solaris compile.
2012-03-27 Rusty Russelliscsi: use <sys/filio.h> on Solaris.
2012-03-27 Rusty Russellalloc: fix return of void.
2012-03-21 Rusty Russellfailtest: compile fix for OpenBSD
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-09 Rusty Russelltdb2: remove: it's now in SAMBA where it belongs.
2012-03-09 Rusty Russellhtable: fix bug where first entry has hash of 0 or 1.
2012-03-08 Rusty Russellfailtest: don't assume FD_SETSIZE is maximum runtime fd.
2012-02-26 Daniel Burkettxml: made alloc failure consistent - return NULL
2012-02-26 Daniel Burkettxml: removed cruft from tests
2012-02-26 Daniel Burkettxml: fixed license test
2012-02-14 Rusty Russelltdb: delete from CCAN.
2012-01-28 Rusty Russelltdb2: copy tdb1's changed expansion logic.
2012-01-28 Rusty Russelltdb2: tdb1: use same expansion factor logic when expand...
2012-01-28 Volker Lendecketdb2: Avoid a malloc/memcpy in _tdb1_store
2011-12-21 Rusty Russelltdb2: careful on wrap.
2011-12-21 Rusty Russelltdb2: be more careful on 4G files (tdb1).
2011-12-20 Rusty Russelltdb: don't free old recovery area when expanding if...
2011-12-20 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-20 Rusty Russelltdb: test exponential recovery expansion problem.
2011-12-19 Rusty Russellopt: much prettier usage (using terminal size)
2011-12-16 Rusty Russellopt: handle -Wcast-qual warnings.
2011-12-15 Rusty Russellopt: don't leak on exit (valgrind complains).
2011-12-12 Andrey Smirnovlist.h: opaque list iteration functionality
2011-12-12 Rusty Russellcontainer_of: add container_off_var macro
2011-12-12 Rusty Russellcheck_type: fix incorrect documentation.
2011-12-12 Rusty Russellcontainer_of: don't put member_ptr in container_off.
2011-12-07 Rusty Russellopt: suggest they look at ccan/autodata.
2011-12-07 Rusty Russellautodata: add example, clean up description a little.
2011-12-05 Rusty Russellautodata: stash pointers in a binary.
2011-12-05 Rusty Russellptr_valid: test whether a ptr is valid.
2011-12-04 Rusty Russellobjset: new module.
2011-12-02 Rusty Russelldgraph: new module for directed graphs.
2011-12-01 Rusty Russellopt: add OPT_EARLY and opt_early_parse.
2011-12-01 Rusty Russellstrset, strmap: invert iterator function meaning.
2011-12-01 Rusty Russellsetset: fix API to match strmap and common sense.
2011-12-01 Rusty Russellstrmap: allow const arguments to strset_iterate().
2011-12-01 Rusty Russellstrset: allow const arguments to strset_iterate().
2011-12-01 Rusty Russellopt: fix up outdated comments in documentation.
2011-12-01 Rusty Russellopt: get rid of last remnant of getopt.
2011-12-01 Rusty Russelltlist: remove type arg from tlist_top(), tlist_tail()
2011-11-30 Rusty Russelllist: don't multiple-evaluate arguments to tlist_top...
2011-11-30 Rusty Russellcontainer_of: add container_off() helper.
2011-11-30 Rusty Russellttxml: exclude license_comment check so it doesn't...
2011-11-30 Rusty Russelltdb2: display capability information in tdb_summary()
2011-11-30 Rusty Russelltdb2: add a capability list from the header.
2011-11-30 Rusty Russelltdb2: provide tdb_layout_write() rather than implying...
2011-11-30 Rusty Russelltdb2: add an internal TDB_CANT_CHECK flag.
2011-11-30 Rusty Russellfailtest: do trace via a FILE, not an fd.
2011-11-30 Rusty Russellfailtest: add --trace to replace --tracepath
2011-11-30 Rusty Russellfailtest: save and restore file state inside child...
2011-11-29 Rusty Russellfailtest: add comment about limitations of untracked...
2011-11-29 Rusty Russellfailtest: fix open in tests.
2011-11-29 Rusty Russellfailtest: fix failpath on open.
2011-11-29 Rusty Russellfailtest: report failpath problems correctly.
2011-11-29 Rusty Russellfailtest: stop when leak detected.
2011-11-29 Rusty Russelltdb2: suppress failtest more than once on mmap.
2011-11-29 Rusty Russellfailtest: catch mmap.
2011-11-29 Rusty Russelltdb2: simplify failtest helper.
2011-11-29 Rusty Russellfailtest: fix --debugpath
2011-11-29 Rusty Russellfailtest: internally eliminate duplicate calls.
2011-11-29 Rusty Russellfailtest: simplify FAIL_PROBE.
2011-11-29 Rusty Russellfailtest: report errors in children directly to origina...
2011-11-29 Rusty Russellfailtest: use high-numbers file descriptors to stay...
2011-11-29 Rusty Russellfailtest: use a linked list for history, not an array.
2011-11-29 Rusty Russelltlist: implement tlist_for_each_rev
2011-11-29 Rusty Russelllist: implement list_for_each_rev()
2011-11-29 Rusty Russelltdb2: consolidate testing failtest suppression routines.
2011-11-29 Rusty Russellfailtest: fix internal cut & paste bug
2011-11-23 Vladimir Zapolskiylist: fix list element counting in provided example...
2011-11-21 Rusty Russellcast: fix warnings with -Wextra (specifically -Wmissing...
2011-11-21 Rusty Russelllist: simplify tests a little.
2011-11-01 Rusty Russelltdb2: don't be fascist when TDB_VERSION1 is specified.
2011-11-01 Rusty Russellstrset: set errno to ENOENT even if we return NULL.
2011-11-01 Rusty Russellstrmap: set errno to ENOENT even if we return NULL.
2011-10-26 Rusty Russellcompiler, ilog: IDEMPOTENT "idempotent does not mean...
2011-10-26 Rusty Russellstrset: set errno on strset_add failures.
2011-10-26 Rusty Russellstrmap: set errno on strmap_add() failures.
2011-10-04 Rusty Russelltdb2: fix valgrind suppression in _info.
2011-10-04 Rusty Russellshort_types: fix example for 64 bit platforms
2011-10-04 Rusty Russellopt: increase testing coverage on 64 bit platforms
next