* Added {get/set}_xmlrpc_size_limit to allow the user to specify

larger buffer size for handling direct loading of torrents through
xmlrpc.

* Allow file and tracker targets with the compact xmlrpc syntax,
e.g. "<infohash>:f<id>".

* Fixed an alignment bug in the DHT code.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1040 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-02-28 19:54:36 +00:00
parent 49bb643cf3
commit b21f465969
3 changed files with 84 additions and 12 deletions
+3
View File
@@ -94,6 +94,9 @@ public:
slot_find_tracker& get_slot_find_tracker() { return m_slotFindTracker; }
void set_slot_find_tracker(slot_find_tracker::base_type* slot) { m_slotFindTracker.set(slot); }
static int64_t size_limit();
static void set_size_limit(uint64_t size);
private:
void* m_env;
void* m_registry;