I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Nov 21, 2013
  2. Nov 20, 2013
  3. Nov 19, 2013
  4. Nov 17, 2013
  5. Nov 16, 2013
    • zzz's avatar
      Findbugs all over · 1d419073
      zzz authored
       - volatile -> atomic
       - unused code and fields
       - closing streams
       - hashCode / equals
       - known non-null
       - Number.valueOf
       - new String
       Still avoiding SAM, BOB, SusiMail
      1d419073
  6. Nov 15, 2013
  7. Nov 14, 2013
    • zzz's avatar
      * InboundMessageDistributor: · ea7b4281
      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
      ea7b4281
Loading