]> git.ozlabs.org Git - ccan/history - ccan
check_type: fix incorrect documentation.
[ccan] / ccan /
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
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-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.
2011-09-27 Rusty Russellhtable: clean up interface, document htable_type better.
2011-09-27 Rusty Russellhtable: start empty.
2011-09-27 Rusty Russelltap: fix exit status when we have exactly 256 errors.
2011-09-27 Rusty Russelltcon: update and enhance documentation.
2011-09-26 Rusty Russellhtable, strset: benchmarking tools.
2011-09-26 Rusty Russellstrset: new module using critbit trees.
2011-09-26 Rusty Russellstr: fix warnings.
2011-09-26 Rusty Russellstr: relicense to public domain.
2011-09-24 Rusty Russelltypesafe_cb: fix example macro ordering in typesafe_cb_...
2011-09-23 Rusty Russelljmap: use ccan/tcon and always be typesafe.
2011-09-23 Rusty Russelljbitset: rename to jset, use ccan/tcon
2011-09-23 Rusty Russelltlist: use ccan/tcon
2011-09-22 Rusty Russelltcon: routines for creating typesafe generic containers
2011-09-20 Rusty Russelltdb2: allow readonly changes even while holding locks.
2011-09-12 Rusty Russelltdb2: add error conversion functions.
2011-09-12 Rusty Russelltdb2: make tests work in parallel.
2011-09-09 Daniel Burkettxml: zero terminate the buffer after checking it...
2011-09-05 Daniel Burkettxml: covering my shame
2011-09-05 Daniel Burkettxml: modified it to use a smaller buffer during testing
2011-09-05 Daniel Burkettxml: ccanlint fixes finished
2011-09-05 Daniel Burkettxml: added drop static keyword
2011-09-05 Daniel Burkettxml: Passes Valgrind now
2011-09-05 Daniel Burkettxml: Rplaced ratchet buffer with regular buffer,...
2011-09-02 Rusty Russelltdb2: fix error handling for tdb1_transaction_commit.
2011-09-02 Rusty Russelltdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transact...
2011-09-02 Rusty Russelltdb2: fix prototypes which return enum TDB_ERROR.
2011-09-02 Rusty Russelltdb2: set tdb_error() on tdb_transaction_prepare_commit.
2011-08-31 Rusty Russelltdb2: enhance tdb1 porting document.
2011-08-31 Rusty Russelltdb2: delete old tdb1 tests.
2011-08-31 Rusty Russelltdb2: test: Speed up run-01-new_database.
2011-08-31 Rusty Russelltdb2: speed up testing.
2011-08-31 Rusty Russelltdb2: test: convert (non-invasive) run tests to api...
2011-08-31 Rusty Russelltdb2: test: fix run-57-die-during-transaction.c to...
next