]> git.ozlabs.org Git - ccan/shortlog
ccan
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.
2011-10-04 Rusty Russellshort_types: fix example for 64 bit platforms
2011-10-04 Rusty Russellopt: increase testing coverage on 64 bit platforms
2011-10-04 Rusty Russellnet: fix tests for systems without IPv6 entries in...
2011-10-04 Rusty Russelljmap: fix _info example for 64 bit systems.
2011-10-04 Rusty Russellforeach: make test more accurate, fix for 64-bit gcc...
2011-10-04 Rusty Russellasearch: fix example on 64 bit platforms.
2011-10-04 Rusty Russellalloc: fix memory leak in tests.
2011-10-04 Rusty Russelltdb2: fix test printf for 64 bit.
2011-09-29 Rusty Russellweb: add pointer to wiki/Contribute.
2011-09-29 Rusty RussellNote new URL: ccodearchive.net, and point to new wiki...
2011-09-28 Rusty Russellstrmap: new module for ordered map of strings using...
2011-09-28 Rusty Russelltcon: more help, for making strmap.
2011-09-27 Rusty Russellhtable: benchmark against hsearch(3)
2011-09-27 Rusty Russelllikely: use htable_type
2011-09-27 Rusty Russellhtable: HTABLE_INITIALIZER() for static initialization.
next