- Nov 21, 2013
- Nov 20, 2013
- Nov 19, 2013
-
-
kytv authored
-28
-
- 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
-
- Nov 14, 2013
-
-
zzz authored
- Put garlicked DSM messages in the InNetMessagePool instead of handling directly, so the IterativeSearchJob will see the response and declare success. Only affected LS lookups as we do not request encrypted replies for RI lookups. Similar to the fix for verifies 6dc5bed94321ae2b290cfe351511d18465e08f91 This bug was causing initial lookups to fail but subsequent ones to succeed. Broken since 0.9.7 when encrypted replies was introduced. Ticket #1125
-
zzz authored
-
- Nov 12, 2013
-
-
zzz authored
- Fix several 'increment of volatile is not atomic' all over Remaining: UDP PeerState.java, to be checked in separately - Comment out all of unused MessageStateMonitor
-
- Nov 11, 2013
-
-
zzz authored
-
- Nov 10, 2013
-
-
dg2-new authored
-
dg2-new authored
Findbugs: More findbugs fixes. Including but not limited to: null check fixes and some synchronization
-
zzz authored
-
zzz authored
-
dg2-new authored
-
zzz authored
-
zzz authored
- Fix uncaught exception when log level = WARN, broken in -23
-
zzz authored
- more checks, don't allow fragment #0 in follow-on fragment - Set message ID in constructor
-
zzz authored
(ticket #1123) - Add new config i2np.upnp.ignore to specify UDNs of ignored devices - Add display of ignored devices on /peers
-
- Nov 08, 2013
-
-
zzz authored
- Comment out unused encryption fields to save space - New static immutable LOCAL instruction to reduce object churn
-
zzz authored
-
zzz authored
to catch bugs like the one in -7 where requeue() is called with an absolute time instead of a delay
-
zzz authored
- Reject type 3 (undefined) delivery instructions at both OBEP and IBEP, would be treated as LOCAL - Reject type 0 (LOCAL) delivery instructions at OBEP, no current usage, would cause NPE if handled
-
zzz authored
-
- Nov 07, 2013
- Nov 04, 2013
-
-
kytv authored
-