RetroShare/libretroshare/src/ft
2010-11-10 22:05:34 +00:00
..
ftchunkmap.cc switched random chunk strategy to true random 2010-11-10 22:05:34 +00:00
ftchunkmap.h improved random chunk strategy, to limit cluster effects on files partially downloaded in streaming 2010-11-08 22:09:43 +00:00
ftcontroller.cc switched random chunk strategy to true random 2010-11-10 22:05:34 +00:00
ftcontroller.h Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +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 Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +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 added an optional cache for hashes, so that hashed files are remembered for some days. 2010-10-31 20:35:31 +00:00
ftdbase.h added an optional cache for hashes, so that hashed files are remembered for some days. 2010-10-31 20:35:31 +00:00
ftextralist.cc Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +00:00
ftextralist.h Optimized parameter "hash" of method RsFiles::FileDetails from "std::string" to "const std::string&" 2010-10-27 20:01:31 +00:00
ftfilecreator.cc corrected a bug in chunkmaps that affected file creators being providers at the same time, which could corrupt data. Added some debug info to chunk maps. 2010-10-15 22:12:29 +00:00
ftfilecreator.h - modified ftFileProvider so as to keep multiple client peers per instance 2010-07-27 16:05:21 +00:00
ftfileprovider.cc corrected a bug in chunkmaps that affected file creators being providers at the same time, which could corrupt data. Added some debug info to chunk maps. 2010-10-15 22:12:29 +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 added an optional cache for hashes, so that hashed files are remembered for some days. 2010-10-31 20:35:31 +00:00
ftserver.h added an optional cache for hashes, so that hashed files are remembered for some days. 2010-10-31 20:35:31 +00:00
fttransfermodule.cc removed the "emergency shutdown" feature in tickPeerTransfer(), that would stuck some transfers on the lowest rate 128 B/s. On my tests this emergency shutdown is never needed. 2010-10-16 21:09:48 +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