- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.

This commit is contained in:
Christophe Dumez
2007-08-17 02:03:13 +00:00
parent 55834ba5db
commit 13f21ef6cd
7 changed files with 66 additions and 80 deletions

6
TODO
View File

@@ -46,10 +46,8 @@
- wait for fastresume data on exit should be in a thread?
* beta5
- Translations update (IN PROGRESS)
- make use of finishedChecking alert if hydri applies my patch for this
- Clean up delayed progress column sorting code
- Clean up pause after checking code
- Check incremental download (looks broken)
- improve torrentFinishedList with new alert
- Wait for some bug fixes in libtorrent :
- upload/download limit per torrent (Ticket #83)
@@ -69,6 +67,8 @@ LANGUAGES UPDATED:
beta4->beta5 changelog:
- FEATURE: Supports Bittorrent FAST extension
- FEATURE: Improved code handling torrents that have just finished checking
- FEATURE: Improved progress column sorting code
- BUGFIX: Wait for torrent_paused_alert before saving fast resume data on exit
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
- BUFFIG: Fixed overflow causing ratio data to be negative