..
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 request info, and chunk download info. Corrected bug displaying speed for stalled transfers. Warning: needs full recompilation
2010-12-26 10:58:02 +00:00
ftcontroller.cc
Removed unnecessary variable "ownId" in ftController::FileRequest.
2011-01-04 19:46:27 +00:00
ftcontroller.h
removed channel delete feature
2010-12-18 19:35:07 +00:00
ftdata.cc
added missing dummy class definitions for linking test programs
2010-10-01 19:52:24 +00:00
ftdata.h
- Implemented CRC32 map traffic through direct downloads
2010-07-29 21:07:07 +00:00
ftdatamultiplex.cc
corrected quite subtle bug in ftdatamultiplex, due to deleting a filecreator that is also a file server.
2010-11-29 20:46:21 +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 channel delete feature
2010-12-18 19:35:07 +00:00
ftdbase.h
removed channel delete feature
2010-12-18 19:35:07 +00:00
ftextralist.cc
removed channel delete feature
2010-12-18 19:35:07 +00:00
ftextralist.h
removed channel delete feature
2010-12-18 19:35:07 +00:00
ftfilecreator.cc
added chunk request info, and chunk download info. Corrected bug displaying speed for stalled transfers. Warning: needs full recompilation
2010-12-26 10:58:02 +00:00
ftfilecreator.h
changed a bit the file transfer strategy. To be tested further.
2010-12-07 17:09:21 +00:00
ftfileprovider.cc
added missing mutex (caused memory error)
2010-11-29 17:21:51 +00:00
ftfileprovider.h
This intimidating patch renames libretroshare/src/rsiface/ to
2010-08-06 09:40:23 +00:00
ftfilesearch.cc
Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&"
2010-10-27 20:01:31 +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
removed channel delete feature
2010-12-18 19:35:07 +00:00
ftserver.h
removed channel delete feature
2010-12-18 19:35:07 +00:00
fttransfermodule.cc
changed minimum chunk size to 1KB/s and max desired rate to 10MB/s
2010-11-14 21:38:12 +00:00
fttransfermodule.h
simplified the code in the post download CRC check routine and removed a potential bug.
2010-09-30 21:02:37 +00:00