Show
Ignore:
Timestamp:
02/28/08 14:54:36 (4 years ago)
Author:
rakshasa
Message:

* 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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/rpc/xmlrpc.h

    r970 r1040  
    9595  void                set_slot_find_tracker(slot_find_tracker::base_type* slot)   { m_slotFindTracker.set(slot); } 
    9696 
     97  static int64_t      size_limit(); 
     98  static void         set_size_limit(uint64_t size); 
     99 
    97100private: 
    98101  void*               m_env;