0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed intermittent test failure. More... over 14 years ago
adding getCreationTime More... over 14 years ago
fixing up merge mess again :( and fixing a miss behavior of getChidren in the inMemoryConnection More... over 14 years ago
Merge branch 'master' of [email protected]:joa23/zkclient More... over 14 years ago
Squashed commit of the following: More... over 14 years ago
ZkClient doesn't throw InterruptedExceptions anymore. Instead, we set the interrupt flag and rethrow a ZkInterruptedException, which is a unchecked exception. More... over 14 years ago
Avoid throwing IOExceptions (use RuntimeException instead). More... over 14 years ago
Convert KeeperExceptions to unchecked exceptions (ZkException). More... over 14 years ago
Session timeout set to 200 for test (for slower machines). More... over 14 years ago
Merge branch 'master' of [email protected]:joa23/zkclient More... over 14 years ago
Extended connection timeout to be more robust. More... over 14 years ago
Capture stdout during junit tests. More... over 14 years ago
Close event thread before connection. More... over 14 years ago
Reuse constructors. More... over 14 years ago
Minor clean-up. More... over 14 years ago
Always join on shutdown. More... over 14 years ago
Send new session events from event thread. More... over 14 years ago
Resolved intermittent failure. More... over 14 years ago
Renamed BaseZkClientTest to AbstractBaseZkClientTest so that it gets ignored from the ant test runs. More... over 14 years ago
Changed log level to debug. More... over 14 years ago
Merge branch 'master' of [email protected]:joa23/zkclient More... over 14 years ago
Improved handling of session timeouts. Introduced a new event thread that notifies listeners that are registered with the ZkClient. More... over 14 years ago
Moved Gateway to main code so that it can be used from other projects to implement tests. More... over 14 years ago
removing errors the merge left More... over 14 years ago
Merge branch 'master' of [email protected]:joa23/zkclient More... over 14 years ago
merging with trunk More... over 14 years ago
fixing all tests for memory client More... over 14 years ago
removing duplicate test More... over 14 years ago
merging with master More... over 14 years ago
refacoting the test to setup for memory test More... over 14 years ago