1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored readers and writers. More... over 13 years ago
Builders for batches and bundles. More... over 13 years ago
Added start/end methods for writing indefinite lists and maps. More... over 13 years ago
Iterators throw FormatRuntimeException if a FormatException occurs, or RuntimeException if an IO error occurs. Reduced visibility of impl classes. More... over 13 years ago
Added type-safe accessors and iterator accessors for lists and maps. More... over 13 years ago
Modifying Protocol Buffers (or Thrift, or MessagePack, or any of the free ASN.1 implementations I could find) to support length constraints was more work than writing a custom serialisation format, so I wrote a custom format. More... over 13 years ago
Protocol Buffers will be used for the wire protocol. As a quick test it's now used to serialize transport details when creating an invitation. More... over 13 years ago
Added support for local transport details. Each bundle contains the sender's latest transport details. More... over 13 years ago
Transport details for contacts can be stored in the database (these are arbitrary key/value pairs that describe how to reach the contact using a particular transport). Moved the generic ContactId and Rating classes out of the database package of the API. More... over 13 years ago
Contact IDs are now auto-generated. More... over 13 years ago
More unit tests for DatabaseComponent. More... over 13 years ago
DatabaseComponent throws an exception instead of returning silently if a contact is removed during an operation involving that contact. More unit tests. More... over 13 years ago
Unit tests and bugfixes for DatabaseComponent. Merged code from various unique ID classes into a common superclass. More... over 13 years ago
Unit tests, refactoring and bugfixes for the database. Replies to messages in other groups no longer affect sendability, which makes it safe to delete all messages from a group when unsubscribing. More... over 13 years ago
Factored out the database cleaner. More... over 13 years ago
Unit tests for H2Database. More... over 13 years ago
Unit tests for i18n component. More... over 13 years ago
Enabled assertions in junit tests. More... over 13 years ago
Javadocs and unit tests. More... over 13 years ago
Changed "neighbour" to "contact" throughout (messy, but it's only going to get messier later). Also reordered some methods in DatabaseComponent impls. More... over 13 years ago
Added the ability to remove neighbours from the database (untested). More... over 13 years ago
Unit tests for InvitationWorker. More... over 13 years ago
Removed name from startTransaction(), merged the two batch-removal methods. More... over 13 years ago
More javadocs. More... over 13 years ago
Javadocs and unit tests, God help me. More... over 13 years ago
Replaced printlns with logging, moved delete() to FileUtils. More... over 13 years ago
More unit tests. More... over 13 years ago
More unit tests. More... over 13 years ago
Javadocs and unit tests. Woo! More... over 13 years ago
Added test jars and the first unit test. More... over 13 years ago