2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update javadocs. More... 25 days ago
Fix typos and add a few comments. More... 25 days ago
Release version. More... 2 months ago
Document RMI compatibility. More... 2 months ago
Update javadocs. More... 2 months ago
Update jacoco version. More... 2 months ago
When checking for equality, the RemoteMethod.equals method must be called instead of the compareTo method. More... 2 months ago
Update javadocs. More... 4 months ago
Make javadoc generation be quiet. More... 4 months ago
Release version. More... 11 months ago
More lenient restorable object race condition fixes. More... 11 months ago
Comment a random test failure. It should have been fixed with #d0548abbf3f4494ca32729dd6db62e45abe3387c (Fix a race condition which prevented lenient restorable methods from being restored.) More... 11 months ago
Update dependencies. More... 11 months ago
Release version. More... 12 months ago
Fix comment. More... 12 months ago
Fix a race condition which prevented lenient restorable methods from being restored. More... 12 months ago
Don't use virtual threads to cleanup cache entries, since it causes a memory leak of virtual threads. More... 12 months ago
Comment random test failure. More... about 1 year ago
Update javadocs. More... about 1 year ago
Eliminate wrapper class. More... about 1 year ago
Cleanup virtual thread support. More... about 1 year ago
Extra messaging for random test failure. More... about 1 year ago
Release version. More... over 1 year ago
Simplify exception processing a bit. More... over 1 year ago
Preserve the restorable lenient option when generating stubs. More... over 1 year ago
Update javadocs. More... over 1 year ago
Add a lenient option for restorable methods. More... over 1 year ago
Restorability only applies to the client-side method definition. More... over 1 year ago
Better comment. More... over 1 year ago
Only request RemoteInfos for restorable stubs, as explained by the existing (and valid) comment. There's no harm in obtaining more RemoteInfo objects, but they won't be used. More... over 1 year ago