1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use a single NetLayer instance for all connections. More... over 13 years ago
Minutes were invented in Java 1.6, apparently. More... over 13 years ago
Another unit test for the Tor plugin. More... over 13 years ago
Factory and unit test for the Tor plugin; moved slow tests into their own ant target. More... over 13 years ago
Tor plugin using Silvertunnel's Netlib (untested). More... over 13 years ago
Plan B: Remove error correction and reliability layers and the consequent distinction between segments and frames. More... over 13 years ago
Use a SortedMap for efficient insertions. More... over 13 years ago
Make room for the ack header. More... over 13 years ago
Tests and bugfixes for IncomingReliabilityLayerImpl. More... over 13 years ago
Incoming reliability layer with support for reordering (untested). More... over 13 years ago
Renamed a couple of classes. More... over 13 years ago
Allow the transport to specify the maximum segment length. More... over 13 years ago
Keep a stack of free segments to reduce allocations. More... over 13 years ago
Unit tests for IncomingErrorCorrectionLayerImpl. More... over 13 years ago
Tests and bugfixes for XOR encoder and decoder. More... over 13 years ago
Tests and bugfixes for XorErasureDecoder. More... over 13 years ago
Test and bugfixes for XorErasureEncoder. More... over 13 years ago
Outgoing error correction layer (untested). More... over 13 years ago
Incoming error correction layer (untested). More... over 13 years ago
Fixed the frame reordering window. More... over 13 years ago
Removed a redundant method. More... over 13 years ago
Frame reordering window. More... over 13 years ago
Moved connection window size to TransportConstants. More... over 13 years ago
Split the functionality of ConnectionWriterImpl into layers. More... over 13 years ago
Split the functionality of ConnectionReaderImpl into layers. More... over 13 years ago
Distinguish between recoverable and unrecoverable errors. More... over 13 years ago
Removed a println. More... over 13 years ago
Reduced the visibility of a class. More... over 13 years ago
Renamed frame cipher -> segment cipher, frame key -> segment key. More... over 13 years ago
Factory methods for segmented connection writers. More... over 13 years ago