This website requires JavaScript.
Explore
Help
Register
Sign In
Kaladaran
/
briar
Watch
0
Star
0
Fork
0
You've already forked briar
mirror of
https://code.briarproject.org/briar/briar.git
synced
2026-04-21 07:24:34 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b161e5ed1da74df6b0ea73e7d447ca1f8aee0661
briar
/
test
/
net
/
sf
/
briar
/
db
T
History
akwizgran
b161e5ed1d
Request reader and unit test.
2011-07-27 11:06:54 +01:00
..
BasicH2Test.java
Found the bug, it was just a SQL syntax error.
2011-07-23 11:29:23 +01:00
DatabaseCleanerImplTest.java
Factored out the database cleaner.
2011-07-04 18:11:27 +01:00
DatabaseComponentImplTest.java
Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
2011-07-13 16:39:31 +01:00
DatabaseComponentTest.java
Request reader and unit test.
2011-07-27 11:06:54 +01:00
H2DatabaseTest.java
Unit tests and a bugfix for the new database methods.
2011-07-26 16:46:50 +01:00
ReadWriteLockDatabaseComponentTest.java
Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
2011-07-13 16:39:31 +01:00
SynchronizedDatabaseComponentTest.java
Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
2011-07-13 16:39:31 +01:00
TestGroup.java
More unit tests.
2011-07-26 17:48:47 +01:00
TestMessage.java
Retrieve messages from the database in raw form to avoid creating unnecessary short-lived objects. Added timestamps to headers.
2011-07-14 12:01:35 +01:00