summaryrefslogtreecommitdiff
path: root/modules/database
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-191-32/+3
* Log a better error message if initialisation fails on prepared statements.Nick Kew2006-03-161-0/+4
* Small spelling fix.Graham Leggett2005-12-281-1/+1
* Add the mod_dbd exports to the NetWare make fileBradley Nicholes2005-12-061-0/+5
* Improve defaults from 'test' values (and get meaningful errors onNick Kew2005-12-061-6/+9
* Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTDColm MacCarthaigh2005-11-292-13/+13
* A first stab at a win32 build environment for mod_dbd.Colm MacCarthaigh2005-11-291-0/+132
* Give DBD a set of _DECLARE macros consistent with other modules, so thatColm MacCarthaigh2005-11-292-13/+34
* PR#37553Nick Kew2005-11-212-65/+167
* Wrap exported functions in AP_DECLARENick Kew2005-11-211-8/+9
* Add defaults and comments for better robustness against misuseNick Kew2005-11-162-1/+5
* Fix (Chris Darroch) to register cleanup for persistent connectionNick Kew2005-11-161-20/+23