summaryrefslogtreecommitdiff
path: root/libdb
Commit message (Expand)AuthorAge
* Use @LTLIBINTL@ rather than $(LIBINTL)Colin Watson2022-02-08
* libdb: link against libintl explicitlyFabian Groffen2022-02-07
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* libdb: Pacify gcc -Wempty-bodyColin Watson2022-01-30
* mandb: Don't modify DB without changing its mtimeColin Watson2022-01-30
* libdb: Remove unused MYDBM_CRWOPEN macroColin Watson2022-01-29
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move appendstr out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Fix build system following changes to include/*.hColin Watson2022-01-16
* Use MAYBE_UNUSED rather than _GL_UNUSEDColin Watson2022-01-09
* Pacify gcc -fanalyzer in some database functionsColin Watson2022-01-02
* Pacify gcc -fanalyzer in dbdeleteColin 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
* Order results manually for NDBM as well as GDBMColin Watson2019-08-26
* Add several function attributes suggested by GCCColin Watson2019-08-25
* Fix some printf formatsColin Watson2019-08-25
* Remove several unused macrosColin Watson2019-08-25
* Pass database file name in function parametersColin Watson2019-08-23
* 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
* Add helper functions for common container casesColin Watson2019-02-03
* Replace hashtable with Gnulib containersColin Watson2019-02-03
* Port list_extensions to gl_listColin Watson2019-02-01
* Simplify includes using Gnulib's fcntl moduleColin Watson2019-01-26
* Use bool type where appropriateColin Watson2019-01-26
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* Fix build with Berkeley DBColin Watson2018-08-02
* Remove useless if-before-free testsColin Watson2018-05-29
* Switch to bootstrapColin Watson2018-05-28
* Fix invalid man-db.conf with --disable-cache-ownerColin Watson2018-04-06
* Fix compiler warnings on x32Colin Watson2018-04-05
* Confine most untrusted data handling using seccompColin Watson2017-12-03
* gnulib: Import memmem moduleColin Watson2017-07-10
* Upgrade to Automake 1.15.1.Colin Watson2017-07-10
* Separate cache owner from --enable-setuid optionColin Watson2016-12-09
* Upgrade to Libtool 2.4.6-2 (from Debian)Colin Watson2016-11-21
* Remove lots of unnecessary inline qualifiersColin Watson2015-12-07
* Upgrade to Automake 1.15.Colin Watson2015-08-02
* Clean up freeing of datum structuresColin Watson2015-04-08
* Stop storing the database handle in a global variableColin Watson2015-04-08
* gnulib: Import strcasestr module.Colin Watson2014-10-23
* Fix tests when build fs does not support high-precision timestampsColin Watson2014-09-24
* Make sure that generated shared libraries have no undefined symbolsColin Watson2014-09-17