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-02-14 03:39:05 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
e8fd3ab7a3053f1d7934b39ba9df8da4f9d2ab74
briar
/
components
/
net
/
sf
/
briar
/
protocol
History
akwizgran
4d4b540387
Java 1.5 compatibility changes (for OSX 10.4). We depend on commons-io for a single method... might be worth copying the source into FileUtils if the license permits.
2011-07-14 19:12:44 +01:00
..
BatchFactory.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
BatchFactoryImpl.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
BatchImpl.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
BundleReaderImpl.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
BundleWriterImpl.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
HeaderFactory.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
HeaderFactoryImpl.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
HeaderImpl.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
MessageEncoderImpl.java
Message parser and encoder.
2011-07-12 18:41:08 +01:00
MessageImpl.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
MessageParserImpl.java
Added accessors for the amount of raw data read and written by readers and writers - this fixes a fixme in MessageParserImpl.
2011-07-12 20:27:37 +01:00
ProtocolModule.java
Guice stuff.
2011-07-13 17:05:25 +01:00
SigningDigestingInputStream.java
Java 1.5 compatibility changes (for OSX 10.4). We depend on commons-io for a single method... might be worth copying the source into FileUtils if the license permits.
2011-07-14 19:12:44 +01:00
SigningDigestingOutputStream.java
Java 1.5 compatibility changes (for OSX 10.4). We depend on commons-io for a single method... might be worth copying the source into FileUtils if the license permits.
2011-07-14 19:12:44 +01:00