summaryrefslogtreecommitdiff
path: root/dbm
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-206-46/+46
* Use apr_psprintf() instead of apr_strerror() to avoid a worst case allocation.Graham Leggett2021-06-221-6/+5
* Fall back on default if the dbm type is unset.Graham Leggett2021-06-221-0/+8
* apr_dbm: Add dedicated apr_dbm_get_driver() function that returnsGraham Leggett2021-06-215-13/+56
* Fix error handling in gdbmStefan Fritsch2018-02-251-19/+29
* sdbm: better database/page validation to fail cleanly when corrupted.Yann Ylavic2017-09-232-40/+41
* Add include and lib paths for dependecies in some of the Gregg Lewis Smith2015-06-251-8/+8
* APR DSOs have .dll extension on Cygwin too.Jeff Trawick2013-10-051-1/+1
* Fix forever loop on NetWare when trying to get parent pool.Guenter Knauf2013-05-071-2/+4
* Forward port r1211223 from 1.4:Stefan Fritsch2012-07-162-16/+16
* And some more NetWare tweaks (forgotten files).Guenter Knauf2012-05-032-10/+6
* Suppress a potential warning about an ignored return value.Graham Leggett2011-11-281-1/+1
* Remove variables that we assign but never read.Graham Leggett2011-11-281-2/+1
* Refactored for single apr/ treeWilliam A. Rowe Jr2011-06-012-16/+16
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-182-2/+2
* Fixed include paths in NetWare dbm makefiles.Guenter Knauf2011-03-072-4/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-062-2/+10
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-062-2/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-063-22/+12
* For now, revert part of r979891 to fix test breakage. But the error handlingStefan Fritsch2010-07-281-2/+5
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-1/+1
* Support Berkeley DB 5.0.Jeff Trawick2010-04-261-3/+3
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-022-9/+9
* Refactor away apu_version legacy cruftWilliam A. Rowe Jr2009-12-211-3/+3
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-175-9/+9
* The resource stub name changes for the libapr migrationWilliam A. Rowe Jr2009-12-172-2/+2
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-163-24/+24
* more NetWare build tweaks.Guenter Knauf2009-06-283-12/+12
* Fix race conditions in initialisation of DBD, DBM and DSO.Bojan Smojver2009-06-101-2/+11
* APR->APU conversion of DSO buildfoo; rename --disable-util-dso toJoe Orton2009-03-241-5/+5
* Merge APR-Util trunk into APR.Paul Querna2009-03-2417-0/+3900