2011-09-13 |
Rusty Russell | tdb2: add tdb_attribute_tdb1_max_dead Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: expose and document tdb1_incompatible_hash. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make tdb1_null static. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: tdb_repack Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_wipe into tdb_wipe. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_check and tdb1_summary into tdb_check... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_transaction_start etc. into tdb_transaction... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_parse_record into tdb_parse_record Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_chainlock et al. into tdb_chainlock Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_traverse into tdb_traverse Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_store into tdb_store Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_delete into tdb_delete. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_append into tdb_append Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_fetch into tdb_fetch Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_store into tdb_store Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: unify tdb1_open into tdb_open Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: disallow SEED attribute with TDB_VERSION1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make tdb1_open use attributes for logging, hash... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make jenkins_hash function non-static, rename... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: remove double-open detection for TDB1 databases. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: merge tdb1_context into tdb_context. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Make TDB1 use the same tdb_hash() wrapper as... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: don't cancel transactions on lock failures in... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: suppress tdb1 backend logging when locking returns... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make tdb1 use same low-level lock functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Make tdb1 use the tdb_file structure. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: add TDB_VERSION1 flag. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Make TDB1 code use TDB2's open flags. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompati... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Make tdb1 share tdb_store flags, struct tdb_data... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make tdb1 headers include tdb2 headers. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: rearrange tdb_context layout so tdb1_context... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: add tdb1 code to build. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: remove TDB1 TDB_NO_FSYNC environment variable... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: get rid of TDB1 mark and nonblock functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: remove _PUBLIC_ in tdb1 functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Remove unused tdb1 functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: test: import tdb1's tests. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: include tdb1 source in tests. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: import TDB1 code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: make tests include a single mega-header to simplify... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: tdb_foreach() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: keep link of every non-internal tdb. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: save openhook, allow tdb_get_attribute() on it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb_compat: make tdb2s temporarily read-only for tdb_travers... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: add TDB_RDONLY flag, allow setting/unsetting it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: return TDB_ERR_RDONLY if trying to start a transaction... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: save open_flags instead of mmap_flags. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb_compat: adapt to tdb2 API change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Hand error code to logging function. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: move transaction lock Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: enforce TDB_CONVERT Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: cleanup oob handling. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: fix tdb_lock offset. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: fix internal tdb_write_convert() error handling... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | tdb2: Fix to always use 64-bit offset definition Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-09-13 |
Rusty Russell | ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPR Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-08-31 |
Rusty Russell | tdb2: add full LGPL headers Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-08-31 |
Rusty Russell | MAINTAINERS.txt: ping me about CCAN changes Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-08-31 |
Rusty Russell | ccan: fix likely redefinition warnings with --enable... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-08-31 |
Rusty Russell | tdb2: fix build with --enable-tdb2 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-08-16 |
Rusty Russell | tdb: increment sequence number in tdb_wipe_all(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-07-25 |
Rusty Russell | lib/ccan: update to init-1192-gdd04041 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-07-25 |
Rusty Russell | lib/ccan: add README Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-07-06 |
Rusty Russell | ccan/tally: don't use SIZE_MAX. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-07-05 |
Rusty Russell | ccan: fix configure tests for __builtin_clz etc. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-21 |
Rusty Russell | lib/ccan/tally.h: update for FreeBSD compile. Author: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_compat: respect TDB_NO_FSYNC environment variable... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: tie it into build process if --enable-tdb2-breaks... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: create tdb2 versions of various testing TDBs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: python wrapper Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | source3/lib/util_tdb.c: operation timeout support for... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: minor changes to SAMBIFY it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_compat: Higher level API fixes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_compat: use tdb_open_compat. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: tdb_parse_record() returns negative errors, not -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | source3/winbindd/idmap_tdb.c: tdb2 support for wrong... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_validate: TDB2 support for tdb_validate_child and... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | ldb: replace 'struct TDB_DATA' with 'TDB_DATA' Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_compat: use tdb_errorstr_compat() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_unlockall/tdb_unlockall_read: ignore return value. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_traverse/tdb_traverse_read: check returns for negative... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_chainunlock: ignore return value. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_chainlock: check returns for 0, not -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_transaction_cancel: ignore return value. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_transaction_commit: check returns for 0, not -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_store: check returns for 0, not -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_delete: check returns for 0, not -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_fetch_compat: use instead of tdb_fetch. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | tdb_compat.h: divert every tdb build and includes to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | lib/tdb_compat: header for tdb1 vs tdb2. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2011-06-20 |
Rusty Russell | source3/smdb/files.c: file_name_hash to use Jenkins...
|
commit | commitdiff | tree |