2010-02-22 |
Rusty Russell | tdb: use tdb_nest_lock() for transaction lock. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: cleanup: find_nestlock() helper. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: cleanup: tdb_release_extra_locks() helper |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: cleanup: tdb_have_extra_locks() helper |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: don't suppress the transaction lock because of... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: cleanup: tdb_nest_lock/tdb_nest_unlock |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: cleanup: rename global_lock to allrecord_lock. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: commit 9b987e3923f7e8714acec6a2929435b1e6016645... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-22 |
Rusty Russell | tdb: port trivial differences across from SAMBA |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-11 |
Rusty Russell | Fix Joey's report of rename failing across moint points. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-04 |
Rusty Russell | tdb: use TDB_RECOVERY_INVALID_MAGIC rather than 0 |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-04 |
Rusty Russell | Add -k option to tdbtorture, run tdb_check at end. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-04 |
Rusty Russell | Don't use ~ in path, seems less reliable? |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-04 |
Rusty Russell | tdb: new test for dying during a transaction. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | ccanlint: fix scoring, add score details to --verbose. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Use raw .o files rather than -lccan |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Import 898b5edfe757cb145960b8f3631029bfd5592119 from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Fix bug where we used old clear_if_first when doing... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Change default behaviour: disallow nesting (safer). |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Import c1c0ede32dc00ed619d1cf5fda40a9de43995f3a from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Import 855391c1e37012b0d6c673a304bb8da8a1efcd72 from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Import f5c992bdaeb73ef726ff4728a9922721474cd6f5 from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Import 470750fa2e3cf987f10de48451b1ee13aab03907 from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | Import 03b3682e3fa53c9f5fdf2c4beac8b5d030fd2630 from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-02 |
Rusty Russell | New test: reveals race (found by Volker) when open... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-01 |
Rusty Russell | ccanlint: fix directory issues properly. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-02-01 |
Rusty Russell | Fix valgrind running with debugger. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-23 |
Rusty Russell | Fix config for browsing. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-20 |
Rusty Russell | Fix browser support. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-19 |
Rusty Russell | Make manifest code do chdir into appropriate directory. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-18 |
Rusty Russell | New test: run tests under valgrind. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-17 |
Rusty Russell | Joey's btree module. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-13 |
Rusty Russell | More --recursive fixes for manifest listing. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-13 |
Rusty Russell | Fix ccan.tar.bz2 tarball. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-06 |
Rusty Russell | Fix tests: path change because they're now run under... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-06 |
Rusty Russell | Makefile fixes: we now do dependencies properly for... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-06 |
Rusty Russell | Fix getting sub-depends. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-06 |
Rusty Russell | More header fixups: now it all compiles again. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2010-01-06 |
Rusty Russell | Remove old run-tests, clean up #includes to all be... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-11-21 |
Rusty Russell | New asort routine; unf. breaks under -Wmissing-prototyp... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-11-21 |
Rusty Russell | New talloc_set for auto-cleanup. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-11-19 |
Rusty Russell | Update where browsing points. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-11-19 |
Rusty Russell | asearch: typesafe binary search. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-20 |
Rusty Russell | Don't print full fail results on normal check |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-19 |
Rusty Russell | tdb: add -t (always transactional) to tdbtorture |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-19 |
Rusty Russell | tdb: add logging to tdb_check for more verbose answers. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-19 |
Rusty Russell | tdb: use logging and tdb_check in tdbtool |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-19 |
Rusty Russell | tdb: Add tdbtool to 'clean' |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-19 |
Rusty Russell | Import tdbtool from SAMBA (e440a2e11e78a562f97971c0dfe0... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-07 |
Rusty Russell | tools/ccanlint: build tests are now compulsory |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-07 |
Rusty Russell | Web updates. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-07 |
Rusty Russell | tdb: avoid checkfn on dead records, reorganize and... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-10-06 |
Rusty Russell | ccan/tdb: tdb_check() function. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-30 |
Rusty Russell | sparse_bsearch: new module |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-30 |
Rusty Russell | typesafe_cb: more support for typesafe compare functions. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-30 |
Rusty Russell | Fix documentation: actually, always evaluates to 0. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-29 |
Rusty Russell | tools: more build convenience work |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-29 |
Rusty Russell | tools: fix compile warning under Ubuntu |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-29 |
Rusty Russell | tdb: remove seqnum field from header |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-28 |
Rusty Russell | Fix "make check": this is temporary until we use ccanli... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-28 |
Rusty Russell | More test fixes. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | tap: pass tests after ccanlint changes. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | Now we compile everything into the tmp dir. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | ccan_depends: Fix up after tools changes. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | ccanlint: only compile _info once; speeds tdb test... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | Use -O not -O3: reduces ccan/tdb test time from 24... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | ccanlint: don't use total_score to separate kinds of... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | ccanlint: compile and run tests. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | tdb: no longer need seqnum store hack as we can read... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-25 |
Rusty Russell | tdb: allow reads after prepare commit |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-12 |
Rusty Russell | Build tests for ccan. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-08 |
Rusty Russell | Don't run dependent tests if one fails. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-08 |
Rusty Russell | Dependency checking (make sure .o files exist, prereq... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-08 |
Rusty Russell | Fix grab_file on other than regular files. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-09-08 |
Rusty Russell | Idris' dependency work. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-19 |
Rusty Russell | tdb: fix ecode setting on nonblocking brlock |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-19 |
Rusty Russell | tdb: fix the unlock calls on the GLOBAL_LOCK from previ... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-18 |
Rusty Russell | tdb: benchmark target. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-18 |
Rusty Russell | tdb: fix locking unlocking error introduced in cleanup |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-18 |
Rusty Russell | tdb: locking cleanup |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-18 |
Rusty Russell | Don't rely on terrible dup2 trick, use proper infrastru... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-11 |
Rusty Russell | Use _ convention everywhere: lock.c uses it already. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-11 |
Rusty Russell | Increase max size: I actually hit this with a large... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-11 |
Rusty Russell | Fix multiply by three error, stat to get initial size. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-11 |
Rusty Russell | Handle pre-existing records, wipe_all and repack (ldb... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-11 |
Rusty Russell | Port nested transaction allow from newer ctdb. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-05 |
Rusty Russell | Don't overwrite tdbs with different version numbers. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-04 |
Rusty Russell | Make TDB 32 bit clean (not just 31 bit) for systems... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-04 |
Rusty Russell | New test for endianness. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-04 |
Rusty Russell | Wean off TDB_ERRCODE. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-08-04 |
Rusty Russell | stringmap: fail path can print uninitialized var in... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Import from SAMBA tdb: |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Import from SAMBA tdb: |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Import from SAMBA tdb: |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Fix up non-TDB_TRACE compile. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Turn off TDB_TRACE again (shouldn't have left it on... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Remove const warning |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Don't fail mysteriously on existing trace file. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2009-07-29 |
Rusty Russell | Import from SAMBA tdb: |
commit | commitdiff | tree | snapshot (tar.gz zip) |
next |