| 2011-08-31 | Rusty Russell | tdb2: unify tdb1_fetch into tdb_fetch | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: unify tdb1_store into tdb_store | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: unify tdb1_open into tdb_open | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: disallow SEED attribute with TDB_VERSION1. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: make tdb1_open use attributes for logging, hash... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: make jenkins_hash function non-static, rename... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: remove double-open detection for TDB1 databases. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: merge tdb1_context into tdb_context. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Make TDB1 use the same tdb_hash() wrapper as... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: don't cancel transactions on lock failures in... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: suppress tdb1 backend logging when locking return... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: make tdb1 use same low-level lock functions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Make tdb1 use the tdb_file structure. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: add TDB_VERSION1 flag. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Make TDB1 code use TDB2's open flags. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_inco... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Make tdb1 share tdb_store flags, struct tdb_data... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: make tdb1 headers include tdb2 headers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: rearrange tdb_context layout so tdb1_context... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: remove TDB1 TDB_NO_FSYNC environment variable... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: get rid of TDB1 mark and nonblock functions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: remove _PUBLIC_ in tdb1 functions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Remove unused tdb1 functions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: test: import tdb1's tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: include tdb1 source in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: import TDB1 code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: make tests include a single mega-header to simpli... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: tdb_foreach() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: keep link of every non-internal tdb. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: save openhook, allow tdb_get_attribute() on it. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: add TDB_RDONLY flag, allow setting/unsetting it. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: return TDB_ERR_RDONLY if trying to start a transa... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: save open_flags instead of mmap_flags. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Hand error code to logging function. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: move transaction lock | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: enforce TDB_CONVERT | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: cleanup oob handling. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: fix tdb_lock offset. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: fix internal tdb_write_convert() error handling... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Rusty Russell | tdb2: Fix to always use 64-bit offset definition | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt tally_histogram to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt get_max_bucket to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt tally_approx_median to Samba coding conven... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt bucket_range to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt tally_mean to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt divls64 to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Avoid some // style comments in divls64 | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt divlu64 to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Avoid some // style comments in divlu64 | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt fls64 to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt tally_num to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt tally_add to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt renormalize to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt shift_overflows to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt bucket_min to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt bucket_of to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Adapt tally_new to Samba coding conventions | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Slightly simplify tally_new | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Fix a c++ warning | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-31 | Volker Lendecke | tally: Fix a c++ warning | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-30 | Rusty Russell | Makefile: speed fastcheck | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-30 | Rusty Russell | ccanlint: clean up reduced feature handling. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-30 | Rusty Russell | ccanlint: show each test as we execute it with -vv | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-30 | Rusty Russell | ccanlint: handle duplicate dependencies in _info | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-30 | Rusty Russell | ccanlint: add coverage variant of files. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-30 | Rusty Russell | ccanlint: keep separate array of compiled versions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | ccanlint: run tests under valgrind initially. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | ccanlint: add is_excluded() helper. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | tools: simplify get_safe_ccan_deps | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | ccanlint: fix warning about bogus return value. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | ccanlint: rename obj_list in examples_compile.c to... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | failtest: replay --failpath correctly on really failing... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | failtest: add --show-slowest | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | failtest: use ccan/time | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | failtest: use 64 bit offsets if available. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-29 | Rusty Russell | htable: fix tools/speed. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Joey Adams | build_assert: Remove stale LGPL license comment. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | tdb2: suppress valgrind testing on one test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | tdb: don't leak memory in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | tdb: only mark two files as failing, don't turn off... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | tdb: don't define _XOPEN_SOURCE ourselves, let config... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | tdb: don't use 'private' in headers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | ccanlint: tests_pass_valgrind_noleaks: handle FAIL... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | ccanlint: allow per-file restrictions, so we don't... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | failtest: plug memory leak. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | ccanlint: make valgrind understand child output. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | ccanlint: use ccan/time | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-24 | Rusty Russell | tools: reorder object files into alphabetical order. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | talloc_link: close memory leak in test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | read_write_all: fix leak in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | opt: neaten tests with helpers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | noerr: remove bogus LICENSE link. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | jmap: fix jmap_free, tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | jbitset: fix examples, remove test memory leak. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | grab_file: close memory leak in test. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-23 | Rusty Russell | alloc: fix !HAVE_BUILTIN_POPCOUNTL code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-08-22 | Rusty Russell | ccanlint: fix dependencies on tests_pass_without_features. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| next |