summaryrefslogtreecommitdiff
path: root/lib/ntdb
Commit message (Expand)AuthorAgeFilesLines
* docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.Günther Deschner2013-11-221-4/+0
* ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdb.3.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* Man pages for ntdb tools missingRusty Russell2013-08-206-5/+708
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-41/+0
* autoconf: build in NTDB.Rusty Russell2013-04-121-1/+1
* ntdb: don't call open hook when re-opening an existing database.Rusty Russell2013-03-232-13/+22
* ntdb: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-152-8/+10
* ntdb: fix database corruption when transaction doesn't change anything.Rusty Russell2013-02-203-15/+91
* ntdb: remove unused local variable.Rusty Russell2012-10-081-2/+0
* pyntdb: Fix init function for ntdb python module.Pierre Lejeune2012-09-251-2/+2
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-231-1/+1
* lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett2012-07-301-1/+1
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-5/+6
* ntdb: take advantage of direct access across expand.Rusty Russell2012-06-221-33/+15
* ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2012-06-222-0/+90
* ntdb: make database read-only during ntdb_parse() callback.Rusty Russell2012-06-226-24/+195
* ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell2012-06-221-14/+45
* ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell2012-06-225-33/+86
* ntdb: don't munmap the database on every close.Rusty Russell2012-06-222-13/+16
* ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell2012-06-221-1/+1
* ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell2012-06-2251-151/+187
* Add --disable-ntdb option for building.Jelmer Vernooij2012-06-211-0/+1
* ntdb: fix occasional abort in testing.Rusty Russell2012-06-201-1/+7
* ntdb: add autoconf support.Rusty Russell2012-06-191-0/+41
* 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
* 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