RetroShare/libretroshare/src/ft
csoler 506f14eb2f - Added a parent page widget (class RsAutoUpdatePage) to handle auto-update. The page updates using a timer, only wh
en visible, and each time it gets showed. I already made some RS pages derive from this page.
- Modified and renamed the taskGraphPainterWidget to display info about currently selected file transfers. For know, it only shows file chunks info, but we should use it to display additional info about the transfer. Warning: in its
 current state, only fake chunk info is displayed.
 - Suppressed p3files.h, because it is not used.

 Remains to do (in order):
 - Implement a chunk map class in ft/ to properly manage which chunks should be downloaded 
 - Display correct chunk info by requesting the transfer's chunk map
 - Add check-sum verification of chunks
 - allow RS to import a partially downloaded file by force re-checking chunks
 - Add chunk map exchange from file source peer id to file destination peer id.
 - Manage chunks from different peers.
 - Allow search (turtle search) for partially downloaded files 



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1832 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-17 12:45:06 +00:00
..
ftcontroller.cc Integrated turtle download to all kind of user-requested downloads 2009-09-09 20:14:43 +00:00
ftcontroller.h add persistence to download queue 2009-08-10 19:01:27 +00:00
ftcontrollertest.cc solve compile faults. 2008-09-09 13:08:22 +00:00
ftdata.cc More Improvements to FileTransfer: 2008-08-03 12:45:53 +00:00
ftdata.h More Improvements to FileTransfer: 2008-08-03 12:45:53 +00:00
ftdatamultiplex.cc this is a fix for the file download problem. It does not correct the wrong chunk size, but it checks that the malloc returns something. 2009-07-27 20:31:56 +00:00
ftdatamultiplex.h Possibly got rid of this core dump in file uploads. It seems it came from unlocked destroying of dataplex->mServers when they came out of time, while the gui still asked for info about them. 2009-02-09 20:26:12 +00:00
ftdataplextest.cc Improvements/bugfixes to File Transfer. 2008-08-30 01:07:24 +00:00
ftdbase.cc Started implementing flags to handle the sharing mode. 2009-08-03 19:43:52 +00:00
ftdbase.h Started implementing flags to handle the sharing mode. 2009-08-03 19:43:52 +00:00
ftdwlqueue.cc add persistence to download queue 2009-08-10 19:01:27 +00:00
ftdwlqueue.h add persistence to download queue 2009-08-10 19:01:27 +00:00
ftextralist.cc added missing continue which caused sigsegv 2009-06-15 07:28:23 +00:00
ftextralist.h Added Function to move an 'extraFile' to another location. 2008-11-27 21:23:46 +00:00
ftextralisttest.cc Improvements/bugfixes to File Transfer. 2008-08-30 01:07:24 +00:00
ftfilecreator.cc added large file support 2009-08-29 18:55:13 +00:00
ftfilecreator.h Fixed compatibility bug in file transfer... 2008-11-20 22:59:58 +00:00
ftfilecreatortest.cc Updated version numbers to v0.4.11b. 2008-11-22 17:07:11 +00:00
ftfileprovider.cc added large file support 2009-08-29 18:55:13 +00:00
ftfileprovider.h compliance with win32 2009-02-08 13:04:32 +00:00
ftfileprovidertest.cc Updated version numbers to v0.4.11b. 2008-11-22 17:07:11 +00:00
ftfilesearch.cc More bugfixes for file transfer stuff. 2008-08-21 21:30:59 +00:00
ftfilesearch.h More Improvements to FileTransfer: 2008-08-03 12:45:53 +00:00
ftsearch.h More Improvements to FileTransfer: 2008-08-03 12:45:53 +00:00
ftserver1test.cc Enabled new File Transfer Code in libretroshare. 2008-11-02 11:38:11 +00:00
ftserver2test.cc Enabled new File Transfer Code in libretroshare. 2008-11-02 11:38:11 +00:00
ftserver3test.cc Bugfixes and extra debugging for file transfer. 2008-11-04 23:12:53 +00:00
ftserver.cc - Added a parent page widget (class RsAutoUpdatePage) to handle auto-update. The page updates using a timer, only wh 2009-11-17 12:45:06 +00:00
ftserver.h - Added a parent page widget (class RsAutoUpdatePage) to handle auto-update. The page updates using a timer, only wh 2009-11-17 12:45:06 +00:00
fttransfermodule.cc suppressed file download memory leak 2009-06-11 08:09:08 +00:00
fttransfermodule.h turtle tunnel management 2009-06-03 18:47:14 +00:00
fttransfermoduletest.cc re-wrote ftfileprovider / ftfilecreator to be more simple and robust. 2008-10-22 18:12:58 +00:00
Makefile Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ 2009-07-30 21:27:47 +00:00
pqitestor.cc Bugfixes and extra debugging for file transfer. 2008-11-04 23:12:53 +00:00
pqitestor.h Enabled new File Transfer Code in libretroshare. 2008-11-02 11:38:11 +00:00
TestNotes.txt More bugfixes for file transfer stuff. 2008-08-21 21:30:59 +00:00