1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code cleanup for the transport protocol. More... over 13 years ago
Use AES/GCM instead of AES/CTR and HMAC. More... over 13 years ago
Incremental subscription updates (untested). More... over 13 years ago
Use a DB index to avoid linear insertion time. More... over 13 years ago
Further progress towards incremental subscription updates. More... over 13 years ago
Use a separate linked list for each contact, containing visible groups. More... over 13 years ago
Keep a linked list of the IDs of subscribed groups. More... over 13 years ago
Fixed a test. More... over 13 years ago
Still trying to track down intermittent test failures under heavy load. More... over 13 years ago
Replaced sleep with a latch to prevent test failures under heavy load. More... over 13 years ago
Printlns to track down a test failure. More... over 13 years ago
Debugging code to track down TorPuginTest failures. More... over 13 years ago
Minor changes to serialisation library (mostly renaming). More... over 13 years ago
Simplified serialisation format. More... over 13 years ago
Optionally create a Tor plugin without a hidden service. Should speed up tests. More... over 13 years ago
Refactored PollingRemovableDriveMonitor, fixed test. More... over 13 years ago
Fixed LockFairnessTest - use latches instead of sleeping. More... over 13 years ago
Separated key agreement algorithm from signature algorithm. More... over 13 years ago
Fixed some key derivation bugs and removed an unnecessary argument. More... over 13 years ago
Encode the frame number at the start of the IV (easier to describe). More... over 13 years ago
Length prefix all KDF arguments. More... over 13 years ago
All KDF arguments must be either null-terminated or length-prefixed. More... over 13 years ago
Increased some timeouts to stop tests from failing under load. More... over 13 years ago
Increased some timeouts and added latches to stop tests failing under heavy load. More... over 13 years ago
Merged some redundant code. More... over 13 years ago
Partial implementation of the invitation protocol (untested). More... over 13 years ago
Upgraded hash function to SHA-384 and MAC to HMAC-SHA-384. More... over 13 years ago
Removed unused variables. More... over 13 years ago
Removed an unnecessary allocation. More... over 13 years ago
Added a flag to indicate the last frame of the connection. More... over 13 years ago