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

Skip to content
Snippets Groups Projects
  1. Feb 07, 2025
  2. Jun 10, 2024
  3. Jun 04, 2024
    • zzz's avatar
      i2psnark: Make PEX more efficient · aedcd025
      zzz authored
      by only sending new peers, as in ut_pex.
      Track connected time and last pex sent time, and only send
      peers connected since the last sent time.
      Usually, there are no new peers, so now we don't send a message at all.
      Also, don't send PEX to seeds after the handshake.
      aedcd025
  4. Jan 15, 2024
  5. Dec 06, 2020
  6. Oct 10, 2020
  7. Sep 16, 2020
  8. Jul 19, 2020
  9. Mar 24, 2020
    • zzz's avatar
      javadoc · 786d68ce
      zzz authored
      786d68ce
  10. Jul 31, 2018
  11. May 05, 2017
  12. Mar 20, 2017
  13. Mar 06, 2017
  14. Jan 26, 2017
  15. Feb 06, 2016
  16. Nov 29, 2015
  17. Nov 18, 2015
  18. Jul 22, 2015
  19. May 19, 2015
  20. Sep 09, 2014
    • zzz's avatar
      atomics · 34d14a72
      zzz authored
      34d14a72
  21. Jun 26, 2014
  22. Nov 26, 2013
  23. 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
  24. Apr 14, 2013
    • zzz's avatar
      * i2psnark: · 8bfe3f63
      zzz authored
         - Set unique tunnel nickname for additional instances
         - Increase page size to 50
         - Restore 1-arg SnarkManager constructor for compatibility
         - Add note about DHT file w/ multiple instances, to be fixed
         - Log tweak
      8bfe3f63
  25. Jun 02, 2012
    • zzz's avatar
      - Uncomment DHT · 7b07eb89
      zzz authored
      - Change DHT from option bit to extension message
      - Add DHT start/stop code
      - Add UI for DHT enabling
      - Add raw datagram protocol type and use for response port
      7b07eb89
  26. May 19, 2012
    • zzz's avatar
      * i2psnark: · 6ca4b519
      zzz authored
         - Store received chunks in temp files
         - Don't allocate from heap for unneeded chunks
         - Remove peer count restriction for torrents with large pieces
         - Use priorities and rarest calculations to sort partials
         - Preserve p parameter in clear messages link
      6ca4b519
  27. Feb 18, 2012
  28. Feb 05, 2011
  29. Jan 13, 2011
  30. Jan 10, 2011
    • zzz's avatar
      i2psnark: · 6670209c
      zzz authored
        - Update session options when max bandwidth changes
        - BufferedStream cleanup and comments
        - torrent name display tweak
        - findbugs
      6670209c
  31. Jan 05, 2011
  32. Jan 03, 2011
  33. Dec 27, 2010
    • zzz's avatar
      - Hide I2CP settings when in router context · 71043c41
      zzz authored
      - Better BEValue.toString()
      
      (most of the following got missed in the last checkin)
      - Fix about 9 NPEs
      - Fix numwant in magnet mode
      - Send metadata size in extension handshake
      - Open trackers are primary if we don't have primary trackers
      - Add missing break in port message handling
      - Increase max msg size to account for metadata msg
      - Remember magnets across restarts
      - Drop peers w/o extensions if we need metainfo
      - Fix DATA messages
      - Fix tracker transition to non-magnet
      - Fix infohash for non-magnet
      - Fix up peer transition to non-magnet
      - More logging
      71043c41
  34. Dec 26, 2010
  35. Dec 22, 2010
  36. Dec 21, 2010
  37. Dec 20, 2010
Loading