summaryrefslogtreecommitdiff
path: root/modules/database
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+3
* Add missing APLOGNO.Christophe Jaillet2014-07-191-3/+4
* NetWare build tweaks.Guenter Knauf2012-08-091-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-16/+16
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-20/+20
* mod_dbd: The dbd_prepared_init() function reported the result of the lastGraham Leggett2011-11-291-3/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-181-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-2/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-8/+8
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-221-4/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Switch mod_dbd to using APR_STATUS_IS_foo macros in error handlingNick Kew2009-08-212-15/+15
* Fix module scope, to avoid this, copy and past from loadable modules, not coreWilliam A. Rowe Jr2009-04-232-2/+2
* mod_dbd: add DBDInitSQL command. PR 46827Nick Kew2009-04-212-15/+91
* Remove anomalous copyright lineNick Kew2009-03-051-2/+1
* * modules/database/mod_dbd.cPaul Querna2008-10-291-1/+10
* Fix typo in r689224 (thanks rpluem for spotting it)Nick Kew2008-08-261-1/+1
* Try to get a meaningful error message when dbd_open failsNick Kew2008-08-261-2/+3
* Revert prior change; some of these are registeredWilliam A. Rowe Jr2008-06-062-13/+13
* No.William A. Rowe Jr2008-06-062-13/+13
* Handle integer configuration directive parameters with a dedicatedChris Darroch2008-04-091-19/+24
* reverted r553031 since it breaks Linux/Unix platform builds.Guenter Knauf2007-07-051-1/+5
* changed error message to use APU_DBD_DRIVER_FMT for correct driver name;Guenter Knauf2007-07-041-5/+1
* apr_dbd_check_conn() just returns APR_SUCCESS or APR_EGENERAL, so weChris Darroch2007-05-191-1/+4
* removed obsolete -prefix; minor cosmetic changes.Guenter Knauf2007-03-221-20/+18
* added proper error message for NetWare.Guenter Knauf2007-03-221-0/+4
* Introduce configuration groups to allow inheritance by virtual hosts ofChris Darroch2007-02-061-153/+276
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-01-311-1/+1
* We now create memory sub-pools for each DB connection and close DBChris Darroch2007-01-161-66/+84
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-111-4/+16
* Fix several strict compiler warnings for both the threadedChris Darroch2007-01-041-8/+12
* Handle error conditions in dbd_construct() properly. SimplifyChris Darroch2007-01-021-113/+111
* Rename functions and variables for consistency, and move some functionsChris Darroch2007-01-021-233/+310
* Stop mod_dbd emitting bogus error messages when it's loadedNick Kew2006-12-101-0/+21
* * Add the missing include of http_request.h and thus fix a compiler warning.Ruediger Pluem2006-12-071-0/+1
* Stash DBD connections in request_config of initial requestChris Darroch2006-12-021-2/+24
* mod_dbd: Key the storage of prepared statements on the hex stringGraham Leggett2006-10-221-11/+2
* Log a message if we try to prepare a statement not attached to a hostname.Nick Kew2006-08-181-0/+2
* Don't use NULL s->server_hostname as hash lookup key.Nick Kew2006-08-181-5/+12
* Remove dependence on server config from ap_dbd_prepare, as that mayNick Kew2006-07-231-4/+28
* update license header textRoy T. Fielding2006-07-112-12/+12
* Revert Revision 397647William A. Rowe Jr2006-07-061-2/+2
* PR#39761Nick Kew2006-06-091-2/+5
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-271-2/+2
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-271-5/+5
* PR#39386: Fix merge-config to support prepared statements (Brian J. France)Nick Kew2006-04-231-0/+1
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-191-1/+1