]> granicus.if.org Git - apache/history - modules/database
better error message
[apache] / modules / database /
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-08-21 Nick KewSwitch mod_dbd to using APR_STATUS_IS_foo macros in...
2009-04-23 William A. Rowe JrFix module scope, to avoid this, copy and past from...
2009-04-21 Nick Kewmod_dbd: add DBDInitSQL command. PR 46827
2009-03-05 Nick KewRemove anomalous copyright line
2008-10-29 Paul Querna* modules/database/mod_dbd.c
2008-08-26 Nick KewFix typo in r689224 (thanks rpluem for spotting it)
2008-08-26 Nick KewTry to get a meaningful error message when dbd_open...
2008-06-06 William A. Rowe JrRevert prior change; some of these are registered
2008-06-06 William A. Rowe JrNo.
2008-04-09 Chris DarrochHandle integer configuration directive parameters with...
2007-07-05 Guenter Knaufreverted r553031 since it breaks Linux/Unix platform...
2007-07-04 Guenter Knaufchanged error message to use APU_DBD_DRIVER_FMT for...
2007-05-19 Chris Darrochapr_dbd_check_conn() just returns APR_SUCCESS or APR_EG...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-03-22 Guenter Knaufadded proper error message for NetWare.
2007-02-06 Chris DarrochIntroduce configuration groups to allow inheritance...
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-16 Chris DarrochWe now create memory sub-pools for each DB connection...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-04 Chris DarrochFix several strict compiler warnings for both the threaded
2007-01-02 Chris DarrochHandle error conditions in dbd_construct() properly...
2007-01-02 Chris DarrochRename functions and variables for consistency, and...
2006-12-10 Nick KewStop mod_dbd emitting bogus error messages when it...
2006-12-07 Ruediger Pluem* Add the missing include of http_request.h and thus...
2006-12-02 Chris DarrochStash DBD connections in request_config of initial...
2006-10-22 Graham Leggettmod_dbd: Key the storage of prepared statements on...
2006-08-18 Nick KewLog a message if we try to prepare a statement not...
2006-08-18 Nick KewDon't use NULL s->server_hostname as hash lookup key.
2006-07-23 Nick KewRemove dependence on server config from ap_dbd_prepare...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-09 Nick KewPR#39761
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-23 Nick KewPR#39386: Fix merge-config to support prepared statemen...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-03-16 Nick KewLog a better error message if initialisation fails...
2005-12-28 Graham LeggettSmall spelling fix.
2005-12-06 Bradley NicholesAdd the mod_dbd exports to the NetWare make file
2005-12-06 Nick KewImprove defaults from 'test' values (and get meaningful...
2005-11-29 Colm MacCarthaighOptional functions are of __cdecl the kind on win32...
2005-11-29 Colm MacCarthaighA first stab at a win32 build environment for mod_dbd.
2005-11-29 Colm MacCarthaighGive DBD a set of _DECLARE macros consistent with other...
2005-11-21 Nick KewPR#37553
2005-11-21 Nick KewWrap exported functions in AP_DECLARE
2005-11-16 Nick KewAdd defaults and comments for better robustness against...
2005-11-16 Nick KewFix (Chris Darroch) to register cleanup for persistent...
2005-11-14 Nick KewFix driver-dependent potential memor-use bug in prepari...
2005-11-09 Nick KewWork if check_conn is NOTIMPL in a driver
2005-10-09 Nick KewSupport dbd connections tied to the conn_rec.
2005-09-30 Nick KewFix pool in dbd_construct, and set sensible config...
2005-09-24 André Malo* add svn:ignore to modules/database
2005-09-23 Nick KewAdd note on DBD APIs to Module Developer Changes in...
2005-09-21 Bradley NicholesAdd the NetWare makefile for mod_dbd
2005-09-21 Nick KewEliminate possible compiler warnings pointed out by...
2005-09-21 Nick KewMove mod_dbd from /experimental/ to /database/