* Fixed the hashing so it properly starts and stops. When

DownloadList::pause is called it clears the "hashing" variable.

* Added convenience functions for retriving torrent::Object key's of
specific types.

* Iterate to the first visible transfer in the chunks seen view. Patch
by Josef Drexler.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@732 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-06-28 22:50:58 +00:00
parent ee353bfc9f
commit 4b79a7c47f
6 changed files with 27 additions and 18 deletions
+1
View File
@@ -72,6 +72,7 @@ public:
void set(const std::string& key, const mapped_type& arg);
void set_string(const std::string& key, const std::string& arg) { set(key, mapped_type(arg)); }
void set_value(const std::string& key, mapped_value_type arg) { set(key, mapped_type(arg)); }
// Relocate.
void process_command(const std::string& command);