Show
Ignore:
Timestamp:
02/22/08 09:11:40 (4 years ago)
Author:
rakshasa
Message:

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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/command_events.cc

    r1026 r1039  
    214214torrent::Object 
    215215apply_load(int flags, const torrent::Object& rawArgs) { 
    216   const torrent::Object::list_type&          args    = rawArgs.as_list(); 
     216  const torrent::Object::list_type&    args    = rawArgs.as_list(); 
    217217  torrent::Object::list_const_iterator argsItr = args.begin(); 
    218218