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 15 hours
ago. based on code collected
about 15 hours
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 251 of 253
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Found the bug, it was just a SQL syntax error.
akwizgran
More...
about 14 years ago
Store group details in the database. Some tests are still failing...
akwizgran
More...
about 14 years ago
Bundles are gone - the batch-mode and stream-mode protocols now consist of independently encrypted and authenticated packets (Ack, Batch, Subscriptions and Transports so far).
akwizgran
More...
about 14 years ago
Removed Writer.close().
akwizgran
More...
about 14 years ago
Fixed more unit tests.
akwizgran
More...
about 14 years ago
Fixed unit tests.
akwizgran
More...
about 14 years ago
ReaderImpl now maintains either one or two bytes of lookahead, depending on the value of the first byte, so that an object's initial tag is included in the data seen by the ObjectReader. Digests and signatures can therefore be calculated over objects by their readers without any risk of ambiguity.
akwizgran
More...
about 14 years ago
Message timestamp should have TIMESTAMP type.
akwizgran
More...
about 14 years ago
Unit tests for HeaderReader.
akwizgran
More...
about 14 years ago
Marked unused classes for removal if they're not used later.
akwizgran
More...
about 14 years ago
Unit tests for BatchReader.
akwizgran
More...
about 14 years ago
Use mocks for test objects with no side-effects.
akwizgran
More...
about 14 years ago
Removed signatures from headers and bundles, since the transport's authentication will make them redundant.
akwizgran
More...
about 14 years ago
Catch ClassCastException when the encountered type doesn't match the expected type, and re-throw as FormatException.
akwizgran
More...
about 14 years ago
Defined which protocol objects require user-defined tags.
akwizgran
More...
about 14 years ago
Factored out header reading and batch reading into separate classes for easier testing.
akwizgran
More...
about 14 years ago
Nested user-defined objects (and collections of them) can now be read by registering ObjectReaders with the Reader.
akwizgran
More...
about 14 years ago
Every encoded object should include its identifying tag.
akwizgran
More...
about 14 years ago
Messages are no longer encoded as raw byte arrays.
akwizgran
More...
about 14 years ago
Defined some user-defined tags for protocol elements. Currently they're just adding redundancy, but in future they'll be used for parsing nested elements.
akwizgran
More...
about 14 years ago
Read and write user-defined tags.
akwizgran
More...
about 14 years ago
Fun fact: it's never worth writing a length as an int8.
akwizgran
More...
about 14 years ago
A more efficient encoding for short strings, raws, lists and maps. Now we can encode a list of three small integers in 4 bytes like MessagePack does, should that ever turn out to be useful.
akwizgran
More...
about 14 years ago
Cleaned up serial and protocol packages in preparation for user-defined types.
akwizgran
More...
about 14 years ago
Check that EOF occurs when expected.
akwizgran
More...
about 14 years ago
Added DroidSansFallback font for platforms without CJK fonts installed.
akwizgran
More...
about 14 years ago
Changed Eclipse project name to match repo name.
akwizgran
More...
about 14 years ago
Only check the beginnings of font names, since the exact names vary by platform.
akwizgran
More...
about 14 years ago
Upgraded to JUnit 4.9b3 for a Java 1.5 compatibility bugfix.
akwizgran
More...
about 14 years ago
Don't use FileUtils.getBriarDirectory() in tests.
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