Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
briar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Dehm
briar
Commits
Commits · 53b5a61ab32c7061811a66424b54d3d28e374d74
53b5a61ab32c7061811a66424b54d3d28e374d74
Select Git revision
Selected
53b5a61ab32c7061811a66424b54d3d28e374d74
Branches
20
master
default
replace_gradle_witness
fix_nonlocalized_timestamp
fileStorage
implement-chunking
upgrade_roboletric_to_401
implement-mailbox-contact-sessions
541-faster-retransmission-eta
add_special_purpose_contacts
mailbox-b
mailbox
mailbox-jd
implement_mailbox_connection_manager
1343-vanniktech-emoji
541-allow-retransmission-if-faster
asp-temp
fix_performance_test_db
514-allow-retransmissions-using-lower-latency-transports
implement-SyncSession-writer-error-handling
add_special_purpose_contacts_refactored
Tags
16
beta-0.16.16
beta-0.16.10
beta-0.16.11
beta-0.16.12
beta-0.16.13
beta-0.16.14
beta-0.16.15
beta-0.16.9
beta-0.16.1
beta-0.16.2
beta-0.16.3
beta-0.16.4
beta-0.16.5
beta-0.16.6
beta-0.16.7
beta-0.16.8
37 results
briar
components
Author
Search by author
Any Author
authors
Julian Dehm
goapunk
1 author
Browse files
Sep 26, 2011
Replaced Database.getParent() with getGroupMessageParent().
· 53b5a61a
akwizgran
authored
Sep 26, 2011
53b5a61a
Sep 25, 2011
DatabaseComponent.setSeen() should call setStatusSeenIfVisible().
· 124188a0
akwizgran
authored
Sep 25, 2011
124188a0
Sep 23, 2011
Database refactoring to fix injection problems.
· 98ab5230
akwizgran
authored
Sep 23, 2011
98ab5230
Removed fake database password from Guice module.
· 2a92ed00
akwizgran
authored
Sep 23, 2011
2a92ed00
Added DatabaseComponent.setSeen() for handling requests.
· b470afb4
akwizgran
authored
Sep 23, 2011
b470afb4
Updated the visibility criteria of setStatusSeenIfVisible().
· ba1c6181
akwizgran
authored
Sep 23, 2011
ba1c6181
Extracted constants from DatabaseComponent interface.
· 7c6e0c34
akwizgran
authored
Sep 23, 2011
7c6e0c34
Don't do IO while holding database locks.
· b675c389
akwizgran
authored
Sep 23, 2011
b675c389
Sep 22, 2011
Implemented incoming and outgoing batch connections (untested).
· 09971c84
akwizgran
authored
Sep 22, 2011
09971c84
Sep 21, 2011
Removed writer's count of bytes written and renamed a method.
· b65d6631
akwizgran
authored
Sep 21, 2011
b65d6631
Added size-unlimited version of Database.getSendableMessages().
· 52f3b70c
akwizgran
authored
Sep 21, 2011
52f3b70c
Javadocs.
· eba68842
akwizgran
authored
Sep 21, 2011
eba68842
Where possible, do IO outside transactions and locks.
· e589d44d
akwizgran
authored
Sep 21, 2011
e589d44d
Don't call finish() unless at least one message ID was written.
· 43a6a22f
akwizgran
authored
Sep 21, 2011
43a6a22f
DatabaseComponent.generateAck() now returns a boolean.
· 8dd7ec93
akwizgran
authored
Sep 21, 2011
8dd7ec93
Expose the encryption and authentication overhead without breaking
· 10c3b217
akwizgran
authored
Sep 21, 2011
10c3b217
Allow the max packet length to be reduced from the default.
· 7e58b256
akwizgran
authored
Sep 21, 2011
7e58b256
Don't create empty packets.
· 77d61e0a
akwizgran
authored
Sep 21, 2011
77d61e0a
Expose serialisation overhead without breaking encapsulation.
· 3e60233a
akwizgran
authored
Sep 21, 2011
3e60233a
Removed getCapacity() from BatchWriter interface.
· 95c3fb4f
akwizgran
authored
Sep 21, 2011
95c3fb4f
Moved tag definitions inside serial component.
· 7ac61552
akwizgran
authored
Sep 21, 2011
7ac61552
Sep 20, 2011
DatabaseComponent.generateBatch() now returns a boolean.
· 5548eb32
akwizgran
authored
Sep 20, 2011
5548eb32
Sep 19, 2011
Collapsed ack handling into a single transaction.
· 75446b7f
akwizgran
authored
Sep 19, 2011
75446b7f
Folded findLostBatches() into receiveAck().
· 3dd3742a
akwizgran
authored
Sep 19, 2011
3dd3742a
Assertions and comments.
· 7aeb6029
akwizgran
authored
Sep 19, 2011
7aeb6029
Don't attempt to retrieve ratings for anonymous messages.
· 4b97be89
akwizgran
authored
Sep 19, 2011
4b97be89
Folded ReadWriteLockDatabaseComponent into its parent.
· 44c8f9ce
akwizgran
authored
Sep 19, 2011
44c8f9ce
Updated javadoc and renamed type parameters.
· 7ef44fba
akwizgran
authored
Sep 19, 2011
7ef44fba
Removed SynchronizedDatabaseComponent.
· 22b83213
akwizgran
authored
Sep 19, 2011
22b83213
BadPaddingExceptions should be rethrown as RuntimeExceptions.
· f6e5ef41
akwizgran
authored
Sep 19, 2011
f6e5ef41
Arrays.copyOfRange() is not available in Java 5.
· 11cf84de
akwizgran
authored
Sep 19, 2011
11cf84de
IOException(Throwable) constructor isn't available in Java 5.
· 7cdca620
akwizgran
authored
Sep 19, 2011
7cdca620
Sep 16, 2011
Timestamps may not be negative.
· fde35495
akwizgran
authored
Sep 16, 2011
fde35495
SynchronizedDatabaseComponent.addLocalPrivateMessage() was not
· ad1ef446
akwizgran
authored
Sep 16, 2011
ad1ef446
Database.hasSendableMessages() should check for private messages.
· 43a59d9d
akwizgran
authored
Sep 16, 2011
43a59d9d
Unit tests for private messages.
· 5f05a7f8
akwizgran
authored
Sep 16, 2011
5f05a7f8
Sep 13, 2011
Added a random salt to prevent ID clashes between anonymous messages.
· 005e7d52
akwizgran
authored
Sep 13, 2011
005e7d52
Check for sendable private messages as well as group messages.
· 8ec40587
akwizgran
authored
Sep 13, 2011
8ec40587
More DB support for private messages - needs unit tests.
· b78cfa6c
akwizgran
authored
Sep 13, 2011
b78cfa6c
DB support for private messages.
· 2670d7b8
akwizgran
authored
Sep 13, 2011
2670d7b8
Loading