mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 06:32:31 +00:00
* Set allowed encodings for tracker and http requests.
* Fixed two valgrind errors in the ChokeManager code. * Added 'seeding' view on key 8. Remeber to fix the man page. * Fixed an exception being thrown in ChokeManager::cycle(...) due to a missing range check on the number of unchokes we do. * Moved choke/queued state to a new ChokeManagerNode class. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@869 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -50,9 +50,6 @@ public:
|
||||
typedef sigc::slot2<void, const std::string&, const std::string&> SlotStringPair;
|
||||
typedef sigc::slot2<void, int, int> SlotIntPair;
|
||||
|
||||
OptionParser() {}
|
||||
~OptionParser() { m_container.clear(); }
|
||||
|
||||
void insert_flag(char c, Slot s);
|
||||
void insert_option(char c, SlotString s);
|
||||
void insert_option_list(char c, SlotStringPair s);
|
||||
|
||||
Reference in New Issue
Block a user