summaryrefslogtreecommitdiff
path: root/libdb/db_btree.c
Commit message (Expand)AuthorAge
* mandb: Don't modify DB without changing its mtimeColin Watson2022-01-30
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Store database file name alongside its handleColin Watson2019-08-23
* Add helper functions for common container casesColin Watson2019-02-03
* Replace hashtable with Gnulib containersColin Watson2019-02-03
* Simplify includes using Gnulib's fcntl moduleColin Watson2019-01-26
* Fix build with Berkeley DBColin Watson2018-08-02
* Remove useless if-before-free testsColin Watson2018-05-29
* Remove lots of unnecessary inline qualifiersColin Watson2015-12-07
* Remove old and broken FAST_BTREE codeColin Watson2014-09-13
* Move database mtime out of the database into file metadataColin Watson2014-09-10
* * libdb/db_btree.c, libdb/db_ndbm.c: Stop including "flock.h",Colin Watson2011-06-16
* Build libman and libmandb as shared libraries, reducing ourColin Watson2010-09-26
* * libdb/db_btree.c, libdb/db_storage.h, libdb/mydbm.h, src/catman.c,Colin Watson2008-01-07
* * libdb/db_btree.c (dbstore): Rename basename argument to base toPeter Breitenlohner2008-01-04
* * gnulib/lib/asnprintf.c, gnulib/lib/asprintf.c,Colin Watson2007-10-20
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* * libdb/db_btree.c (btree_close, btree_flopen, btree_replace,Colin Watson2007-06-18
* * libdb/db_btree.c (test_insert): Use debug function.Colin Watson2007-02-14
* * lib/debug.c: New file for debugging functions.Colin Watson2007-02-12
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* * libdb/db_btree.c, libdb/db_delete.c, libdb/db_gdbm.c,Colin Watson2003-03-10
* * libdb/db_btree.c (btree_findkey): Cast key.dsize to int when usingColin Watson2002-12-22
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* Separate the whatis and dblookup hashtables, removing the need for a typeColin Watson2002-08-10
* Split out the generic parts of src/hashtable.c into a hashtable library.Colin Watson2002-05-27
* Some more database fixups to cope with pathological situations involvingColin Watson2002-05-20
* Work around pathological behaviour in Berkeley DB when trying to open aColin Watson2002-05-15
* Initial revisionColin Watson2001-04-26