summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd.c
Commit message (Collapse)AuthorAgeFilesLines
* APR DSOs have .dll extension on Cygwin too.trawick2013-10-051-1/+1
| | | | | | | | | PR: 55587 Submitted by: Carlo Bramini <carlo.bramix libero.it> Reviewed by: trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1529554 13f79535-47bb-0310-9956-ffa450edef68
* fix feature test name in commenttrawick2013-09-071-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1520813 13f79535-47bb-0310-9956-ffa450edef68
* Fix forever loop on NetWare when trying to get parent pool.fuankg2013-05-071-2/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1479836 13f79535-47bb-0310-9956-ffa450edef68
* Mark apr_dbd_freetds as unsupported and remove it from all buildsniq2013-03-301-3/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1462772 13f79535-47bb-0310-9956-ffa450edef68
* Fix a trunk-only problem opening dbd drivers:trawick2010-04-071-0/+1
| | | | | | | | | | apr_version.h wasn't included, so APR_MAJOR_VERSION wasn't defined, so APR_STRINGIFY(APR_MAJOR_VERSION) returned "APR_MAJOR_VERSION", so we tried to open something like "apr_dbd_sqlite3-APR_MAJOR_VERSI". git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@931574 13f79535-47bb-0310-9956-ffa450edef68
* Refactor away apu_version legacy cruftwrowe2009-12-211-3/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@892984 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAwrowe2009-12-171-2/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@891835 13f79535-47bb-0310-9956-ffa450edef68
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-36/+36
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@794523 13f79535-47bb-0310-9956-ffa450edef68
* Fix race conditions in initialisation of DBD, DBM and DSO.bojan2009-06-101-1/+10
| | | | | | For 2.0, this is just a temporary solution, until this is re-engineered. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@783580 13f79535-47bb-0310-9956-ffa450edef68
* APR->APU conversion of DSO buildfoo; rename --disable-util-dso tojorton2009-03-241-8/+8
| | | | | | | | | | | | | | | | | | | | | --disable-modular-dso: * configure.in, Makefile.in: Use APR_DSO_MODULES for set of DSOs to build. * util-misc/apu_dso.c, include/private/apu_internal.h: Use macro APR_HAVE_MODULAR_DSO to determine whether modular DSO build is used. * build/dso.m4 (APR_MODULAR_DSO): Renamed from APU_CHECK_UTIL_DSO. Define APR_HAVE_MODULAR_DSO if modular DSO biuld is used. Add to LIBS not APRUTIL_LIBS. Rename configure flag to --disable-modular-dso to disable modular DSO build. * ldap/*.c, dbm/*.c, dbd/*.c, crypto/*.c: Adjust to use APR_HAVE_MODULAR_DSO. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757884 13f79535-47bb-0310-9956-ffa450edef68
* Merge APR-Util trunk into APR.pquerna2009-03-241-0/+565
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757704 13f79535-47bb-0310-9956-ffa450edef68