RetroShare/libretroshare/src/ft
csoler 97ed1d534f - removed calls to rsfiles->get{Download,Partials}Directory() in RsDiscSpace class, since it would trigger a call to ftController
- added a lock into ftTransferModule::recvFileData() (Crash reported by Costa due to storing data in a deleted transfer module)
- changed names of functions in ftTransferModules to locked_* when appropriate (helps debugging)



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-09-23 21:08:11 +00:00
..
ftchunkmap.cc changed a bit the file transfer strategy. To be tested further. 2010-12-07 17:09:21 +00:00
ftchunkmap.h added chunk splitting in case part of the file transfer data does not come. Added strategy to ask again for missing data. The combination of these two cannot result into an infinite loop (as before) 2011-09-22 19:58:47 +00:00
ftcontroller.cc - removed calls to rsfiles->get{Download,Partials}Directory() in RsDiscSpace class, since it would trigger a call to ftController 2011-09-23 21:08:11 +00:00
ftcontroller.h improved strategy of cleaning unfinished cache transfers 2011-04-25 14:20:57 +00:00
ftdata.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
ftdata.h - Implemented CRC32 map traffic through direct downloads 2010-07-29 21:07:07 +00:00
ftdatamultiplex.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
ftdatamultiplex.h Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +00:00
ftdbase.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
ftdbase.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
ftextralist.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
ftextralist.h removed channel delete feature 2010-12-18 19:35:07 +00:00
ftfilecreator.cc added chunk splitting in case part of the file transfer data does not come. Added strategy to ask again for missing data. The combination of these two cannot result into an infinite loop (as before) 2011-09-22 19:58:47 +00:00
ftfilecreator.h Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
ftfileprovider.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
ftfileprovider.h Optimized some small things in TransferDialog and SearchDialog. 2011-02-20 00:59:47 +00:00
ftfilesearch.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
ftfilesearch.h Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +00:00
ftsearch.h Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +00:00
ftserver.cc Partial fix for ticket #146: 2011-08-28 22:54:01 +00:00
ftserver.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
fttransfermodule.cc - removed calls to rsfiles->get{Download,Partials}Directory() in RsDiscSpace class, since it would trigger a call to ftController 2011-09-23 21:08:11 +00:00
fttransfermodule.h - removed calls to rsfiles->get{Download,Partials}Directory() in RsDiscSpace class, since it would trigger a call to ftController 2011-09-23 21:08:11 +00:00