- Nov 28, 2024
-
-
zzz authored
-
- Jan 15, 2024
-
-
zzz authored
-
- Dec 31, 2022
-
-
zzz authored
-
- Mar 04, 2022
-
-
zzz authored
Increase memory
-
- Dec 27, 2021
-
-
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.
-
- Dec 23, 2021
- Dec 03, 2021
-
-
zzz authored
Additional UI cleanup to follow
-
- Apr 24, 2020
-
-
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
-
- Feb 17, 2020
-
-
zzz authored
compile-tested only
-
- Dec 21, 2019
-
-
zzz authored
Use Collator for case-insensitive sort Use Exception.getLocalizedMessage() Prevent duplicate torrent starts Don't write debug info to wrapper log Increase max piece size Navbar cleanup
-
- Nov 25, 2019
-
-
zzz authored
-
- Nov 24, 2019
-
-
zzz authored
-
- Aug 04, 2019
- Aug 01, 2019
-
-
zzz authored
- Fix announce hosts of the form b64dest[.i2p] - Add last activity stat - Disallow illegal filenames on Windows - cleanups and log tweaks
-
- Jun 09, 2018
-
-
zzz authored
-
- May 12, 2017
-
-
zzz authored
Prevent add/create/remove/delete More handling of RuntimeException via Snark.fatal() in SnarkManager
-
- May 05, 2017
-
-
zzz authored
-
- Apr 01, 2017
-
-
zzz authored
i2psnark: Only rewrite torrent config file if changed (ticket #1893) Util: Don't sync config writes on Android/ARM (ticket #1893)
-
- Mar 21, 2017
-
-
zzz authored
-
- Mar 20, 2017
-
-
zzz authored
-
- Jan 27, 2017
-
-
zzz authored
-
- Oct 25, 2016
-
-
zzz authored
when calculating global uploader limit, to allow more upload slots, especially when some torrents are stalled. Convert some shared fields to atomics for concurrency.
-
- Dec 01, 2015
-
-
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
-
- Nov 18, 2015
-
-
zzz authored
reorder some logging volatile
-
- Sep 20, 2015
- Sep 19, 2015
- Jul 14, 2015
-
-
dg2-new authored
-
- Jul 08, 2015
-
-
dg2-new authored
- Fix NPE (#1615, h/t kytv) - Fix start/stop status resumption on restart (#766, h/t backup)
-
- Jun 28, 2015
-
-
dg2-new authored
Prevent double-save for now and auto start all torrents if autostart is already set (don't make the user restart each one).
-
- May 27, 2015
-
-
zzz authored
-
- Mar 08, 2015
-
-
zzz authored
Add creation date to created torrents log tweaks more test cases
-
- Oct 28, 2014
-
-
zzz authored
-
- Sep 10, 2014
-
-
zzz authored
- Comment out command-line code - Clean up ID generation
-
- Aug 27, 2014
-
-
zzz authored
- Persist uploaded count (tickets #1034, #1298) - Show uploaded count even when stopped
-
- Aug 23, 2014
-
-
zzz authored
-
- Aug 19, 2014
-
-
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
-