* Added system.time{,_seconds,_usec} commands.

* Cleaned up XMLRPC handling and added support for empty targets so it
will handle print and cat properly.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1039 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-02-22 14:11:40 +00:00
parent afe1312eb6
commit 49bb643cf3
5 changed files with 236 additions and 255 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ apply_schedule(const torrent::Object& rawArgs) {
torrent::Object
apply_load(int flags, const torrent::Object& rawArgs) {
const torrent::Object::list_type& args = rawArgs.as_list();
const torrent::Object::list_type& args = rawArgs.as_list();
torrent::Object::list_const_iterator argsItr = args.begin();
if (argsItr == args.end())