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 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
    • zzz's avatar
      log tweaks, final · 19022baa
      zzz authored
      19022baa
  7. Nov 12, 2013
    • zzz's avatar
      Findbugs: · b53ed94e
      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
      b53ed94e
  8. Nov 11, 2013
  9. Nov 10, 2013
  10. Nov 08, 2013
    • zzz's avatar
      DeliveryInstructions: · d1b93e07
      zzz authored
        - Comment out unused encryption fields to save space
        - New static immutable LOCAL instruction to reduce object churn
      d1b93e07
    • zzz's avatar
      log tweak · 4382def6
      zzz authored
      4382def6
    • zzz's avatar
      JobQueue: Log a warning if a job is scheduled too far in the future, · 952a56c5
      zzz authored
                to catch bugs like the one in -7 where requeue() is called
                with an absolute time instead of a delay
      952a56c5
    • zzz's avatar
      Tunnel Endpoints: · 67aead21
      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
      67aead21
    • zzz's avatar
      minor optimization · 50f45a50
      zzz authored
      50f45a50
  11. Nov 07, 2013
  12. Nov 04, 2013
Loading