summaryrefslogtreecommitdiff
path: root/libdb/db_store.c
Commit message (Expand)AuthorAge
* Add several function attributes suggested by GCCColin Watson2019-08-25
* Remove several unused macrosColin Watson2019-08-25
* Use MYDBM_FILE->name for error messagesColin Watson2019-08-23
* Fix compiler warnings on x32Colin Watson2018-04-05
* Clean up freeing of datum structuresColin Watson2015-04-08
* Stop storing the database handle in a global variableColin Watson2015-04-08
* Make a few libdb functions staticColin Watson2014-09-16
* Remove old and broken FAST_BTREE codeColin Watson2014-09-13
* Use high-precision timestamps for manual pagesColin Watson2014-09-11
* * libdb/db_store.c (compare_ids): Fix documentation of returnColin Watson2009-08-26
* Cope with some more cases of database corruption (Debian bugColin Watson2009-08-22
* * libdb/db_store.c (replace_if_necessary): Always replace if theColin Watson2009-08-20
* * libdb/db_store.c (replace_if_necessary): Prevent misleadingColin Watson2009-06-20
* * libdb/db_store.c (compare_ids): If the promote_links argument isColin Watson2008-12-08
* * configure.ac: Stop checking for memory.h (not used) and limits.hColin Watson2008-01-07
* * 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_store.c (dbstore): Rename basename to base.Colin Watson2007-03-04
* * 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
* * libdb/db_store.c, libdb/db_ver.c: Correct gettext.h inclusions.Colin Watson2006-12-26
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.15.Colin Watson2006-12-26
* * 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
* Remove all database updating code from man. Instead, make it call mandbColin Watson2003-02-21
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* Using '.' as a name/extension separator in multi keys was a bad idea; use aColin Watson2002-06-24
* New compare_ids() function required for last-but-one commit (oops).Colin Watson2002-05-21
* Some more database fixups to cope with pathological situations involvingColin Watson2002-05-20
* Stop second and subsequent mandb runs from breaking the case of variousColin Watson2002-05-06
* Fix a case of replacing a multi key. Minor compile fixes.Colin Watson2002-05-01
* Make case-(in)sensitivity work properly in database lookups by extendingColin Watson2002-04-30
* Pass through much of the code adding 'const' where appropriate. This shouldColin Watson2002-04-28
* Add a new name element to the database so that we can supportColin Watson2002-04-26
* More whatis fixes. Document reasons why whatis parsing might fail inColin Watson2001-06-16
* Massive global style cleanup in src/*, and a couple of small documentationColin Watson2001-05-28
* Dispose of all the old catgets stuff. Replace with gettext idioms whereColin Watson2001-05-03
* Initial revisionColin Watson2001-04-26