summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ntdb: add autoconf support.Rusty Russell2012-06-191-0/+41
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-193-4/+6
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-198-21/+24
* lib/dbwrap: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-191-1/+1
* lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-192-5/+5
* ntdb: update documentation.Rusty Russell2012-06-196-5821/+505
* ntdb: optimize ntdb_fetch.Rusty Russell2012-06-197-51/+59
* ntdb: add -h arg to ntdbrestoreRusty Russell2012-06-191-8/+28
* ntdb: reduce default hashsize on ntdbtorture.Rusty Russell2012-06-191-3/+10
* ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2012-06-192-2/+41
* ntdb: remove hash table trees.Rusty Russell2012-06-1936-1662/+1096
* ntdb: special accessor functions for read/write of an offset.Rusty Russell2012-06-193-50/+114
* ntdb: inline oob checkRusty Russell2012-06-196-14/+24
* ntdb: allocator attribute.Rusty Russell2012-06-1915-92/+311
* ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell2012-06-191-10/+8
* ntdb: simply disallow NULL names.Rusty Russell2012-06-193-10/+5
* ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell2012-06-191-1/+1
* ntdb: remove last block transactoin logic.Rusty Russell2012-06-191-44/+1
* ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell2012-06-198-88/+138
* ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell2012-06-196-46/+73
* ntdb: fix recovery data write.Rusty Russell2012-06-192-9/+36
* ntdb: enhance external-helper test code.Rusty Russell2012-06-196-18/+36
* ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2012-06-192-1/+11
* ccan: remove bogus debug print.Rusty Russell2012-06-191-1/+0
* ntdb: make fork test more thorough.Rusty Russell2012-06-192-9/+29
* ntdb: print \n at end of log messages in tests.Rusty Russell2012-06-191-1/+1
* ntdb: reduce race between creating file and getting open lock.Rusty Russell2012-06-191-23/+30
* ntdb: catch any valgrind errors in testRusty Russell2012-06-191-2/+2
* ntdb: catch any valgrind errors in testRusty Russell2012-06-191-1/+1
* ntdb: remove ntdb_error()Rusty Russell2012-06-1914-190/+144
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-19147-13727/+13576
* tdb2: Fix typo in TDB1_porting.txtKirill Smelkov2012-06-191-1/+1
* TDB2: more internal cleanups after TDB1 compatibility removal.Rusty Russell2012-06-1913-263/+239
* TDB2: remove TDB1 compatibility.Rusty Russell2012-06-1995-8164/+160
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-197-379/+2
* ccan: check for err.h ourselvesRusty Russell2012-06-192-0/+3
* tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij2012-06-191-4/+4
* lib/param: add missing prototype of lpcfg_parm_long()Stefan Metzmacher2012-06-181-0/+3
* attr: Look for attr/attributes.h too.Jelmer Vernooij2012-06-163-2/+4
* s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett2012-06-161-2/+2
* dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke2012-06-151-1/+0
* dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2012-06-152-4/+6
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-152-4/+6
* dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke2012-06-152-8/+8
* dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystringVolker Lendecke2012-06-152-4/+8
* dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2012-06-152-8/+8
* dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2012-06-152-4/+8
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-152-4/+4
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-152-4/+4
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-152-4/+4