7
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
licence stuff More... about 13 years ago
in hook, also give time More... about 13 years ago
race bug - wip More... about 13 years ago
With close connection watch, don't warn if statement is not closed if statement release helper threads is also switched on. More... about 13 years ago
Stress Test More... about 13 years ago
Don't expose deprecated methods More... about 13 years ago
[maven-release-plugin] prepare for next development iteration More... about 13 years ago
[maven-release-plugin] prepare release bonecp-parent-0.7.1-rc4 More... about 13 years ago
Fix a regression - cache.putIfAbsent should have contained cache.put code. More... about 13 years ago
if we failed but still replaced connection, keep track of that More... about 13 years ago
Be less strict on what to consider as a connection failure. More... about 13 years ago
Test code coverage More... about 13 years ago
Cleanups, unit test fixes, coverage (100%) More... about 13 years ago
Test fixes More... about 13 years ago
Allow max connections == 1 More... about 13 years ago
Start tracking connection and incrementing creation count _before_ the connection has been offered to the pool. More... about 13 years ago
Merge branch 'master' of github.com:wwadge/bonecp More... about 13 years ago
WIP connection count test More... about 13 years ago
Merge branch 'master' of github.com:wwadge/bonecp More... about 13 years ago
MemorizeTransaction fixes - WIP More... about 13 years ago
If driverproperties doesn't contain username/pass settings but config username/pass contains them, set them in the properties. More... about 13 years ago
Merge branch 'master' of github.com:wwadge/bonecp More... about 13 years ago
javadoc More... about 13 years ago
Code coverage More... about 13 years ago
Unit tests + coverage More... about 13 years ago
Add pool name to unclosed connection warning. More... about 13 years ago
Allow connectionmaxage thread to utilize lifo mode correctly. More... about 13 years ago
Stop monitoring this connection if the connection has been returned to the pool (even if thread is still alive eg in case of tomcat recycling connections). More... about 13 years ago
Pass in lifo/fifo mode to connectionMaxAge param. More... about 13 years ago
On connection destroy, remove from finalizable ref queue even if thread is still alive to avoid a superflous warning. More... about 13 years ago