- Nov 26, 2013
- Nov 24, 2013
-
-
akwizgran authored
-
- Nov 22, 2013
-
-
akwizgran authored
-
- Nov 19, 2013
-
-
akwizgran authored
-
akwizgran authored
The Request packet now contains a list of message IDs, rather than a bitmap referring to the list of messages IDs in the Offer. This allows the Request to be understood out of context, e.g. if the Offer and Request are sent over separate connections or a connection is replayed.
-
akwizgran authored
-
akwizgran authored
-
- Oct 11, 2013
-
-
akwizgran authored
-
- Sep 27, 2013
- Jul 27, 2013
-
-
akwizgran authored
The method used by Commons IO to get the available disk space fails on Android devices that lack a df binary - use the Android API instead.
-
- Jul 12, 2013
- Jul 11, 2013
-
-
akwizgran authored
Fixes bug #25. CMAC is used as the PRF. Note that we're currently using a version of Spongy Castle with a CMAC implementation that's vulnerable to a side-channel attack - this has been reported and fixed upstream but we haven't yet upgraded to the fixed version.
-
- Jun 27, 2013
- Jun 19, 2013
- Jun 17, 2013
-
-
akwizgran authored
-
- Jun 14, 2013
- Jun 13, 2013
-
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
Both devices try to make outgoing connections and accept incoming connections simultaneously. This should lead to faster connection establishment when there are asymmetrical connectivity problems, such as devices that are unable to receive LAN multicast packets or make themselves discoverable via Bluetooth.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
- Jun 06, 2013
- Jun 05, 2013
-
-
akwizgran authored
-
- May 31, 2013
-
-
akwizgran authored
This should improve durability in the case of a crash (see http://www.h2database.com/html/advanced.html#durability_problems). The performance penalty for H2DatabaseTest is roughly 10%.
-
akwizgran authored
-
- May 30, 2013
-
-
akwizgran authored
We always use transactions so auto-commit can always be false.
-
- May 16, 2013
-
-
akwizgran authored
Various thread safety fixes, saner use of exceptions, and code reformatting. The Tor plugin now creates a single control connection at startup and closes it at shutdown. Fixes issue #3611962.
-