2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 23 minutes ago. based on code collected 23 minutes ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update javadocs. More... 21 days ago
Custom Executor only needs to implement AutoCloseable instead of Closeable. More... 21 days ago
Random identifier for server session id must be non-zero. Client session identifier cannot change after it's written, so use the sequence generated identifier as before. In addition, the use of a sequence makes it possible to detect if a newly connected socket is for an old session and should be discarded. A random number works too in practice, due to the unlikely case that a collision occurs. More... about 2 months ago
Update javadocs. More... about 2 months ago
Generate session identifiers using a secure random number generator. More... about 2 months ago
Release version. More... 6 months ago
Update dependency. More... 7 months ago
Remove compiler warnings and prepare for next Maker version. More... 7 months ago
Update dependency. More... 7 months ago
Release version. More... 9 months ago
Add test for data method mismatches. More... 9 months ago
Perform stronger early validation upon exported objects. More... 9 months ago
Make the test be a bit more lenient, due to race conditions. More... 9 months ago
Update changelog. More... 10 months ago
Update javadocs. More... 10 months ago
Add support for data methods. More... 10 months ago
Eagerly attempt to restore stubs after a reconnect. More... 10 months ago
For consistency, set the restored root support after setting the writer. More... 10 months ago
Ensure that UnimplementedException is logged. More... 10 months ago
Update some comments. More... 10 months ago
Fix usage of compareAndExchange. More... 10 months ago
Separate constructor making from method making. More... 10 months ago
Rename a parameter for clarity. More... 10 months ago
Drop special treatment for default methods. The feature was never implemented properly anyhow. More... 10 months ago
Improve close reason when root stub is a wrapper. More... 10 months ago
Add test failure comment. More... 10 months ago
Finish cleaning up after a disposed stub by calling the correct method. Bug was introduced with change #1a1e0499f1ea3c3499996c7ba009e659a20b468e More... 10 months ago
Rename a few methods for clarity. More... 10 months ago
Update some comments. More... 10 months ago
Only allocate StubInvoker instances when necessary. More... 10 months ago