summaryrefslogtreecommitdiff
path: root/modules/database/mod_dbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-291-8/+8
* Give DBD a set of _DECLARE macros consistent with other modules, so thatColm MacCarthaigh2005-11-291-8/+8
* PR#37553Nick Kew2005-11-211-65/+166
* Wrap exported functions in AP_DECLARENick Kew2005-11-211-8/+9
* Add defaults and comments for better robustness against misuseNick Kew2005-11-161-0/+1
* Fix (Chris Darroch) to register cleanup for persistent connectionNick Kew2005-11-161-20/+23
* Fix driver-dependent potential memor-use bug in preparing statementsNick Kew2005-11-141-1/+2
* Work if check_conn is NOTIMPL in a driverNick Kew2005-11-091-2/+4
* Support dbd connections tied to the conn_rec.Nick Kew2005-10-091-1/+43
* Fix pool in dbd_construct, and set sensible config defaultsNick Kew2005-09-301-7/+17
* Add note on DBD APIs to Module Developer Changes in new_features.Nick Kew2005-09-231-1/+1
* Eliminate possible compiler warnings pointed out by Joe.Nick Kew2005-09-211-17/+17
* Move mod_dbd from /experimental/ to /database/Nick Kew2005-09-211-0/+454