mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 11:42:33 +00:00
fe11d1936d
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@371 e378c898-3ddf-0310-93e7-cc216c733640
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
core::Manager::stop() should make sure ongoing hash checks get cleaned
|
|
up.
|
|
|
|
Polling during last phase of shutdown should be very quick, don't use
|
|
normal timeout.
|
|
|
|
Make clear distinction of upload/download throttle.
|
|
|
|
Consider basing WindowPeer* on a common base class.
|
|
|
|
Some kind of indication that a tracker request was tried, but won't be
|
|
allowed since the tracker set a min interval.
|
|
|
|
Make accumulate return the value, no refs please...
|
|
|
|
> - listing the total upload / download bandwidth at the bottom of the
|
|
> screen;
|
|
|
|
> - seeing the number of seeds / leechers of a torrent on the main
|
|
> screen (and the level of distribution between leechers);
|
|
|
|
> - being able to delete not just the torrent file, but the files it
|
|
> created from rtorrent. Like when you start a torrent, but it is too
|
|
> slow or broken or for various reasons you don't want to download it.
|
|
|
|
|
|
Const cast problems?
|
|
|
|
std::tm *u = std::localtime(&t.tval().tv_sec);
|
|
|
|
Let us see the torrent comment.
|
|
|
|
Why is the client lagging when downloading a http torrent? Looks like libcurl
|