]> git.ozlabs.org Git - ccan/history - ccan
tools: fix bug in doc-extract, handle spaces in summary line
[ccan] / ccan /
2010-10-07 Rusty Russellcompiler, talloc: warn if return from realloc-like...
2010-10-06 Rusty Russelltdb: fixed unitialized vars.
2010-10-06 Rusty Russelltdb2: fix uninitialized var.
2010-10-06 Rusty Russellmodules: update documentation examples so they compile...
2010-10-06 Rusty Russellarray: fix example compile.
2010-10-06 Rusty Russellhash: fix examples so they compile.
2010-10-06 Rusty Russelltalloc: fix examples so they compile.
2010-10-06 Rusty Russellopt: fix examples so they compile.
2010-10-06 Rusty Russellalloc: fix examples so they compile.
2010-10-06 Rusty Russelltap: make examples compilable by ccanlint.
2010-10-05 Rusty Russellopt: fix warnings with gcc and -O.
2010-10-05 Rusty Russellopt: minor API tweaks.
2010-10-05 Rusty Russellopt: allow parameter names in arguments.
2010-10-05 Rusty Russellopt: remove unused debug function and code, test a...
2010-10-05 Rusty Russellopt: clarify option iteration a little.
2010-10-05 Rusty Russellopt: fix reporting of arguments when multiple arguments...
2010-10-03 Rusty Russellopt: Put actual options inside names.
2010-09-30 Rusty Russellopt: add support for showing default value.
2010-09-29 Rusty Russellopt: new module to parse commandline options.
2010-09-26 Rusty Russellcompiler: use everywhere.
2010-09-26 Rusty Russellread_write_all: use calloc instead of huge stack var...
2010-09-26 Rusty Russellogg_to_pcm: fix build.
2010-09-26 Rusty Russellnoerr: don't leave tmpnam entries in /tmp in tests.
2010-09-26 Rusty Russelltdb2: another test.
2010-09-26 Rusty Russelltdb2: make sure summary always has a graph in it.
2010-09-26 Rusty Russellcompiler: header for compiler-specific wrappers.
2010-09-25 Rusty Russellantithread: flesh out _info, update licence to GPLv3.
2010-09-25 Rusty Russellantithread: update example Makefile and arabella example.
2010-09-25 Rusty Russellalloc: fix case where poolsize is not a power of 2.
2010-09-25 Rusty Russellhash: fix overrun in test code.
2010-09-25 Rusty Russellalloc: fix uninitialized entry (thanks valgrind!)
2010-09-25 Rusty Russelltdb2: tools/
2010-09-25 Rusty Russelltdb: separate key and data size summary in tdb_summary().
2010-09-25 Rusty Russelltdb2: tdb_summary() implementation for tdb2.
2010-09-25 Rusty Russelltdb2: Move min size constant out where summary.c can...
2010-09-25 Rusty Russelltdb2: don't use probe arg to oob()
2010-09-25 Rusty Russelltdb: use optimal tally size for summary histograms.
2010-09-25 Rusty Russelltally: invert histograms so maximum is on top.
2010-09-25 Rusty Russelltally: don't add extra bucket unless buckets == 0
2010-09-25 Rusty Russelltally: simplify, add Y axis to graph.
2010-09-24 Rusty Russelltdb: implement tdb_summary.
2010-09-24 Rusty Russelltally: implement tally_total()
2010-09-24 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-24 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-09-24 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-23 Rusty Russelltdb: add mktdb tool.
2010-09-23 Rusty Russelltally: new module for tallying numbers.
2010-09-14 Rusty Russelltdb: fix test helper to include own header, fix functio...
2010-09-14 Rusty Russelltdb2: add missing prototype, move tdb_firstkey/tdb_next...
2010-09-14 Rusty Russelltdb2: implement tdb_firstkey/tdb_nextkey.
2010-09-14 Rusty Russelltdb2: add tdb_errorstr(), clean up error codes.
2010-09-14 Rusty Russelltdb2: update design doc.
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-13 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-09-13 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-09-13 Rusty Russelltdb: support tdb_check() on r/o databases.
2010-09-13 Rusty Russellalloc: No need for tiny.c to be executable.
2010-09-13 Rusty Russelltdb2: fix remapping inside tdb_traverse_read
2010-09-12 Rusty Russelltdb: missing files from checkin.
2010-09-11 Rusty Russelltdb: unify logging code in test dir.
2010-09-11 Rusty Russelltdb: make check more robust against recovery failures.
2010-09-11 Rusty Russelltdb: rewrite external agent for testing.
2010-09-10 Rusty Russelltdb: enforce hashing, via example hash in old rwlocks...
2010-09-10 Rusty Russelltdb: test that new-style TDBs with non-default hashes...
2010-09-09 Rusty Russellccanlint: allow _info file to specify tests not to...
2010-09-09 Rusty Russelltdb: new command openjh for tdbtool (to use Jenkins...
2010-09-09 Rusty Russelltdb2: don't hold access to tdb mmap during traverse.
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-09 Rusty Russelltdb2: update documentation.
2010-09-03 Rusty Russelltdb2: make valgrind happier.
2010-09-03 Rusty Russelltdb2: expand lock now nests inside other locks.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...
2010-09-03 Rusty Russelltdb2: document problems with moving or enlarging hash...
2010-09-03 Rusty Russelltdb2: traversal test.
2010-08-30 Rusty Russelltdb2: fix valgrind warnings.
2010-08-30 Rusty Russelltdb2: traverse and chainlock support.
2010-08-30 Rusty Russelltdb2: tdb_append implemented, beef up tests.
2010-08-30 Rusty Russelltdb2: more common code
2010-08-30 Rusty Russelltdb2: fix argument order for tdb_gradual_lock.
2010-08-30 Rusty Russelltdb2: extract common hashing code.
2010-08-30 Rusty Russelltdb2: fixes and test for hash enlargement.
2010-08-30 Rusty Russelltdb2: more tests, hash collision fixes, attribute support.
2010-08-30 Rusty Russelltests: now we run in tmp dir, always create temporary...
2010-08-30 Rusty Russelltdb: fix lock-tracking test code after gradual lock...
2010-08-28 Rusty Russelltdb2: new tests, and new fixes.
2010-08-28 Rusty Russelltdb2: check that records are of sufficient length in...
2010-08-27 Rusty Russelltdb2: split expand into functions and test separately.
2010-08-27 Rusty Russelltap: don't _exit on success
2010-08-26 Rusty Russelltdb2: more fixes and tests for enlarging hash.
2010-08-26 Rusty Russelltdb2: delete and fetch now work.
2010-08-26 Rusty Russelltdb2: clean up locking a little bit, fix hash wrap...
2010-08-26 Rusty Russelltdb2: now we can store a key!
2010-08-26 Rusty Russelltdb2: tdb_expand on empty database now tested.
2010-08-26 Rusty Russelltdb2: now checking a new empty database works.
2010-08-26 Rusty Russellhash: 64-bit hash functions should take 64-bit base.
2010-08-26 Rusty Russelltdb2: initial commit (doesn't work, still writing tests)
2010-08-16 Rusty Russellhash: 64 bit variants.
2010-08-13 Rusty Russelltdb: use tdb_lockall_gradual by default.
2010-08-13 Rusty Russelltdb: test and resolultion for tdb_lockall starvation.
2010-08-06 Rusty RussellAdd author and maintainer fields.
next