Show
Ignore:
Timestamp:
03/15/10 14:31:50 (2 years ago)
Author:
rakshasa
Message:

* Cleaned up torrent/download.h.

* Removed raw_value as it is redundant.

Files:
1 modified

Legend:

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

    r1144 r1145  
    250250 
    251251       "view_add = name\n" 
    252        "view_sort_new     = name,less=d.get_name=\n" 
    253        "view_sort_current = name,less=d.get_name=\n" 
     252       "view_sort_new     = name,less=d.name=\n" 
     253       "view_sort_current = name,less=d.name=\n" 
    254254 
    255255       "view_add = active\n" 
     
    352352       "method.insert = set_max_memory_usage,redirect|const,pieces.memory.max.set\n" 
    353353 
     354       "method.insert = d.get_hash,redirect|const,d.hash\n" 
     355       "method.insert = d.get_local_id,redirect|const,d.local_id\n" 
     356       "method.insert = d.get_local_id_html,redirect|const,d.local_id_html\n" 
     357       "method.insert = d.get_bitfield,redirect|const,d.bitfield\n" 
     358       "method.insert = d.get_base_path,redirect|const,d.base_path\n" 
     359 
     360       "method.insert = d.get_name,redirect|const,d.name\n" 
     361       "method.insert = d.get_creation_date,redirect|const,d.creation_date\n" 
     362 
    354363       "method.insert = d.get_peer_exchange,redirect|const,d.peer_exchange\n" 
     364 
     365       "method.insert = d.get_up_rate,redirect|const,d.up.rate\n" 
     366       "method.insert = d.get_up_total,redirect|const,d.up.total\n" 
     367       "method.insert = d.get_down_rate,redirect|const,d.down.rate\n" 
     368       "method.insert = d.get_down_total,redirect|const,d.down.total\n" 
     369       "method.insert = d.get_skip_rate,redirect|const,d.skip.rate\n" 
     370       "method.insert = d.get_skip_total,redirect|const,d.skip.total\n" 
    355371    ); 
    356372