]> granicus.if.org Git - apache/history - modules/database/mod_dbd.c
Handle error conditions in dbd_construct() properly. Simplify
[apache] / modules / database / mod_dbd.c
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-06-09 Nick KewPR#39761
2006-04-23 Nick KewPR#39386: Fix merge-config to support prepared statemen...
2006-03-16 Nick KewLog a better error message if initialisation fails...
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 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-23 Nick KewAdd note on DBD APIs to Module Developer Changes in...
2005-09-21 Nick KewEliminate possible compiler warnings pointed out by...
2005-09-21 Nick KewMove mod_dbd from /experimental/ to /database/