summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb2: make tdb1_open use attributes for logging, hash function.Rusty Russell2011-09-1425-210/+229
* tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.Rusty Russell2011-09-145-16/+20
* tdb2: remove double-open detection for TDB1 databases.Rusty Russell2011-09-141-38/+0
* tdb2: merge tdb1_context into tdb_context.Rusty Russell2011-09-1444-913/+848
* tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.Rusty Russell2011-09-1410-20/+23
* tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2Rusty Russell2011-09-1412-43/+58
* tdb2: don't cancel transactions on lock failures in tdb1 backend.Rusty Russell2011-09-141-5/+3
* tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAINRusty Russell2011-09-142-9/+17
* tdb2: make tdb1 use same low-level lock functions.Rusty Russell2011-09-146-335/+136
* tdb2: Make tdb1 use the tdb_file structure.Rusty Russell2011-09-1412-202/+206
* tdb2: add TDB_VERSION1 flag.Rusty Russell2011-09-142-1/+2
* tdb2: Make TDB1 code use TDB2's open flags.Rusty Russell2011-09-1424-165/+67
* tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompatible_hash()Rusty Russell2011-09-146-48/+72
* tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.Rusty Russell2011-09-1427-187/+168
* tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell2011-09-1423-397/+489
* tdb2: make tdb1 headers include tdb2 headers.Rusty Russell2011-09-142-29/+4
* tdb2: rearrange tdb_context layout so tdb1_context can matchRusty Russell2011-09-141-16/+16
* tdb2: add tdb1 code to build.Rusty Russell2011-09-141-1/+5
* tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack.Rusty Russell2011-09-141-4/+0
* tdb2: get rid of TDB1 mark and nonblock functions.Rusty Russell2011-09-145-42/+19
* tdb2: remove _PUBLIC_ in tdb1 functions.Rusty Russell2011-09-149-41/+36
* tdb2: Remove unused tdb1 functions.Rusty Russell2011-09-1417-710/+17
* tdb2: test: import tdb1's tests.Rusty Russell2011-09-1433-0/+2102
* tdb2: include tdb1 source in tests.Rusty Russell2011-09-141-0/+11
* tdb2: import TDB1 code.Rusty Russell2011-09-1415-0/+6787
* tdb2: make tests include a single mega-header to simplify future patchesRusty Russell2011-09-1450-408/+60
* tdb2: tdb_foreach()Rusty Russell2011-09-143-0/+117
* tdb2: keep link of every non-internal tdb.Rusty Russell2011-09-142-25/+22
* tdb2: save openhook, allow tdb_get_attribute() on it.Rusty Russell2011-09-144-18/+21
* tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()Rusty Russell2011-09-142-2/+27
* tdb2: add TDB_RDONLY flag, allow setting/unsetting it.Rusty Russell2011-09-148-16/+170
* tdb2: return TDB_ERR_RDONLY if trying to start a transaction on a R/O tdb.Rusty Russell2011-09-141-2/+11
* tdb2: save open_flags instead of mmap_flags.Rusty Russell2011-09-143-5/+11
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-145-3/+12
* tdb2: Hand error code to logging function.Rusty Russell2011-09-1410-15/+34
* tdb2: move transaction lockRusty Russell2011-09-141-2/+2
* tdb2: enforce TDB_CONVERTRusty Russell2011-09-144-0/+72
* tdb2: cleanup oob handling.Rusty Russell2011-09-143-25/+30
* tdb2: fix tdb_lock offset.Rusty Russell2011-09-141-1/+1
* tdb2: fix internal tdb_write_convert() error handling in tdb_open()Rusty Russell2011-09-141-4/+5
* tdb2: Fix to always use 64-bit offset definitionRusty Russell2011-09-147-11/+627
* ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPRRusty Russell2011-09-142-0/+18
* ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer2011-09-131-4/+2
* ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer2011-09-111-11/+3
* ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer2011-09-111-1/+4
* lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett2011-09-101-2/+2
* lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett2011-09-101-44/+44
* lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett2011-09-101-1/+14
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-103-14/+28
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-102-34/+64