Commit Graph

2930 Commits (dev)
 

Author SHA1 Message Date
Brett Wooldridge e88cfcddfe documentation and code simplification. 11 years ago
Brett Wooldridge d6d2bc8eac JavaDoc 11 years ago
Brett Wooldridge 89a475af14 documentation and dead code removal 11 years ago
Brett Wooldridge 84c1474e4d JavaDoc 11 years ago
Brett Wooldridge 118e75792d [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge de886b3060 [maven-release-plugin] prepare release HikariCP-1.1.4 11 years ago
Brett Wooldridge 4bc66560b1 Merge branch 'dev'
* dev:
  Improve statement tracking.
11 years ago
Brett Wooldridge fbb3e88788 Improve statement tracking. 11 years ago
brettwooldridge 6584476e6a Update README.md 11 years ago
brettwooldridge 1aacae6a3c Update README.md 11 years ago
brettwooldridge bf2421fdc7 Update README.md 11 years ago
brettwooldridge 5e60b6dbd7 Update README.md 11 years ago
brettwooldridge b0472650fe Update README.md 11 years ago
Brett Wooldridge 7e17dc3d9e Added HSQLDB to instrumentation codex. 11 years ago
Brett Wooldridge 33093708e0 Derby net client added to codex. Also commented out Java 8 classes until we
figure out how to annotate the codex for java version-specifics.
11 years ago
Brett Wooldridge e1abe3bbf7 Set instrumentation flag in benchmark … mostly just so it’s easy to set and unset during testing. 11 years ago
Brett Wooldridge 7c8d8d071e Make sure to wrap/inject all ResultSets and set the parent _statement otherwise we get an
NPE in _checkException() which needs to bubble-up to the Statement level.
11 years ago
Brett Wooldridge 7d066aa63e Add missing ResultSet classes to codex for PostgreSQL. 11 years ago
Brett Wooldridge e12d84ed82 Use flag to avoid recursive close() calls (encountered in MariaDB). 11 years ago
Brett Wooldridge e621a55d4a Don’t add try..catch to static methods 11 years ago
Brett Wooldridge 51fce05ffc Add MariaDB to codex. 11 years ago
Brett Wooldridge 66a6e8052f Simplify classes by creating an inheritance hierarchy of the JDBC classes. 11 years ago
Brett Wooldridge dea09c0654 Add option to disable instrumentation. 11 years ago
Brett Wooldridge cc9ce4f874 Additional JDBC drivers added to codex. 11 years ago
Brett Wooldridge 0704aa0e01 Merge branch 'master' of https://github.com/ams2990/HikariCP into ams2990-master 11 years ago
Brett Wooldridge 718b65bd2a Merge branch 'dependency-fixes' of https://github.com/ams2990/HikariCP into ams2990-dependency-fixes 11 years ago
Brett Wooldridge 560f6d4fd0 Merge branch 'dev' of https://github.com/Brizth/HikariCP into Brizth-dev 11 years ago
Brett Wooldridge 83fcef54f9 Reenable 11 years ago
Brett Wooldridge 39f74267ac Mildly more realistic stubs. 11 years ago
Brett Wooldridge 60601d4b61 Reduce casting and unnecessary delegation. 11 years ago
Brett Wooldridge 28cbc5048f More work on codex based instrumentation. 11 years ago
Brett Wooldridge 7c640a6069 update benchmark jar 11 years ago
Antti Lampinen 63d67dfa19 Fixed an invalid timeout in java.sql.Connection.isValid call 11 years ago
Brett Wooldridge 28993fd439 Change to instrumentation classes specified in a codex file. Trying to deduce which
classes to instrument via reflection is futile given the bizarre class hierarchies of some
drivers.
11 years ago
Brett Wooldridge 8b651d8b78 Refactor experiment. 11 years ago
Brett Wooldridge 2bf2269606 Start development on new instrumentation. 11 years ago
Brett Wooldridge acbd0ab917 Merge branch 'experimental' 11 years ago
Andy Shulman 7b4d2f74ea Fix dependency tree 11 years ago
Andy Shulman 847980eb1f Remove Eclipse-specific files 11 years ago
Brett Wooldridge 7644159eb1 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge b180a60e90 [maven-release-plugin] prepare release HikariCP-1.1.3 11 years ago
Brett Wooldridge 81e4e8ffb3 Temporarily disable test. 11 years ago
Brett Wooldridge b905393bb7 Handle inheritance hierarchies better. 11 years ago
Brett Wooldridge 315d09d62f More tests 11 years ago
brettwooldridge 837c4bdb55 Update README.md 11 years ago
brettwooldridge 6229c5d414 Update README.md 11 years ago
Brett Wooldridge a2485dfa26 Add more connection pools for testing. 11 years ago
brettwooldridge bb33e1f4fe Update README.md 11 years ago
brettwooldridge 762392ca28 Update README.md 11 years ago
brettwooldridge c28f34b2d3 Update README.md 11 years ago