8
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Feb 15, 2023 — Feb 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated build.xml version in preparation for release version 0.9.2. Included link to GitHub repo in docs. More... over 11 years ago
CHANGELOG update for c3p0-0.9.2-pre5 More... over 11 years ago
CHANGELOG update for c3p0-0.9.2-pre5 More... over 11 years ago
Some fixes to places where per-user config overrides may not have been honored, verified and updated docs with respect to per-user configs. More... over 11 years ago
Some fixes to places where per-user config overrides may not have been honored, verified and updated docs with respect to per-user configs. More... over 11 years ago
Updated version in source headers to c3p0-0.9.2-pre5 More... over 11 years ago
Updated version in source headers to c3p0-0.9.2-pre5 More... over 11 years ago
Unsync'ed access to identityToken (now a volatile field) to resolve an occasional deadlock. More... over 11 years ago
Unsync'ed access to identityToken (now a volatile field) to resolve an occasional deadlock. More... over 11 years ago
Fixed a bug where per-user-overrides were applied to beans that could not accept them (they belong to WrapperConnectionPoolDataSource, or ComboPooledDataSource, which reliably wraps that. More... over 11 years ago
Fixed a bug where per-user-overrides were applied to beans that could not accept them (they belong to WrapperConnectionPoolDataSource, or ComboPooledDataSource, which reliably wraps that. More... over 11 years ago
Some fixes to junit testing and MarshallUnmarshallDataSourcesJUnitTestCase. More... over 11 years ago
Some fixes to junit testing and MarshallUnmarshallDataSourcesJUnitTestCase. More... over 11 years ago
-- Splicing current c3p0 from GitHub on top of SourceForge imports -- More... over 11 years ago
Initial empty commit More... over 11 years ago
Factored out VM ID computation to mchange-commons-java. Upgraded version number (in progress) to 0.9.2-pre5 More... almost 12 years ago
Factored out VM ID computation to mchange-commons-java. Upgraded version number (in progress) to 0.9.2-pre5 More... almost 12 years ago
Modified to build against mchange-commons-java-0.2.3, fixed (hypothetical, probably never encountered) bug with respect to generating unique IDs for IdentityTokenizeds with identical identityHashCodes. More... almost 12 years ago
Modified to build against mchange-commons-java-0.2.3, fixed (hypothetical, probably never encountered) bug with respect to generating unique IDs for IdentityTokenizeds with identical identityHashCodes. More... almost 12 years ago
Fixed broken version on Maven dependency to mchange-commons-java. Version was hardcoded, now uses version number that c3p0 was built against. More... almost 12 years ago
Fixed broken version on Maven dependency to mchange-commons-java. Version was hardcoded, now uses version number that c3p0 was built against. More... almost 12 years ago
Reordered commans line arguments for Maven deploy. More... almost 12 years ago
Reordered commans line arguments for Maven deploy. More... almost 12 years ago
Fixed issues related to Maven deployment: removed bad RELEASE suffix from release versions; added workaround to Maven 2.2.1 deployment corruption bug, see http://jira.codehaus.org/browse/MNG-4301. More... almost 12 years ago
Fixed issues related to Maven deployment: removed bad RELEASE suffix from release versions; added workaround to Maven 2.2.1 deployment corruption bug, see http://jira.codehaus.org/browse/MNG-4301. More... almost 12 years ago
Removed bad RELEASE suffix from Maven release version. Set build.properties to use mchange-commons-java-0.2.2 More... almost 12 years ago
Removed bad RELEASE suffix from Maven release version. Set build.properties to use mchange-commons-java-0.2.2 More... almost 12 years ago
Updated source code headers to version we're currently working on, 0.9.2-pre3 More... almost 12 years ago
Updated source code headers to version we're currently working on, 0.9.2-pre3 More... almost 12 years ago
Required tests of PooledConnections to own the locks associated with those PooledConnections in order to prevent occasional deadlocks when PooledConnection.close() coincides with a Connection test. More... almost 12 years ago