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

Skip to content
Snippets Groups Projects
  1. Nov 28, 2024
  2. Jan 15, 2024
  3. Dec 31, 2022
  4. Mar 04, 2022
  5. Dec 27, 2021
    • zzz's avatar
      i2psnark standalone: Fixes for router startup and shutdown · 0826f431
      zzz authored
      so that torrents stop when the router stops and restart when the router restarts.
      
      - Use BWLimits from the DirMonitor as a periodic test that the router is there
      - DirMonitor does not attempt to autostart torrents if BWLimits test fails
      - DirMonitor does autostart existing torrents when BWLimits test passes again
      - Register disconnect listener with socket manger and stop all torrents on disconnect
      - Use stopTorrent(true) on router errors to prevent changing the persisted torrent running status
      - Change autostart default to true for standalone
      
      Possibly more todo for corner cases or other start/stop/fail scenarios.
      Unverified
      0826f431
  6. Dec 23, 2021
  7. Dec 03, 2021
  8. Apr 24, 2020
    • zzz's avatar
      i2psnark: Don't mark torrent BAD on I2CP errors (ticket #2725) · a7de9a7f
      zzz authored
      Logging:
       - Log to wrapper log after log manager shutdown (ticket #2725)
       - sync methods
      Router:
       - Allow clients more time to get disconnect messages at shutdown (ticket #2725)
       - Don't delete router context at shutdown, to prevent a late
         creation of a new app context (ticket #2725)
       - Don't try to delete ping file on Android
      javadocs
      a7de9a7f
  9. Feb 17, 2020
  10. Dec 21, 2019
  11. Nov 25, 2019
  12. Nov 24, 2019
  13. Aug 04, 2019
  14. Aug 01, 2019
    • zzz's avatar
      i2psnark: · 8158753d
      zzz authored
      - Fix announce hosts of the form b64dest[.i2p]
      - Add last activity stat
      - Disallow illegal filenames on Windows
      - cleanups and log tweaks
      8158753d
  15. Jun 09, 2018
  16. May 12, 2017
  17. May 05, 2017
  18. Apr 01, 2017
  19. Mar 21, 2017
  20. Mar 20, 2017
  21. Jan 27, 2017
  22. Oct 25, 2016
  23. Dec 01, 2015
    • zzz's avatar
      i2psnark: · 348805f0
      zzz authored
        - Consolidate default tunnel length definition
        - Increase max peers and uploaders per torrent
        - Increase default max total uploaders
        - Increase max peers sent and returned in DHT
      348805f0
  24. Nov 18, 2015
  25. Sep 20, 2015
  26. Sep 19, 2015
  27. Jul 14, 2015
  28. Jul 08, 2015
    • dg2-new's avatar
      I2PSnark: · dc9d60e2
      dg2-new authored
      - Fix NPE (#1615, h/t kytv)
      - Fix start/stop status resumption on restart (#766, h/t backup)
      dc9d60e2
  29. Jun 28, 2015
  30. May 27, 2015
    • zzz's avatar
      javadoc · 4bf115b5
      zzz authored
      4bf115b5
  31. Mar 08, 2015
  32. Oct 28, 2014
  33. Sep 10, 2014
    • zzz's avatar
      i2psnark: · 41c2c60a
      zzz authored
       - Comment out command-line code
       - Clean up ID generation
      41c2c60a
  34. Aug 27, 2014
    • zzz's avatar
      i2psnark: · 8ee660c2
      zzz authored
       - Persist uploaded count (tickets #1034, #1298)
       - Show uploaded count even when stopped
      8ee660c2
  35. Aug 23, 2014
  36. 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
Loading