summaryrefslogtreecommitdiff
path: root/lib/ntdb
AgeCommit message (Expand)AuthorFilesLines
2013-10-11ntdb: Make sure variables passed by value are initialized.Andreas Schneider1-2/+3
2013-08-21ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdb.3.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-19Man pages for ntdb tools missingRusty Russell6-5/+708
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2-0/+20
2013-05-28build: Remove autoconf build systemAndrew Bartlett1-41/+0
2013-04-12autoconf: build in NTDB.Rusty Russell1-1/+1
2013-03-23ntdb: don't call open hook when re-opening an existing database.Rusty Russell2-13/+22
2013-03-15ntdb: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2-8/+10
2013-02-20ntdb: fix database corruption when transaction doesn't change anything.Rusty Russell3-15/+91
2012-10-08ntdb: remove unused local variable.Rusty Russell1-2/+0
2012-09-25pyntdb: Fix init function for ntdb python module.Pierre Lejeune1-2/+2
2012-09-23ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett1-1/+1
2012-07-30lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett1-1/+1
2012-06-29ccan: we're subsystems, not a library.Rusty Russell1-5/+6
2012-06-22ntdb: take advantage of direct access across expand.Rusty Russell1-33/+15
2012-06-22ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2-0/+90
2012-06-22ntdb: make database read-only during ntdb_parse() callback.Rusty Russell6-24/+195
2012-06-22ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell1-14/+45
2012-06-22ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell5-33/+86
2012-06-22ntdb: don't munmap the database on every close.Rusty Russell2-13/+16
2012-06-22ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell1-1/+1
2012-06-22ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell51-151/+187
2012-06-21Add --disable-ntdb option for building.Jelmer Vernooij1-0/+1
2012-06-20ntdb: fix occasional abort in testing.Rusty Russell1-1/+7
2012-06-19ntdb: add autoconf support.Rusty Russell1-0/+41
2012-06-19ntdb: update documentation.Rusty Russell6-5821/+505
2012-06-19ntdb: optimize ntdb_fetch.Rusty Russell7-51/+59
2012-06-19ntdb: add -h arg to ntdbrestoreRusty Russell1-8/+28
2012-06-19ntdb: reduce default hashsize on ntdbtorture.Rusty Russell1-3/+10
2012-06-19ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2-2/+41
2012-06-19ntdb: remove hash table trees.Rusty Russell36-1662/+1096
2012-06-19ntdb: special accessor functions for read/write of an offset.Rusty Russell3-50/+114
2012-06-19ntdb: inline oob checkRusty Russell6-14/+24
2012-06-19ntdb: allocator attribute.Rusty Russell15-92/+311
2012-06-19ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell1-10/+8
2012-06-19ntdb: simply disallow NULL names.Rusty Russell3-10/+5
2012-06-19ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell1-1/+1
2012-06-19ntdb: remove last block transactoin logic.Rusty Russell1-44/+1
2012-06-19ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell8-88/+138
2012-06-19ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell6-46/+73
2012-06-19ntdb: fix recovery data write.Rusty Russell2-9/+36
2012-06-19ntdb: enhance external-helper test code.Rusty Russell6-18/+36
2012-06-19ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2-1/+11
2012-06-19ntdb: make fork test more thorough.Rusty Russell2-9/+29
2012-06-19ntdb: print \n at end of log messages in tests.Rusty Russell1-1/+1
2012-06-19ntdb: reduce race between creating file and getting open lock.Rusty Russell1-23/+30