mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 22:22:31 +00:00
* Clear the download rate when finishing a torrent.
* Fixed torrent::set_{bind,local}_address(...) so they update
correctly.
* Tweaked the time left display, show minutes instead of seconds.
* Add earlier check on validity of the socket address of
incoming/outgoing connection.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@610 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ namespace display {
|
||||
char* print_string(char* buf, unsigned int length, char* str);
|
||||
|
||||
char* print_hhmmss(char* buf, unsigned int length, time_t t);
|
||||
char* print_hhhhmmss(char* buf, unsigned int length, time_t t);
|
||||
char* print_ddhhmm(char* buf, unsigned int length, time_t t);
|
||||
char* print_ddmmyyyy(char* buf, unsigned int length, time_t t);
|
||||
|
||||
char* print_download_title(char* buf, unsigned int length, core::Download* d);
|
||||
|
||||
Reference in New Issue
Block a user