* Cleaned up rak::priority_queue.

* Added download time left display, need to tweak it.

* Removed libtorrent/src/download/download_setup.cc.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@607 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-12-09 05:22:36 +00:00
parent 12ef47da3c
commit 7cc377b550
11 changed files with 102 additions and 77 deletions
+2
View File
@@ -57,11 +57,13 @@ 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_ddmmyyyy(char* buf, unsigned int length, time_t t);
char* print_download_title(char* buf, unsigned int length, core::Download* d);
char* print_download_info(char* buf, unsigned int length, core::Download* d);
char* print_download_status(char* buf, unsigned int length, core::Download* d);
char* print_download_time_left(char* buf, unsigned int length, core::Download* d);
char* print_entry_tags(char* buf, unsigned int length);
char* print_entry_file(char* buf, unsigned int length, const torrent::Entry& entry);