1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the rest of the send and process methods, based on the GO implementation; Added the rest of the handlers to ConnectionHandler (they should be separated though); More... over 11 years ago
Added valueOf for the OpCodes; Extracted the validators; More... over 11 years ago
Added synchronization to sendInit also (even if currently it's only called from the constructor); Extracted similar validations to static methods; More... over 11 years ago
Switch over to the extended handshake mechanism. More... over 11 years ago
Patch up the tests to detect goroutine failures. More... over 11 years ago
Changed the abstract classes to interfaces with default methods; Added the rest of the ConnectionApi method stubs; More... over 11 years ago
Code style changes; More... over 11 years ago
Separated the test charset from the protocol charset; More... over 11 years ago
Separated the Connection's higher layer from the Protocol's communication layer. Added tests for the communication layer's primitives; Implemented the sendVarint properly (it's not working for negative numbers, though); Made the DEFAULT_CHARSET package private; More... over 11 years ago
Code style changes; More... over 11 years ago
Added conversion between signed byte and unsigned byte (needs some tests); More... over 11 years ago
Added default implementations for recvByte and recvString with dummy recvVarint; More... over 11 years ago
Migrate to the new handshake mechanism. More... over 11 years ago
Clean up project admin stuff a bit. More... over 11 years ago
Merge branch 'master' of https://github.com/project-iris/iris-java More... over 11 years ago
Add reference to master contributor list. More... over 11 years ago
Add reference to master contributor list. More... over 11 years ago
Add reference to master contributor list. More... over 11 years ago
Add contributors from the Java binding. More... over 11 years ago
Code cleanup in Connection class. More... over 11 years ago
Added the Connection(2) interface based on the GO implementation; More... over 11 years ago
Added the SubscriptionHandler interface based on the GO implementation; More... over 11 years ago
Added rest of the functions for the Tunnel interface (with comments, based on the GO implementation); Added @NotNull and @Nullable annotations to the main Connection class; More... over 11 years ago
Add broadcast packet sending. More... over 11 years ago
Added error messages for broadcast test; More... over 11 years ago
Added new broadcast test; More... over 11 years ago
Renamed Relay to Connection; More... over 11 years ago
Code formatting; More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
Finalize handshake implementation. More... over 11 years ago