summaryrefslogtreecommitdiff
path: root/dbm/apr_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-12/+12
* 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-211-9/+52
* 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
* 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-171-1/+1
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-14/+14
* 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-241-0/+296