1
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Found the bug, it was just a SQL syntax error. More... about 14 years ago
Store group details in the database. Some tests are still failing... 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). More... about 14 years ago
Removed Writer.close(). More... about 14 years ago
Fixed more unit tests. More... about 14 years ago
Fixed unit tests. 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. More... about 14 years ago
Message timestamp should have TIMESTAMP type. More... about 14 years ago
Unit tests for HeaderReader. More... about 14 years ago
Marked unused classes for removal if they're not used later. More... about 14 years ago
Unit tests for BatchReader. More... about 14 years ago
Use mocks for test objects with no side-effects. More... about 14 years ago
Removed signatures from headers and bundles, since the transport's authentication will make them redundant. More... about 14 years ago
Catch ClassCastException when the encountered type doesn't match the expected type, and re-throw as FormatException. More... about 14 years ago
Defined which protocol objects require user-defined tags. More... about 14 years ago
Factored out header reading and batch reading into separate classes for easier testing. More... about 14 years ago
Nested user-defined objects (and collections of them) can now be read by registering ObjectReaders with the Reader. More... about 14 years ago
Every encoded object should include its identifying tag. More... about 14 years ago
Messages are no longer encoded as raw byte arrays. 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. More... about 14 years ago
Read and write user-defined tags. More... about 14 years ago
Fun fact: it's never worth writing a length as an int8. 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. More... about 14 years ago
Cleaned up serial and protocol packages in preparation for user-defined types. More... about 14 years ago
Check that EOF occurs when expected. More... about 14 years ago
Added DroidSansFallback font for platforms without CJK fonts installed. More... about 14 years ago
Changed Eclipse project name to match repo name. More... about 14 years ago
Only check the beginnings of font names, since the exact names vary by platform. More... about 14 years ago
Upgraded to JUnit 4.9b3 for a Java 1.5 compatibility bugfix. More... about 14 years ago
Don't use FileUtils.getBriarDirectory() in tests. More... about 14 years ago