| 2011-03-07 | Andreas Schlick | tdb2: Correct the comment explaining tdb_brlock(). | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-02 | Rusty Russell | cast: new limited cast package inspired by Jan Engelhar... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-02 | Rusty Russell | ccanlint: give a point per compile_ok/compile_fail... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-02 | Rusty Russell | ccanlint: don't fail just because we don't have positiv... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-02 | Rusty Russell | configurator: more robust test for HAVE_NESTED_FUNCTIONS | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | iscsi, nfs, opt, tap: use config.h instead of defining... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: update design.lyx | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: failtest on tdb_fetch | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: failtest on tdb_store | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: failtest on tdb_expand | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: fix pread/pwrite error handling in fill and tdb_w... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: allow read-only databases to use locking. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove zero-length write optimization. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: change API to return the error value. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework tdb.c internal functions to return enum... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework summary.c internal functions to return... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework check.c internal functions to return enum... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework transaction.c internal functions to return... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework free.c functions to return enum TDB_ERROR. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework hash.c functions to return enum TDB_ERROR. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework remaining io.c functions to return enum... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework some io.c functions to encode errors in... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework some io.c functions to return enum TDB_ERROR. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework io functions to return enum TDB_ERROR. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: restore file filling code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework lock.c functions to return enum TDB_ERROR. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rework lock.c static functions to return enum... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: Internal error helpers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: make error numbers negative. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove tdb_traverse_read | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: add comments to tdb2.h, reorder for maximum reada... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove redundant pending transaction error check. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove tdb_hashfn_t prototype | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove nesting support. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: simplify logging levels, rename TDB_DEBUG_* to... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove extraneous whitespace. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: fix leak on lock failure during open. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: log as a ERROR (not as TRACE) when unlocking... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: log a message on allocation failure in tdb_check() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: log an error when out of memory formatting message. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: close memory leak in traverse. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: close memory leak in tdb_check() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: use failtest for opening and checking database. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: fix leak in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: rename ->read and ->write functions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove looping for write | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | tdb2: remove looping for read on normal files. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | failtest: enhance tracing | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: prepend module headers before standard ones. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | config.h: HAVE_ASPRINTF | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | config.h: define _GNU_SOURCE | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: don't crash when given --target=hash_if and... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | noerr: don't use tempnam | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Andreas Schlick | failtest: Fix incorrect reuse of va_list in test/run... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | endian: use byteswap.h where available | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | compiler, talloc, tap, tdb2: use #if instead of #ifdef. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: check for #ifdef | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: run tests with reduced-feature config.h | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: compile module with reduced-feature config.h | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: create reduce-feature config.h | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: --compiler and --cflags options. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: read config.h to get compilation flags at... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | ccanlint: handle weird directories. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | config.h: idempotent-wrap the generated config.h | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | asort: handle !HAVE_NESTED_FUNCTIONS | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | failtest: fix locking code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-01 | Rusty Russell | failtest: fix tracepath bug. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-24 | Rusty Russell | tdb2: make tdb2 compile clean under -Wshadow. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-24 | Rusty Russell | jmap,likely,tdb2: use CCAN_<MODNAME>_DEBUG instead... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-24 | Rusty Russell | ccanlint: fix more potential segvs when reporting ccanl... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Joey Adams | ccan_tokenizer: update to be compatible with darray. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Joey Adams | darray: Renamed array module to darray and made several... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: detect leaks in children. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: hook can return FAIL_PROBE | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: record close events | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: call failtest_exit_check even in non-failing... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: be clearer when child times out. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: --debugpath= for really hard-to-find bugs. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: don't insert spurious failures if open would... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: don't insist parents and children write the... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: rely on the save/restore of files, don't... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: save entire file contents. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: don't use special data structure for storing... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: generic cleanup hooks | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: allow continuing after running a failpath. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: --tracepath | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: fix history when --failpath used | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: capture pread/pwrite | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: handle 2-argument open() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-15 | Rusty Russell | failtest: fcntl handling | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-17 | Rusty Russell | ccanlint: print coverage amount when -vv | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-17 | Rusty Russell | ccanlint: fix format error when test output contains % | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Rusty Russell | net: reset slen properly in testing. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Sam Vilain | net: fix tests on hosts where 'localhost' is v4 _and_ v6 | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Andreas Schlick | opt: Add a function to free the internal memory. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Andreas Schlick | opt: Correct the separator in _info's example. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Rusty Russell | ccanlint: recognise new BSD 3-clause license. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Rusty Russell | licenses: clarify which BSD license it is. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-22 | Rusty Russell | Merge branch 'daemon-with-notify' of git://github.com... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-02-18 | Rusty Russell | web: delete unused tool binaries. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| next |