Brett Wooldridge
|
e621a55d4a
|
Don’t add try..catch to static methods
|
12 years ago |
Brett Wooldridge
|
51fce05ffc
|
Add MariaDB to codex.
|
12 years ago |
Brett Wooldridge
|
66a6e8052f
|
Simplify classes by creating an inheritance hierarchy of the JDBC classes.
|
12 years ago |
Brett Wooldridge
|
dea09c0654
|
Add option to disable instrumentation.
|
12 years ago |
Brett Wooldridge
|
cc9ce4f874
|
Additional JDBC drivers added to codex.
|
12 years ago |
Brett Wooldridge
|
560f6d4fd0
|
Merge branch 'dev' of https://github.com/Brizth/HikariCP into Brizth-dev
|
12 years ago |
Brett Wooldridge
|
83fcef54f9
|
Reenable
|
12 years ago |
Brett Wooldridge
|
39f74267ac
|
Mildly more realistic stubs.
|
12 years ago |
Brett Wooldridge
|
60601d4b61
|
Reduce casting and unnecessary delegation.
|
12 years ago |
Brett Wooldridge
|
28cbc5048f
|
More work on codex based instrumentation.
|
12 years ago |
Antti Lampinen
|
63d67dfa19
|
Fixed an invalid timeout in java.sql.Connection.isValid call
|
12 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.
|
12 years ago |
Brett Wooldridge
|
8b651d8b78
|
Refactor experiment.
|
12 years ago |
Brett Wooldridge
|
2bf2269606
|
Start development on new instrumentation.
|
12 years ago |
Brett Wooldridge
|
81e4e8ffb3
|
Temporarily disable test.
|
12 years ago |
Brett Wooldridge
|
b905393bb7
|
Handle inheritance hierarchies better.
|
12 years ago |
Brett Wooldridge
|
315d09d62f
|
More tests
|
12 years ago |
Brett Wooldridge
|
a2485dfa26
|
Add more connection pools for testing.
|
12 years ago |
Brett Wooldridge
|
831c1b8f5d
|
command line parameters.
|
12 years ago |
Brett Wooldridge
|
5e4cf64909
|
Change checkClosed() method from private to protected for access by Javassist proxies.
|
12 years ago |
Brett Wooldridge
|
2db908d177
|
Remove unused class.
|
12 years ago |
Brett Wooldridge
|
7560ee2308
|
Remove unnecessary delegation.
|
12 years ago |
Brett Wooldridge
|
fc08920d6f
|
Add checkClosed() call to generated Connection proxy methods.
|
12 years ago |
Brett Wooldridge
|
a70c02b2f4
|
More JIT warmup.
|
12 years ago |
Brett Wooldridge
|
5326e543e7
|
Correctness
|
12 years ago |
Brett Wooldridge
|
abadd6723a
|
Fixup null check
|
12 years ago |
Brett Wooldridge
|
8fcbc29ce9
|
Remove experimental code.
|
12 years ago |
Brett Wooldridge
|
615a74aace
|
change variable name for clarity
|
12 years ago |
Brett Wooldridge
|
524cea67a0
|
remove inheritance
|
12 years ago |
Brett Wooldridge
|
a1871abb14
|
make final
|
12 years ago |
Brett Wooldridge
|
f0f1f1409e
|
Change factory/constructor signature
|
12 years ago |
Brett Wooldridge
|
52dec2f2f5
|
Method shrinkage to try to get below inline threshold.
|
12 years ago |
Brett Wooldridge
|
a2eee447b2
|
More performance tweaks.
|
12 years ago |
Brett Wooldridge
|
69a6ff2fb5
|
Inject try catch
|
12 years ago |
Brett Wooldridge
|
7233f21a1c
|
Remove connection url, it is a DataSource property
|
12 years ago |
Brett Wooldridge
|
d20695c2da
|
Minor tweaks
|
12 years ago |
Brett Wooldridge
|
53376d601e
|
Eliminate some unneeded casts.
|
12 years ago |
Brett Wooldridge
|
c69e18265e
|
Fix datasource path after package change.
|
12 years ago |
Brett Wooldridge
|
1f013c3f09
|
Refactor to allow injection of proxy code into JDBC classes from the user's driver.
|
12 years ago |
Brett Wooldridge
|
0b58689069
|
Package refactor.
|
12 years ago |
Brett Wooldridge
|
99a3416bd3
|
Temporarily disable instrumentation during development.
|
12 years ago |
Brett Wooldridge
|
1f5ab6c149
|
Fleshing out the instrumentation agent.
|
12 years ago |
Brett Wooldridge
|
8a3643d634
|
More work on class transformer
|
12 years ago |
Brett Wooldridge
|
640321b9ac
|
Use stub data sour e
|
12 years ago |
Brett Wooldridge
|
648bef1bbe
|
Moved stubs to mock package
|
12 years ago |
Brett Wooldridge
|
cf1f1286b0
|
Class transformer
|
12 years ago |
Brett Wooldridge
|
76c9f95573
|
Remove unused import
|
12 years ago |
Brett Wooldridge
|
c2e939f345
|
Add a benchmark using hsqldb
|
12 years ago |
Brett Wooldridge
|
805e65b969
|
Streamline inheritance and proxy generation.
|
12 years ago |
Brett Wooldridge
|
a6b27ef2a3
|
Add auto commit setting, and population of driver properties.
|
12 years ago |