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

Skip to content
Snippets Groups Projects
  1. Dec 01, 2013
  2. Nov 28, 2013
  3. Nov 26, 2013
  4. Nov 21, 2013
  5. Nov 19, 2013
  6. Nov 17, 2013
  7. 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
  8. Nov 15, 2013
  9. Nov 11, 2013
  10. Nov 10, 2013
  11. Nov 07, 2013
  12. Nov 02, 2013
  13. Oct 31, 2013
  14. Oct 29, 2013
  15. Oct 26, 2013
  16. Oct 24, 2013
    • zzz's avatar
      * i2psnark: · 9d3925eb
      zzz authored
         - Drop incoming connections on HTTP port
         - Define port 6881 in one place
         - Don't let random DHT port be 6881
         - Exception tweak
      9d3925eb
  17. Oct 19, 2013
  18. Oct 17, 2013
  19. Oct 14, 2013
  20. Oct 12, 2013
    • zzz's avatar
      Streaming: · 74a57abf
      zzz authored
         - Make I2PSocketFull.close() nonblocking; it will now cause any user-side
           writes blocked in I/O (Connection.packetSendChoke()) to throw
           an exception (tickets #629, #1041)
         - Don't ignore InterruptedExceptions; throw InterruptedIOException
         - Back out static disconnect exception
         - MessageInputStream locking fixes
         - Cleanups
       I2PSnark:
         - Close socket before closing output stream to avoid blocking in
           Peer.disconnect(), and prevent Peer.disconnect() loop
      74a57abf
  21. Oct 09, 2013
    • zzz's avatar
      Snark DHT: · 380783c1
      zzz authored
         - Combine getPeers and announce into a single method, as we must announce to
           the closest from the getPeers, not the closest from the kbuckets
         - Stop getPeers when nothing closer is found
      380783c1
    • zzz's avatar
      Snark DHT: · 7513d42e
      zzz authored
         - Increase dest lookup and search timeouts
         - Increase max search depth
         - Loop tracker client faster when in magnet mode
         - Loop tracker client faster if DHT announce fails
         - Don't return an empty peers list if we only know about the requestor
         - volatiles, log tweaks
         - Major fixes of getPeers() to follow
      7513d42e
  22. Oct 08, 2013
  23. Oct 07, 2013
  24. Oct 06, 2013
  25. Oct 04, 2013
    • zzz's avatar
      Update: · 8a0c3f10
      zzz authored
       - Stub out support for clearnet su3 updating
       - PartialEepGet and SSLEepGet tweaks to support clearnet update
       - Remove proxy, key, and url config from /configupdate
       - More URI checks in UpdateRunner
       - Add su3 mime type
       - Move advanced setting to HelperBase
      8a0c3f10
    • zzz's avatar
      add msg when stopping tunnel on idle · e1d808a2
      zzz authored
      e1d808a2
    • zzz's avatar
      * i2psnark: · e755051e
      zzz authored
         - Add torrent auto-stop support; enable for update file
         - Add tunnel auto-close when no torrents are running
         - Log/msg tweaks on add/create failures
      e755051e
  26. Sep 26, 2013
  27. Sep 23, 2013
  28. Sep 22, 2013
    • zzz's avatar
      Update: Preliminary work for su3 router updates: · f47ec65b
      zzz authored
         - new ROUTER_SIGNED_SU3 UpdateType
         - Add support for torrent and HTTP
         - Refactor UpdateRunners to return actual UpdateType
         - Deal with signed/su3 conflicts
         - unpack/verify stubbed only
      f47ec65b
Loading