summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd.c
Commit message (Expand)AuthorAgeFilesLines
* Create 'a trunk' to explain things as nick suggestswrowe2010-10-051-565/+0
* Remove redundant and wrongly structured code, *driver would notwrowe2008-11-211-14/+9
* Expose the apr_dso_handle_t when calling apu_dso_load, so that theminfrin2008-09-071-5/+5
* Make sure name is copied into the pool memory before being used in the hash.bojan2008-06-161-0/+1
* Make FreeTDS and ODBC drivers actually build.bojan2008-06-131-0/+6
* apr_dbd_odbc drivertdonovan2008-06-121-3/+6
* * Fix some gcc compiler warnings on Solaris with the Solaris LDAP SDKrpluem2008-06-041-2/+3
* Fix ifdef tests where the flags are booleans.wrowe2008-05-231-4/+4
* Clean all lingering maintainer mode emits, and drop apu_dso_init fromwrowe2008-05-231-1/+2
* Introduce an internal apu_dso API for loading modular components into thewrowe2008-05-221-31/+36
* Varargs demands APU_DECLARE_NONSTD since they cannot be passedwrowe2008-05-211-24/+68
* Make sure we can fit full DBD driver name into the pathbojan2008-05-171-1/+1
* Properly declare apr_dbd_mutex_lock/unlock when no threading availablebojan2007-11-131-2/+2
* Export apr_dbd_mutex_lock/unlock for the drivers to seebojan2007-11-121-2/+2
* Introduce apr_dbd_open_ex()bojan2007-10-301-4/+15
* * dbd/apr_dbd.c (apr_dbd_open): Recent glibc defines open() as a macrojorton2007-08-101-1/+1
* oups - the apr_snprintf() for the symbol should have kept.fuankg2007-07-111-1/+1
* reverted r553027;fuankg2007-07-101-3/+9
* added define APU_DBD_DRIVER_FMT to apu.h which sets the driver format to buil...fuankg2007-07-041-9/+3
* enable driver DSO build for NetWare.fuankg2007-04-061-0/+2
* * dbd/apr_dbd.c (apr_dbd_get_driver): Ensure driver DSOs have the samejorton2007-03-221-0/+3
* Unify parsing of prepared statements in DBDbojan2007-02-171-5/+155
* Fix typos in APU_DSO_BUILDbojan2007-01-301-3/+3
* Some fixes for DBD DSO stuffbojan2007-01-301-1/+1
* Add support for loading DBD drivers as DSOs:jorton2007-01-301-31/+36
* Update license headers.jerenkrantz2007-01-151-6/+6
* Implement DBD transaction modesbojan2006-06-141-0/+13
* Add support for column name, and protectionniq2006-03-311-3/+23
* Don't break if check_conn is NOTIMPL in a driverniq2005-11-141-2/+3
* PR#37325niq2005-11-011-3/+6
* Undo revision 321121 (reset doesn't do anything useful enoughniq2005-10-141-5/+0
* Add reset function (TBImpl) to apr_dbd APIniq2005-10-141-0/+5
* Make dbd thread mutex available to DBD driversniq2005-10-141-7/+23
* Add const-ness to apr_dbd_driver_t pointersniq2005-08-111-23/+23
* Remove conditional include from apr_dbd.h.niq2005-08-101-2/+0
* Revise apr_dbd to hide driver struct from public APIniq2005-08-091-0/+114
* SQLite3 transaction patch (submitted by Rick Keiner)niq2005-06-081-0/+4
* Add SQLite3 support for APR DBD.pquerna2005-05-051-0/+4
* - Rewrite the DBD tests to use the ABTS framework.pquerna2005-03-221-0/+3
* * dbd/apr_dbd.c (apr_dbd_init): Fix compiler warning from use ofjorton2005-02-241-0/+2
* Update autofoo to support MySQL build in principle (grotty hack),niq2005-02-211-26/+15
* * include/apr_dbd.hrooneg2005-02-051-2/+2
* * include/apr_dbd.hrooneg2005-02-051-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix license notice in apr_dbd stuffniq2005-02-021-8/+14
* Introducing apr_dbd stuffniq2005-02-021-0/+164