| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Always make mod_*.h files available where they exist, modpath by modpath | William A. Rowe Jr | 2009-08-28 | 1 | -0/+2 |
* | Switch mod_dbd to using APR_STATUS_IS_foo macros in error handling | Nick Kew | 2009-08-21 | 2 | -15/+15 |
* | Fix module scope, to avoid this, copy and past from loadable modules, not core | William A. Rowe Jr | 2009-04-23 | 2 | -2/+2 |
* | mod_dbd: add DBDInitSQL command. PR 46827 | Nick Kew | 2009-04-21 | 2 | -15/+91 |
* | Remove anomalous copyright line | Nick Kew | 2009-03-05 | 1 | -2/+1 |
* | * modules/database/mod_dbd.c | Paul Querna | 2008-10-29 | 1 | -1/+10 |
* | Fix typo in r689224 (thanks rpluem for spotting it) | Nick Kew | 2008-08-26 | 1 | -1/+1 |
* | Try to get a meaningful error message when dbd_open fails | Nick Kew | 2008-08-26 | 1 | -2/+3 |
* | Revert prior change; some of these are registered | William A. Rowe Jr | 2008-06-06 | 2 | -13/+13 |
* | No. | William A. Rowe Jr | 2008-06-06 | 2 | -13/+13 |
* | Handle integer configuration directive parameters with a dedicated | Chris Darroch | 2008-04-09 | 1 | -19/+24 |
* | reverted r553031 since it breaks Linux/Unix platform builds. | Guenter Knauf | 2007-07-05 | 1 | -1/+5 |
* | changed error message to use APU_DBD_DRIVER_FMT for correct driver name; | Guenter Knauf | 2007-07-04 | 1 | -5/+1 |
* | apr_dbd_check_conn() just returns APR_SUCCESS or APR_EGENERAL, so we | Chris Darroch | 2007-05-19 | 1 | -1/+4 |
* | removed obsolete -prefix; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 1 | -20/+18 |
* | added proper error message for NetWare. | Guenter Knauf | 2007-03-22 | 1 | -0/+4 |
* | Introduce configuration groups to allow inheritance by virtual hosts of | Chris Darroch | 2007-02-06 | 1 | -153/+276 |
* | Implement a BASEDIR build environment variable to allow the NetWare build to ... | Bradley Nicholes | 2007-01-31 | 1 | -1/+1 |
* | We now create memory sub-pools for each DB connection and close DB | Chris Darroch | 2007-01-16 | 1 | -66/+84 |
* | Embed the .manifest files of all httpd binaries as a post-build | William A. Rowe Jr | 2007-01-11 | 1 | -4/+16 |
* | Fix several strict compiler warnings for both the threaded | Chris Darroch | 2007-01-04 | 1 | -8/+12 |
* | Handle error conditions in dbd_construct() properly. Simplify | Chris Darroch | 2007-01-02 | 1 | -113/+111 |
* | Rename functions and variables for consistency, and move some functions | Chris Darroch | 2007-01-02 | 1 | -233/+310 |
* | Stop mod_dbd emitting bogus error messages when it's loaded | Nick Kew | 2006-12-10 | 1 | -0/+21 |
* | * Add the missing include of http_request.h and thus fix a compiler warning. | Ruediger Pluem | 2006-12-07 | 1 | -0/+1 |
* | Stash DBD connections in request_config of initial request | Chris Darroch | 2006-12-02 | 1 | -2/+24 |
* | mod_dbd: Key the storage of prepared statements on the hex string | Graham Leggett | 2006-10-22 | 1 | -11/+2 |
* | Log a message if we try to prepare a statement not attached to a hostname. | Nick Kew | 2006-08-18 | 1 | -0/+2 |
* | Don't use NULL s->server_hostname as hash lookup key. | Nick Kew | 2006-08-18 | 1 | -5/+12 |
* | Remove dependence on server config from ap_dbd_prepare, as that may | Nick Kew | 2006-07-23 | 1 | -4/+28 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 2 | -12/+12 |
* | Revert Revision 397647 | William A. Rowe Jr | 2006-07-06 | 1 | -2/+2 |
* | PR#39761 | Nick Kew | 2006-06-09 | 1 | -2/+5 |
* | This resource /D syntax was pretty horridly imported into VS 2005, | William A. Rowe Jr | 2006-04-27 | 1 | -2/+2 |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 1 | -5/+5 |
* | PR#39386: Fix merge-config to support prepared statements (Brian J. France) | Nick Kew | 2006-04-23 | 1 | -0/+1 |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-19 | 1 | -1/+1 |
* | Remove a host of dependencies upon awk, using the same template for | William A. Rowe Jr | 2006-04-19 | 1 | -32/+3 |
* | Log a better error message if initialisation fails on prepared statements. | Nick Kew | 2006-03-16 | 1 | -0/+4 |
* | Small spelling fix. | Graham Leggett | 2005-12-28 | 1 | -1/+1 |
* | Add the mod_dbd exports to the NetWare make file | Bradley Nicholes | 2005-12-06 | 1 | -0/+5 |
* | Improve defaults from 'test' values (and get meaningful errors on | Nick Kew | 2005-12-06 | 1 | -6/+9 |
* | Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTD | Colm MacCarthaigh | 2005-11-29 | 2 | -13/+13 |
* | A first stab at a win32 build environment for mod_dbd. | Colm MacCarthaigh | 2005-11-29 | 1 | -0/+132 |
* | Give DBD a set of _DECLARE macros consistent with other modules, so that | Colm MacCarthaigh | 2005-11-29 | 2 | -13/+34 |
* | PR#37553 | Nick Kew | 2005-11-21 | 2 | -65/+167 |
* | Wrap exported functions in AP_DECLARE | Nick Kew | 2005-11-21 | 1 | -8/+9 |
* | Add defaults and comments for better robustness against misuse | Nick Kew | 2005-11-16 | 2 | -1/+5 |
* | Fix (Chris Darroch) to register cleanup for persistent connection | Nick Kew | 2005-11-16 | 1 | -20/+23 |