]> git.ozlabs.org Git - ccan/shortlog
ccan
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-02-14 Rusty Russellconfigurator: define HAVE_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-12 Andrey SmirnovMakefile, configurator: Add additional debug flags...
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-07 Rusty Russelltools/doc_extract: trim trailing blank lines on sections.
2011-12-07 Rusty Russellweb: publish See Also: for modules which supply it.
2011-12-07 Rusty Russelltools/doc_extract: simplify handling fields with spaces...
2011-12-05 Rusty Russellccanlint: use ccan/autodata
2011-12-05 Rusty Russellautodata: stash pointers in a binary.
2011-12-05 Rusty Russellconfigurator: HAVE_SECTION_START_STOP
2011-12-05 Rusty Russellptr_valid: test whether a ptr is valid.
2011-12-05 Rusty Russellconfigurator: HAVE_PROC_SELF_MAPS
2011-12-04 Rusty Russellobjset: new module.
2011-12-04 Rusty Russellccanlint.1: fix description of per-test options for...
2011-12-03 Rusty Russelldoc: man page for ccanlint.
2011-12-02 Rusty Russellccanlint: remove argument to -k/--keep
2011-12-02 Rusty Russellccanlint: use -t for --target not --timeout
2011-12-02 Rusty Russellccanlint: use traversal to trim tests we want to skip.
2011-12-02 Rusty Russellccanlint: use node traverse for --target.
2011-12-02 Rusty Russellccanlint: use dgraph module.
2011-12-02 Rusty Russellccanlint: remove wart from info options.
2011-12-02 Rusty Russelldgraph: new module for directed graphs.
2011-12-02 Rusty Russellccanlint: parse --verbose before anything else.
2011-12-01 Rusty Russellccanlint: get rid of separate class of compulsory tests.
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 Russellconfigurator: HAVE_BACKTRACE
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-29 Rusty Russellccanlint: fix depends_build_without_features
2011-11-23 Rusty RussellMakefile-web: push to github repo too.
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-16 Rusty Russellccanlint: fix --test-dep-graph
2011-11-15 Rusty Russellccanlint: make fewer tests compulsory.
2011-11-15 Rusty Russellccanlint: fix ccanlint -l
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-11-01 Rusty Russellccanlint: fix uninitialized variables in tests_pass_val...
2011-11-01 Rusty Russellccanlint: fix test link when given no arguments.
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-24 Rusty Russellccanlint: fix creation of example test/run.c
2011-10-05 Rusty Russellccanlint: drop -d, interpret any arguments as directori...
2011-10-05 Rusty Russellccanlint: fix spurious warning errors.
2011-10-04 Rusty Russelltdb2: fix valgrind suppression in _info.
next