0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make sure that throwing from a pre-release hook cannot break anything. Closes #12 More... over 14 years ago
exclude the transitive hamcrest-core test dependency because we already have hamcrest-all More... over 14 years ago
Fsm no longer unconditionally marks a Connector as AVAILABLE if it fails to getConnection, but will now respect OUTDATED and SHUTDOWN states and leave them untouched. Closes #13 More... over 14 years ago
Fix data-race in Connector that could cause getConnection to return null. Closes #14 More... over 14 years ago
complete the javadoc for the TimingHook - this completes the javadoc for all things public in src/main/java More... over 14 years ago
begun work on the javadoc for the TimingHook, plus a minor refactoring More... over 14 years ago
javadoc for the StackDumpHook More... over 14 years ago
completed the javadoc for the JulLogHook More... over 14 years ago
complete the javadoc for the Hook interface More... over 14 years ago
refactoring to remove the ConnectionPoolDataSource parameter from the Hook interface and its runHook method - I doubt it will be missed More... over 14 years ago
formatting in the Settings javadoc More... over 14 years ago
bit of javadoc for the Hook interface More... over 14 years ago
javadoc for EventType More... over 14 years ago
add note on a possible data race bug More... over 14 years ago
a bit of javadoc to the hooks.EventType More... over 14 years ago
toss the CountingHook - it is obseleted by the CountUp- and -DownHooks. More... over 14 years ago
more spit, wax and polish for the Settings javadocs More... over 14 years ago
javadoc for @return on getters in Settings More... over 14 years ago
javadoc and test for CountUpHook, plus some wax on CountDownHook More... over 14 years ago
added javadoc and tests to the CountDownHook More... over 14 years ago
tiny bit of hooks javadoc More... over 14 years ago
fix javadoc warnings More... over 14 years ago
renamed FsmMixin to Fsm More... over 14 years ago
let the Settings class use good old synchronization instead of that hairy lock-free scheme it had going More... over 14 years ago
completed the javadocs for the Settings class More... over 14 years ago
add the beginnings of a python script that will eventually use the PyCha charting library to generate really nice charts from the output of benchmark runs More... over 14 years ago
wax More... over 14 years ago
wax More... over 14 years ago
add a todo on a potential race condition More... over 14 years ago
add a why-note on recent change More... over 14 years ago