openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Briar Project
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 245 of 251
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Renamed user-defined tags "user-defined type identifiers".
akwizgran
More...
over 13 years ago
Renumbered object identifiers to reflect removal of OFFER_ID.
akwizgran
More...
over 13 years ago
Offer IDs no longer need to be calculated or echoed in requests.
akwizgran
More...
over 13 years ago
Added an initiator flag (bit 31) to the IV.
akwizgran
More...
over 13 years ago
Order sendable messages by timestamp. Also fixed some comments.
akwizgran
More...
over 13 years ago
We can squeeze in a few more subscriptions.
akwizgran
More...
over 13 years ago
Don't forget 8 bytes for the timestamp.
akwizgran
More...
over 13 years ago
Increased the maximum packet size to 1 MiB.
akwizgran
More...
over 13 years ago
Renamed a couple of classes.
akwizgran
More...
over 13 years ago
Removed unnecessary transaction commit.
akwizgran
More...
over 13 years ago
Allow identical batches to be sent to multiple contacts.
akwizgran
More...
over 13 years ago
Map keys must be unique.
akwizgran
More...
over 13 years ago
Removed javadocs from prototype repo (push them to the website instead).
akwizgran
More...
over 13 years ago
Removed redundant frame number from header.
akwizgran
More...
over 13 years ago
Javadocs.
akwizgran
More...
over 13 years ago
Slightly modified ConnectionWriterImpl to write a full-size frame as soon as possible, rather than waiting for the next write.
akwizgran
More...
over 13 years ago
Fixed a typo.
akwizgran
More...
over 13 years ago
Added PaddedConnectionWriterTest to the ant buildfile.
akwizgran
More...
over 13 years ago
Unit tests for PaddedConnectionWriter. Also broke some shared test code out into separate classes.
akwizgran
More...
over 13 years ago
Writer and scheduler for fixed-rate connections (untested).
akwizgran
More...
over 13 years ago
Added optional padding to the frame format, so transports that are vulnerable to traffic analysis can frame their data independently of packet boundaries.
akwizgran
More...
over 13 years ago
Unit tests for ConnectionWriterImpl.
akwizgran
More...
over 13 years ago
Unit tests for ConnectionReaderImpl.
akwizgran
More...
over 13 years ago
Removed unused code.
akwizgran
More...
over 13 years ago
The word "tag" was overloaded, so from now on use "tag" for the predefined tags in the protocol and serial components, and "IV" for the encrypted IVs used to identify connections in the transport component.
akwizgran
More...
over 13 years ago
Frame the encrypted data independently of inter-packet boundaries and authenticate each frame before parsing its contents. Each connection starts with a tag, followed by any number of frames, each starting with the frame number (32 bits) and payload length (16 bits), and ending with a MAC (256 bits).
akwizgran
More...
over 13 years ago
Changed maximum packet and message sizes in preparation for new transport format.
akwizgran
More...
over 13 years ago
Moved the subscription and transport timestamps out of the contacts table so it's not necessary to hold a write lock on the (heavily used) contacts table to update them.
akwizgran
More...
over 13 years ago
Calculate the timestamp outside the subscription/transport update writer - this will allow it to be saved so new connections can work out whether they should send updates.
akwizgran
More...
over 13 years ago
Derive separate keys for each direction.
akwizgran
More...
over 13 years ago
←
1
2
…
241
242
243
244
245
246
247
248
249
250
251
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree