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

Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. Jan 15, 2024
  3. Jul 19, 2020
  4. Jul 31, 2018
  5. Jul 05, 2018
  6. Mar 01, 2016
  7. Feb 06, 2016
  8. Aug 24, 2015
    • zzz's avatar
      i2psnark: · 5a11a28a
      zzz authored
         - Return partial piece to coordinator after reject
         - Fix tracking of downloaded portion of piece after reject
         - Send reject on receipt of bad request
         - Mark piece unrequested after receiving bad data, so it
           will be requested again, but not from the same peer
         - Fix NPE in Request constructor on error
         - Fix stuck before completion due to reject handling (ticket #1633)
      5a11a28a
  9. May 19, 2015
  10. Jan 27, 2014
    • zzz's avatar
      i2psnark: · 47712a39
      zzz authored
       - Support arbitrary location for torrent data. Save location in
         per-torrent config file. TODO: Fix torrent browse pages
         (ticket #1028)
       - Enhance idle shutdown message
       - Javadocs
      47712a39
  11. Nov 21, 2013
  12. Nov 16, 2012
  13. Oct 24, 2012
    • zzz's avatar
      * I2PSnark: · 97da508d
      zzz authored
         - Fix (again) partial piece avoidance for seeds
         - Fix several partial piece (temp file) leaks,
           some uncovered by previous rarest-first fixes, some in end game
         - Don't lose all DHT peers if we stop quickly (backport from update branch)
         - Explore a kbucket if it's less than 3/4 full (backport from update branch)
      97da508d
  14. Oct 14, 2012
  15. Sep 17, 2012
  16. Jun 13, 2012
  17. Jun 11, 2012
    • zzz's avatar
      * i2psnark: · 6e077ee6
      zzz authored
         - Reduce TrackerClient threads
         - Reduce delay between peer adds for faster startup
         - Thread the announces and reduce timeout when stopping
      6e077ee6
  18. 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
  19. May 22, 2012
  20. 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
  21. Mar 25, 2012
  22. Feb 18, 2012
  23. Mar 19, 2011
  24. Jan 05, 2011
  25. 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
  26. Dec 21, 2010
  27. Dec 20, 2010
  28. Dec 19, 2010
  29. Dec 02, 2010
  30. Nov 29, 2010
  31. Nov 28, 2010
    • zzz's avatar
      * i2psnark: · a52fb65c
      zzz authored
            - Fix NPE and other partials bugs
            - More extension message stubbing
            - Log tweaks
      a52fb65c
  32. Nov 27, 2010
    • zzz's avatar
      * i2psnark: · 3c45b038
      zzz authored
            - Drop queued outbound requests when choked
            - Redo some data structures and locking to hopefully prevent deadlock
            - Memory reduction part 3: Return partial pieces to PeerCoordinator when choked
      3c45b038
  33. Nov 26, 2010
  34. Nov 24, 2010
    • zzz's avatar
      * i2psnark: · 0b59af65
      zzz authored
            - Prevent dup requests during end game
              (ticket 331 - thanks sponge and Oct!)
      0b59af65
  35. Nov 21, 2010
    • zzz's avatar
      * i2psnark: · 6c19e7e3
      zzz authored
            - Defer piece loading until required
            - Stub out Extension message support
      6c19e7e3
  36. Nov 01, 2010
    • zzz's avatar
      * i2psnark: · 3678aa15
      zzz authored
            - Limit number of parallel requests of a single piece when in the end game
            - Shorten and weight the speed tracker so the display is more
              reflective of current speed
      3678aa15
  37. Oct 30, 2010
  38. Oct 29, 2010
Loading