* Cycle the order in which downloads are handled during ticks to

ensure resource usage gets spread out over time.

* Changed element_file_list.cc to use te_command.

* File commands on file list iterators will be called on the File
pointed to.

* Fixed some sigc++ 2.1 compile errors.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@992 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-10-21 04:27:49 +00:00
parent 78f8b19aa4
commit 61098513c6
18 changed files with 66 additions and 38 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#include <algorithm>
#include <curl/multi.h>
#include <sigc++/bind.h>
#include <sigc++/adaptors/bind.h>
#include <torrent/exceptions.h>
#include "rak/functional.h"