1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added factory methods for segmented connection readers. More... over 13 years ago
Converted the outgoing encryption layer from frames to segments. More... over 13 years ago
Converted incoming encryption layer from frames to segments. More... over 13 years ago
Updated transport constants and renamed some test classes. More... over 13 years ago
Renamed some classes. More... over 13 years ago
Segmented plugin interfaces should extend general plugin interfaces. More... over 13 years ago
Decryption code for tagging every segment. More... over 13 years ago
Unit tests for tagging every segment. More... over 13 years ago
Initial support for tagging every segment (untested). More... over 13 years ago
Pass segments rather than frames to/from segmented plugins. More... over 13 years ago
Unit tests for segmented encrypter and decrypter. More... over 13 years ago
Encrypter and decrypter for segmented transports (untested). More... over 13 years ago
APIs for segmented transports. More... over 13 years ago
Frame-at-a-time decryption. More... over 13 years ago
Frame-at-a-time encryption. More... over 13 years ago
Refactoring. More... over 13 years ago
Callback should not be null. More... over 13 years ago
Avoid making alien calls with locks held. More... over 13 years ago
If the reader detects a clean close, let the writer finish and close cleanly. More... over 13 years ago
Added BoundedExecutor and documented executor policies. More... over 13 years ago
Fixed Bluetooth shutdown issues. More... over 13 years ago
Debugging Bluetooth threading issues. More... over 13 years ago
Close the invitation socket early if a connection is received. More... over 13 years ago
Cancel outstanding tasks and shut down the executor. More... over 13 years ago
Converted plugin executor to ScheduledExecutorService. More... over 13 years ago
Log the server socket details to make it easier to run manual tests between two machines. More... over 13 years ago
Added a connection registry to avoid creating redundant connections. More... over 13 years ago
Plugin code cleanup. More... over 13 years ago
Let the plugin determine whether to flush the output stream after each packet. More... over 13 years ago
Plugins may dispose of resources differently depending on whether a connection was recognised. More... over 13 years ago