| 2010-10-06 | Rusty Russell | ccanlint: more heuristics for compiling examples. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-06 | Rusty Russell | ccanlint: really fix failing test logic. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-06 | Rusty Russell | ccanlint: link api tests against compiled objects | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-06 | Rusty Russell | ccanlint: add somefunc() to help examples compile. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-06 | Rusty Russell | ccanlint: actually try to compile examples. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-06 | Rusty Russell | ccanlint: load file contents on demand, fix names for... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-06 | Rusty Russell | ccanlint: make sure we stop on failure of compulsory... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | ccanlint: fix -k has_examples | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | opt: fix warnings with gcc and -O. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | opt: minor API tweaks. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | opt: allow parameter names in arguments. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | opt: remove unused debug function and code, test a... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | opt: clarify option iteration a little. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-05 | Rusty Russell | opt: fix reporting of arguments when multiple arguments... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-03 | Rusty Russell | opt: Put actual options inside names. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-30 | Rusty Russell | opt: add support for showing default value. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-29 | Rusty Russell | opt: new module to parse commandline options. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | compiler: use everywhere. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | read_write_all: use calloc instead of huge stack var... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | ogg_to_pcm: fix build. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | noerr: don't leave tmpnam entries in /tmp in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | tdb2: another test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | tdb2: make sure summary always has a graph in it. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | config: more attributes defined. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | compiler: header for compiler-specific wrappers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-26 | Rusty Russell | ccanlint: handle gcov where there's actually no C code | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | antithread: flesh out _info, update licence to GPLv3. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | antithread: update example Makefile and arabella example. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | alloc: fix case where poolsize is not a power of 2. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | hash: fix overrun in test code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tools/ccanlint: extract examples in separate test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | alloc: fix uninitialized entry (thanks valgrind!) | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tdb2: tools/ | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tdb: separate key and data size summary in tdb_summary(). | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tdb2: tdb_summary() implementation for tdb2. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tdb2: Move min size constant out where summary.c can... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tdb2: don't use probe arg to oob() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tdb: use optimal tally size for summary histograms. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tally: invert histograms so maximum is on top. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tally: don't add extra bucket unless buckets == 0 | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-25 | Rusty Russell | tally: simplify, add Y axis to graph. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-24 | Rusty Russell | tdb: implement tdb_summary. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-24 | Rusty Russell | tally: implement tally_total() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-24 | Rusty Russell | tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-24 | Rusty Russell | tdb: automatically identify Jenkins hash tdbs | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-24 | Rusty Russell | tdb: add Bob Jenkins lookup3 hash as helper hash. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-23 | Rusty Russell | tdb: add mktdb tool. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-23 | Rusty Russell | tally: new module for tallying numbers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-14 | Rusty Russell | tools: restore -Wmissing-prototypes -Wmissing-declarations | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-14 | Rusty Russell | tdb: fix test helper to include own header, fix functio... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-14 | Rusty Russell | tdb2: add missing prototype, move tdb_firstkey/tdb_next... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-14 | Rusty Russell | tdb2: implement tdb_firstkey/tdb_nextkey. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-14 | Rusty Russell | tdb2: add tdb_errorstr(), clean up error codes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-14 | Rusty Russell | tdb2: update design doc. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | tdb: put example hashes into header, so we notice incor... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | tdb: fix tdb_check() on other-endian tdbs. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | tdb: fix tdb_check() on read-only TDBs to actually... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | tdb: support tdb_check() on r/o databases. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | alloc: No need for tiny.c to be executable. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | ccanlint: append NULL terminator to generated dependencies. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-13 | Rusty Russell | tdb2: fix remapping inside tdb_traverse_read | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-12 | Rusty Russell | tdb: missing files from checkin. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-11 | Rusty Russell | tdb: unify logging code in test dir. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-11 | Rusty Russell | tdb: make check more robust against recovery failures. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-11 | Rusty Russell | tdb: rewrite external agent for testing. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-10 | Rusty Russell | tdb: enforce hashing, via example hash in old rwlocks... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-10 | Rusty Russell | tdb: test that new-style TDBs with non-default hashes... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-10 | Rusty Russell | ccanlint: use familiar names for temporary files, show... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-10 | Rusty Russell | ccanlint: don't run valgrind tests in test dir. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-09 | Rusty Russell | ccanlint: print out compile targets for -vv. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-09 | Rusty Russell | ccanlint: allow _info file to specify tests not to... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-09 | Rusty Russell | tdb: new command openjh for tdbtool (to use Jenkins... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-09 | Rusty Russell | tdb2: don't hold access to tdb mmap during traverse. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-09 | Rusty Russell | tdb2: change to using a hash tree. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-09 | Rusty Russell | tdb2: update documentation. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-03 | Rusty Russell | Makefile: separate out junkpages target. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-03 | Rusty Russell | tdb2: make valgrind happier. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-03 | Rusty Russell | tdb2: expand lock now nests inside other locks. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-03 | Rusty Russell | tdb2: use immobile free buckets, rename tests to show... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-03 | Rusty Russell | tdb2: document problems with moving or enlarging hash... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-03 | Rusty Russell | tdb2: traversal test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-09-02 | Rusty Russell | junkcode: new addition. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: fix valgrind warnings. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | ccanlint: fix valgrind test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | ccanlint: fix compiler warning about return value of... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tools: only print out creating directory the first... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: traverse and chainlock support. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: tdb_append implemented, beef up tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: more common code | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: fix argument order for tdb_gradual_lock. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: extract common hashing code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: fixes and test for hash enlargement. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb2: more tests, hash collision fixes, attribute support. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | ccanlint: fix abort on "-d ..". | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tests: now we run in tmp dir, always create temporary... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | ccanlint: use up to three -v to mean more verbosity. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tools: add build_verbose to show every command executed. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-30 | Rusty Russell | tdb: fix lock-tracking test code after gradual lock... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-28 | Rusty Russell | tdb2: new tests, and new fixes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-08-28 | Rusty Russell | tdb2: check that records are of sufficient length in... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| next |