- 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
-
- Aug 13, 2014
-
-
zzz authored
-
- May 29, 2014
-
-
zzz authored
-
- Jan 27, 2014
-
-
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
-
- Dec 22, 2013
-
-
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)
-
- Dec 04, 2013
-
-
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
-
- Nov 21, 2013
-
-
str4d authored
-
- Nov 10, 2013
-
-
zzz authored
-
- Oct 09, 2013
-
-
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
-
- Oct 04, 2013
-
-
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
-
- Jun 01, 2013
-
-
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
-
- Oct 22, 2012
-
-
zzz authored
- Add progress indication - Listener cleanup
-
- Oct 21, 2012
-
-
zzz authored
-
- Oct 06, 2012
-
-
zzz authored
- Add allocating and checking indications - Add bandwidth message at startup - More checks at torrent creation
-
- Aug 08, 2012
-
-
zzz authored
- Remove static SnarkManager instance - Allow DHT-only torrents - DHT debugging
-
- Aug 03, 2012
- Jul 30, 2012
-
-
zzz authored
-
- Jun 25, 2012
-
-
zzz authored
- final infoHash in Snark
-
- Jun 24, 2012
-
-
zzz authored
TrackerClient holds on to the old one and that causes it to not get peers. Possibly fixes ticket #563.
-
- Jun 18, 2012
- Jun 11, 2012
-
-
zzz authored
- Reduce TrackerClient threads - Reduce delay between peer adds for faster startup - Thread the announces and reduce timeout when stopping
-
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
-
- May 23, 2012
-
- May 19, 2012
-
-
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
-
- Mar 26, 2012
-
-
zzz authored
-
- Mar 25, 2012
- Mar 24, 2012
-
-
zzz authored
- Fix state when storage dies during transition out of magnet mode - Fix NPE in magnet mode - Error logging improvements - Support add-torrent with infohash alone - CSS tweaks
-
- Mar 20, 2012
-
-
zzz authored
-