- Dec 10, 2013
-
-
zzz authored
-
- Dec 09, 2013
-
-
zzz authored
i2psnark: Disable streaming pings (ticket #1142)
-
- Dec 06, 2013
-
-
zzz authored
-
- Dec 05, 2013
- Dec 04, 2013
- Dec 01, 2013
-
-
kytv authored
-
- Nov 28, 2013
- Nov 26, 2013
-
-
zzz authored
(thx str4d)
-
- Nov 25, 2013
- Nov 24, 2013
-
-
zzz authored
not restarting correctly, caused by previous checkin
-
- Nov 23, 2013
-
-
zzz authored
a client socket manager configured with i2cp.newDestOnResume, or a shared client. This prevents lots of orphaned StreamingTimer threads. There are still cases where these threads may stick around, when a tunnel is stopped but not restarted. We don't know in some cases when a tunnel could be restarted and when it can't. destroySocketManager() should always be called when discarding a SocketManager but i2ptunnel doesn't do that now. More to do, but this fixes the most common case of leaked threads. Related tickets: ##642 #961
-
zzz authored
can be private and the lookup for the form is more efficient.
-
str4d authored
-
str4d authored
-
- Nov 22, 2013
- Nov 21, 2013
- Nov 20, 2013
- Nov 19, 2013
-
-
kytv authored
-28
-
- Nov 18, 2013
-
-
zzz authored
- Add support for country variants (ticket #1133) - Refactor data in ConfigUIHelper Config files: Allow empty values
-
- Nov 17, 2013
-
-
zzz authored
-
- Nov 16, 2013
-
-
zzz authored
- volatile -> atomic - unused code and fields - closing streams - hashCode / equals - known non-null - Number.valueOf - new String Still avoiding SAM, BOB, SusiMail
-