RetroShare/libretroshare/src/ft
Phenom 7f1e23085d Fix clang warning: unused variable 'FT_TM_CRC_MAP_MAX_WAIT_PER_GIG', ...
/libretroshare/src/ft/fttransfermodule.cc:56: warning: unused variable
'FT_TM_CRC_MAP_MAX_WAIT_PER_GIG' [-Wunused-const-variable]
const uint32_t FT_TM_CRC_MAP_MAX_WAIT_PER_GIG = 20; /* 20 seconds per
gigabyte */
/libretroshare/src/ft/fttransfermodule.cc:65: warning: unused variable
'FT_TM_FAST_RTT' [-Wunused-const-variable]
const int32_t FT_TM_FAST_RTT    = 1.0;
/libretroshare/src/ft/fttransfermodule.cc:66: warning: unused variable
'FT_TM_STD_RTT' [-Wunused-const-variable]
const int32_t FT_TM_STD_RTT     = 5.0;
/libretroshare/src/ft/fttransfermodule.cc:67: warning: unused variable
'FT_TM_SLOW_RTT' [-Wunused-const-variable]
const int32_t FT_TM_SLOW_RTT    = 20.0;
/libretroshare/src/ft/fttransfermodule.cc:69: warning: unused variable
'FT_TM_CRC_MAP_STATE_NOCHECK' [-Wunused-const-variable]
const uint32_t FT_TM_CRC_MAP_STATE_NOCHECK      = 0 ;
/libretroshare/src/ft/fttransfermodule.cc:70: warning: unused variable
'FT_TM_CRC_MAP_STATE_DONT_HAVE' [-Wunused-const-variable]
const uint32_t FT_TM_CRC_MAP_STATE_DONT_HAVE = 1 ;
/libretroshare/src/ft/fttransfermodule.cc:71: warning: unused variable
'FT_TM_CRC_MAP_STATE_HAVE' [-Wunused-const-variable]
const uint32_t FT_TM_CRC_MAP_STATE_HAVE                 = 2 ;
2017-07-16 21:11:47 +02:00
..
ftchunkmap.cc Fix warning: this statement may fall through 2017-07-16 20:27:09 +02:00
ftchunkmap.h added method in ftServer to allow retrieving data from shared/downloaded files (patch from electron, modified) 2015-03-08 13:46:07 +00:00
ftcontroller.cc Fix multi download of same file. 2017-07-06 22:38:08 +02:00
ftcontroller.h Add General Direct Download setting. 2017-06-29 17:18:28 +02:00
ftdata.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ftdatamultiplex.cc removed most of CacheStrapper stuff from ftServer, replaced fimonitor by p3FileDatabase 2016-07-30 21:52:42 +02:00
ftdatamultiplex.h added method in ftServer to allow retrieving data from shared/downloaded files (patch from electron, modified) 2015-03-08 13:46:07 +00:00
ftdbase.cc finished conversion to RsNodeGroupId for file transfer and GUI 2016-07-05 23:49:43 -04:00
ftdbase.h Switched most of the services to use p3ServiceControl instead of p3LinkMgr. 2014-03-29 03:57:44 +00:00
ftextralist.cc fixed ftExtraList to accept e2e encrypted transfers in addition to direct transfers. This fixed the drag+drop of shared files in a distant chat 2017-05-06 18:20:48 +02:00
ftextralist.h fixed ftExtraList to accept e2e encrypted transfers in addition to direct transfers. This fixed the drag+drop of shared files in a distant chat 2017-05-06 18:20:48 +02:00
ftfilecreator.cc added method in ftServer to allow retrieving data from shared/downloaded files (patch from electron, modified) 2015-03-08 13:46:07 +00:00
ftfilecreator.h Removed unused members mStart and mEnd from ftFileCreator. 2015-06-15 18:30:02 +00:00
ftfileprovider.cc added check for return value of fseek in ftFileProvider 2015-06-17 09:36:20 +00:00
ftfileprovider.h added method in ftServer to allow retrieving data from shared/downloaded files (patch from electron, modified) 2015-03-08 13:46:07 +00:00
ftfilesearch.cc merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ftfilesearch.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ftsearch.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ftserver.cc Add General Direct Download setting. 2017-06-29 17:18:28 +02:00
ftserver.h Add General Direct Download setting. 2017-06-29 17:18:28 +02:00
fttransfermodule.cc Fix clang warning: unused variable 'FT_TM_CRC_MAP_MAX_WAIT_PER_GIG', ... 2017-07-16 21:11:47 +02:00
fttransfermodule.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ftturtlefiletransferitem.cc moved rsserializer and rstypeserializer to serialiser/ 2017-04-30 16:05:37 +02:00
ftturtlefiletransferitem.h cleaned the hierarchy of serialization classes 2017-04-26 11:40:46 +02:00