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

Skip to content
Snippets Groups Projects
  1. Aug 23, 2014
  2. Aug 19, 2014
    • zzz's avatar
      * i2psnark: · 33b7f08d
      zzz authored
         - Don't filter create torrent form, and
           fix exception on ':' in file names (ticket #1342)
         - Don't remap file names on torrents we created, and
           save remap setting in torrent config file (tickets #571, 771)
         - Escaping fixes since names may not be remapped
         - Use better encodePath() from Jetty
         - Don't say create torrent succeeded when it didn't
         - Add more sanity checks for torrent creation
      33b7f08d
  3. Aug 13, 2014
  4. May 29, 2014
  5. 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
  6. Dec 22, 2013
    • zzz's avatar
      i2psnark: · 30ccf1b3
      zzz authored
       - Refactor file deletion in prep for better file name handling (ticket #571)
       - Don't use canonical files in directory listings,
         for speed and to avoid file comparison problems (tickets #1079, #1148)
       - Set base file/dir in Storage constructor, make final,
         in prep for arbitrary locations (ticket #1028)
      30ccf1b3
  7. Dec 04, 2013
    • zzz's avatar
      i2psnark ConnectionAcceptor: · 7fe8573d
      zzz authored
        - Fix ConnectionAcceptor not restarting after tunnel
          restart, preventing incoming connections
        - locking tweaks
        - cleaner reschedule tweaks
        - don't store server socket locally
        - constructor tweaks / finals
        - Stop acceptor when tunnel disconnects
        - javadocs
      7fe8573d
  8. Nov 21, 2013
  9. Nov 10, 2013
  10. Oct 09, 2013
    • 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
  11. Oct 04, 2013
    • 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
  12. Jun 01, 2013
    • zzz's avatar
      * i2psnark: · ff201745
      zzz authored
         - Add idle detector, reduce tunnel count when idle (prep for torrent updates)
         - Cancel CoordinatorAcceptor cleaner when halted
         - Make PeerCoordinatorSet an Iterable
         - Reduce max protocol errors to 1
         - Disable unused PeerMonitorTask
      ff201745
  13. Oct 22, 2012
    • zzz's avatar
      - Add fail timers · 95e0c372
      zzz authored
      - Add progress indication
      - Listener cleanup
      95e0c372
  14. Oct 21, 2012
  15. Oct 06, 2012
    • zzz's avatar
      * i2psnark: · ddc75046
      zzz authored
         - Add allocating and checking indications
         - Add bandwidth message at startup
         - More checks at torrent creation
      ddc75046
  16. Aug 08, 2012
    • zzz's avatar
      * i2psnark: · 9cee0ee5
      zzz authored
         - Remove static SnarkManager instance
         - Allow DHT-only torrents
         - DHT debugging
      9cee0ee5
  17. Aug 03, 2012
  18. Jul 30, 2012
  19. Jun 25, 2012
  20. Jun 24, 2012
  21. Jun 18, 2012
  22. 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
    • zzz's avatar
      * i2psnark: · 30e2f73d
      zzz authored
         - Display torrent file downloads in torrent area
         - Sort magnets and downloads first
         - Fix sorting problem when torrent dir is a symlink
         - Reduce max file idle time
         - arrow_down icon copied from console css
      30e2f73d
  23. May 23, 2012
    • zzz's avatar
      * i2psnark: · 580bb5a6
      zzz authored
         - Fixes when complete except for skipped files
           (ticket #447) status in UI, don't connect outbound,
           disconnect seeds when done
         - More classes pkg private
      580bb5a6
  24. 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
  25. Mar 26, 2012
  26. Mar 25, 2012
  27. Mar 24, 2012
  28. Mar 20, 2012
  29. Sep 12, 2011
  30. Jun 16, 2011
  31. Mar 08, 2011
    • zzz's avatar
      * i2psnark: · f9b2c0bc
      zzz authored
            - More efficient metainfo handling, reduce instantiations
            - Improved handling of storage errors
            - Improved handling of duplicate file names
            - More metainfo sanity checks
            - Metadata transfer error handling improvements
            - Code cleanup, remove dead and duplicated code
      f9b2c0bc
  32. Feb 10, 2011
    • zzz's avatar
      * i2psnark: · ae9c1607
      zzz authored
            - Improved magnet link parsing, use tr parameter if present
      ae9c1607
  33. 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
  34. Dec 28, 2010
  35. 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
  36. Dec 22, 2010
Loading