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
about 16 hours
ago. based on code collected
about 16 hours
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 250 of 253
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Listeners for subscription changes.
akwizgran
More...
about 14 years ago
Don't throw a DbException if a contact sends duplicate batches.
akwizgran
More...
about 14 years ago
Use the combination of batch ID and contact ID as the primary key for received and sent batches, since batches sent to or received from different contacts may contain identical lists of messages and therefore have identical IDs.
akwizgran
More...
about 14 years ago
Added CounterModeTest to ant buildfile.
akwizgran
More...
about 14 years ago
Unit tests for CTR-mode encryption.
akwizgran
More...
about 14 years ago
If no messages are added to a batch, don't call BatchWriter.finish() - this allows the caller to avoid creating an empty packet by delaying creation of the packet's header and trailer until something's written to the packet's body. Changed the return semantics of DatabaseComponent.generateBatch(ContactId, BatchWriter, Collection<MessageId>) so that the IDs of messages considered for inclusion in the batch but no longer sendable are also returned - this allows the caller to remove them from the set of requested IDs.
akwizgran
More...
about 14 years ago
Added support for registering listeners with the database that are called when new messages are available, and a new method hasSendableMessages(ContactId) that listeners can call to see whether it's worth trying to create a batch.
akwizgran
More...
about 14 years ago
Implemented subscription visibility. If a subscription is not visible to a contact, do not accept, offer, or send messages belonging to that group to or from that contact, and do not list that group in subscription updates sent to that contact.
akwizgran
More...
about 14 years ago
Added RequestReaderTest to ant buildfile.
akwizgran
More...
about 14 years ago
Request reader and unit test.
akwizgran
More...
about 14 years ago
Added RequestWriterImplTest to ant buildfile.
akwizgran
More...
about 14 years ago
Read and write offers. Mostly boilerplate.
akwizgran
More...
about 14 years ago
Implemented OfferWriter and RequestWriter, made all the writers reusable (though not thread-safe), and guiced the readers.
akwizgran
More...
about 14 years ago
OK, I think that's enough unit tests for one day.
akwizgran
More...
about 14 years ago
Unit tests for DatabaseComponent.
akwizgran
More...
about 14 years ago
More unit tests for DatabaseComponent.
akwizgran
More...
about 14 years ago
More unit tests.
akwizgran
More...
about 14 years ago
Unit tests and a bugfix. THE SYSTEM WORKS!
akwizgran
More...
about 14 years ago
Unit tests.
akwizgran
More...
about 14 years ago
Unit tests and a bugfix for the new database methods.
akwizgran
More...
about 14 years ago
Database portion of the offer/request/transfer protocol (untested).
akwizgran
More...
about 14 years ago
Sign the message with the group's private key if the group is restricted, and check the signature if it should be present.
akwizgran
More...
about 14 years ago
Changed the message format to store the author and group inline - this doesn't take a huge amount of space and allows every message to be self-certifying.
akwizgran
More...
about 14 years ago
Removed salt from unrestricted groups: two unrestricted groups with the same name will now be treated as the same group (this seems more intuitive than the alternative).
akwizgran
More...
about 14 years ago
Switched to 256-bit ECDSA. Modified some tests because two signatures over the same data are not necessarily identical. Key generation is fast again - should I be worried? ;-)
akwizgran
More...
about 14 years ago
Use the BouncyCastle provider so we can be sure we won't get NoSuchAlgorithmExceptions. Key generation is *slow* - I guess that's a good sign. ;-)
akwizgran
More...
about 14 years ago
Removed unnecessary Raw interface.
akwizgran
More...
about 14 years ago
Readers, writers and factories for subscription and transport updates.
akwizgran
More...
about 14 years ago
Reduced the visibility of some classes.
akwizgran
More...
about 14 years ago
Moved writers into their own package, replaced public static fields in CryptoModule with provider methods.
akwizgran
More...
about 14 years ago
←
1
2
…
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