summaryrefslogtreecommitdiff
path: root/libdb/db_lookup.c
Commit message (Expand)AuthorAge
* Simplify struct mandata memory allocationColin Watson2022-09-24
* Simplify split_content interfaceColin Watson2022-09-24
* Always allocate struct mandata on the heapColin Watson2022-09-24
* Simplify the filename_info interfaceColin Watson2022-09-23
* Move manual page file name utilities to lib/Colin Watson2022-09-23
* Remove infoalloc macroColin Watson2022-09-23
* Maintain multi key references in sorted orderColin Watson2022-09-19
* Simplify static analysis of fatal errorsColin 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
* Pacify gcc -fanalyzer in some database functionsColin Watson2022-01-02
* Assert that some xasprintf calls return non-NULLColin Watson2022-01-02
* Use Gnulib attribute.h properlyColin Watson2022-01-01
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Add several function attributes suggested by GCCColin Watson2019-08-25
* Fix some printf formatsColin Watson2019-08-25
* Use MYDBM_FILE->name for error messagesColin Watson2019-08-23
* Store database file name alongside its handleColin Watson2019-08-23
* Inline lower into name_to_keyColin Watson2019-02-05
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Port dblookup to gl_listColin Watson2019-02-04
* Port list_extensions to gl_listColin Watson2019-02-01
* Use bool type where appropriateColin Watson2019-01-26
* Remove useless if-before-free testsColin Watson2018-05-29
* 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
* update copyright yearsColin Watson2012-02-05
* * libdb/db_lookup.c (split_data): Use ngettext to translate stringsColin Watson2012-02-04
* * libdb/db_lookup.c (dblookup): As previous change, but for theColin Watson2009-06-21
* * libdb/db_lookup.c (dblookup): In exact mode, make sure extensionsColin Watson2009-06-21
* Add regular expression and shell wildcard search facilities to manColin Watson2008-12-25
* * libdb/db_lookup.c (make_content): Cast time_t value to long beforeColin Watson2008-12-03
* * libdb/db_lookup.c (infoalloc): Move to ...Colin Watson2008-08-06
* * configure.ac: Stop checking for memory.h (not used) and limits.hColin Watson2008-01-07
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.17.Colin Watson2007-12-13
* * 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_lookup.c (make_content): Restore (size_t) cast inColin Watson2007-02-14
* * 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
* Fix a slew of memory leaks, including a nasty per-search leak inColin Watson2007-01-07
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.15.Colin Watson2006-12-26
* * libdb/db_lookup.c (make_content): Break up dsize calculationColin Watson2006-07-03