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
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 248 of 253
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed javadocs from prototype repo (push them to the website instead).
akwizgran
More...
almost 14 years ago
Removed redundant frame number from header.
akwizgran
More...
almost 14 years ago
Javadocs.
akwizgran
More...
almost 14 years ago
Slightly modified ConnectionWriterImpl to write a full-size frame as soon as possible, rather than waiting for the next write.
akwizgran
More...
almost 14 years ago
Fixed a typo.
akwizgran
More...
almost 14 years ago
Added PaddedConnectionWriterTest to the ant buildfile.
akwizgran
More...
almost 14 years ago
Unit tests for PaddedConnectionWriter. Also broke some shared test code out into separate classes.
akwizgran
More...
almost 14 years ago
Writer and scheduler for fixed-rate connections (untested).
akwizgran
More...
almost 14 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...
almost 14 years ago
Unit tests for ConnectionWriterImpl.
akwizgran
More...
almost 14 years ago
Unit tests for ConnectionReaderImpl.
akwizgran
More...
almost 14 years ago
Removed unused code.
akwizgran
More...
almost 14 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...
almost 14 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...
almost 14 years ago
Changed maximum packet and message sizes in preparation for new transport format.
akwizgran
More...
about 14 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...
about 14 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...
about 14 years ago
Derive separate keys for each direction.
akwizgran
More...
about 14 years ago
Removed the restriction that transport updates have to be written in delimited form.
akwizgran
More...
about 14 years ago
Each request packet should contain the unique ID of the offer to which it responds.
akwizgran
More...
about 14 years ago
Integration test for the protocol component.
akwizgran
More...
about 14 years ago
Made the lock fairness test more precise.
akwizgran
More...
about 14 years ago
Lock fairness test: check that fair ReentrantReadWriteLocks don't allow writers to starve. If this test passes on Java 5 and 6, we can get rid of SynchronizedDatabaseComponent and merge ReadWriteLockDatabaseComponent with DatabaseComponentImpl.
akwizgran
More...
about 14 years ago
Decoupled ProtocolReader (which belongs in the protocol component) from PacketReader (which belongs in the transport component).
akwizgran
More...
about 14 years ago
Updated FileReadWriteTest to use the transport component for encrypting and decrypting packets. Moved the test to the main package since it's an integration test for several components.
akwizgran
More...
about 14 years ago
Don't forget to check the MAC.
akwizgran
More...
about 14 years ago
Implemented PacketReader, renamed Packet{Reader,Writer}Factory in the protocol component to Protocol{Reader,Writer}Factory.
akwizgran
More...
about 14 years ago
Encrypt without allocating new buffers.
akwizgran
More...
about 14 years ago
Packet decrypter with unit tests. Decryption is complicated by the fact that the cipher wants to operate a block at a time even though it's in CTR mode.
akwizgran
More...
about 14 years ago
Use a constant for the tag size.
akwizgran
More...
about 14 years ago
←
1
2
…
244
245
246
247
248
249
250
251
252
253
→
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