0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored so that TrNet can handle multiple different interfaces More... about 13 years ago
more refactoring of TrNet and related classes More... about 13 years ago
remove eclipse cruft More... about 13 years ago
various refactorings, hopefully handle unsolicited connections now (untested), still figuring out PeerManager More... about 13 years ago
Switch to using logback More... about 13 years ago
Completely rework the low-level messaging. Make it more efficient, more robust, and make the code a lot clearer. More... about 13 years ago
checkpoint, unsolicited inbound isn't working - maybe rewrite UdpRemoteConnection More... about 13 years ago
initial work on PeerManager More... about 13 years ago
Rely less on ThreadLocal because it will screw up in callbacks More... about 13 years ago
Wow, RPC over encrypted UDP now works! See src/test/java/tahrir/io/net/TrNetTest.java for a rudimentary demonstration where two nodes call a method back and forth, with a parameter that increments each time. More... about 13 years ago
commit before branch for gwt More... about 13 years ago
Add skeleton sproutcore app More... about 13 years ago
Begin work on RPC system More... about 13 years ago
long reliable message sending now working (still needs lossy testing) More... about 13 years ago
migrate to ByteArraySegment rather than byte[]s More... about 13 years ago
call success() when ack is received on message More... about 13 years ago
simple reliable message send basic test complete More... about 13 years ago
clean up a little More... about 13 years ago
Low level messaging works, short reliable messaging implemented but not unit tests More... about 13 years ago
compilation error More... about 13 years ago
basic firewall hole-punching works and somewhat tested, but still some weirdness More... about 13 years ago
initial work on firewall hole-punching More... about 13 years ago
lowest level network api implemented and initial unit tests done More... about 13 years ago
tests pass More... about 13 years ago
pre-branch commit More... about 13 years ago
some top-down net stuff, use DynamicProxy for RPC, like GWT More... about 13 years ago
more work on net stuff, still haven't got the architecture right More... about 13 years ago
a little more work on lowest-level udp infrastructure More... about 13 years ago
various fixes, started work on udp communication infrastructure More... about 13 years ago
can now serialize pub-priv keys More... about 13 years ago