* Added "stop_on_ratio" option and display the ratio. Patch by Josef

Drexler, public domain.

* Made autogen.sh detect glibtoolize.

* Don't resume torrents that are marked as completed yet the initial
hash check returns failed chunks.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@704 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-05-27 23:35:20 +00:00
parent 932296ce52
commit 146c104eb3
14 changed files with 138 additions and 32 deletions
+2 -2
View File
@@ -55,12 +55,12 @@ public:
virtual const torrent::Object& get() = 0;
virtual void set(const torrent::Object& arg) = 0;
static const char* string_to_value_unit(const char* pos, value_type* value, int base, int unit);
protected:
Variable(const Variable&);
void operator = (const Variable&);
static const char* string_to_value_unit(const char* pos, value_type* value, int base, int unit);
// Temporary hack, until torrent::Object is extended to allow
// references so we can return a copy, not a const reference.
static const torrent::Object m_emptyObject;