1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow empty frames. More... almost 14 years ago
Connection readers and writers don't need the connection context. More... almost 14 years ago
Include the frame number in the header. More... almost 14 years ago
Replaced encrypted IVs with pseudo-random tags. More... almost 14 years ago
Renamed "encrypted IVs" as "tags" (actual crypto changes to follow). More... almost 14 years ago
Renamed "user-defined types" as "structs" in the serialisation format. More... almost 14 years ago
Throw an exception rather than blocking if a transaction is started after the database has closed. More... almost 14 years ago
Don't swallow interrupts. More... almost 14 years ago
Added the Bouncy Castle sources. More... almost 14 years ago
Return a copy when explicitly asked for one (fixes a test). More... almost 14 years ago
Use a single SecureRandom instance to avoid blocking on creation. More... almost 14 years ago
Don't create copies of erasable keys. More... almost 14 years ago
Use immutable collections for thread safety. More... almost 14 years ago
Removed the initiator flag from the IV (no longer needed with the new key derivation rules). More... almost 14 years ago
Advertise the Bluetooth address if the device is discoverable in either GIAC or LIAC mode. More... almost 14 years ago
Cache the return value of Arrays.hashCode(). More... almost 14 years ago
String caches its hash code, so prefer HashMap to TreeMap. More... almost 14 years ago
Made TransportConfig and TransportProperties thread-safe. More... almost 14 years ago
Return immutable collections from the database. More... almost 14 years ago
Use CountDownLatch rather than wait/notify. More... almost 14 years ago
Use CopyOnWriteArrayList for listener lists. More... almost 14 years ago
Fixed a test. More... almost 14 years ago
One more unit test for the road... More... almost 14 years ago
Avoid DB lookups where possible. More... almost 14 years ago
Merge branch 'refs/heads/master' of ssh://[email protected]/gitroot/briar/prototype More... almost 14 years ago
Don't keep connection windows in memory. More... almost 14 years ago
Don't lock the list of listeners while calling them. More... almost 14 years ago
Removable drive monitor for OS X 10.4 (JNotify requires at least 10.5). More... almost 14 years ago
Don't start shutdown hook threads more than once. More... almost 14 years ago
Upgraded H2 jar (the new version was built on OS X 10.4 for Java 1.5 compatibility). More... almost 14 years ago