RetroShare/libretroshare/src/ft
Phenom a622194c2d Fix CppCheck in ftturtlefiletransferitem.h
/libretroshare/src/ft/ftturtlefiletransferitem.h:36: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleFileRequestItem::chunk_offset' is not initialized in the
constructor.
/libretroshare/src/ft/ftturtlefiletransferitem.h:36: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleFileRequestItem::chunk_size' is not initialized in the
constructor.
/libretroshare/src/ft/ftturtlefiletransferitem.h:52: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleFileDataItem::chunk_offset' is not initialized in the
constructor.
/libretroshare/src/ft/ftturtlefiletransferitem.h:52: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleFileDataItem::chunk_size' is not initialized in the
constructor.
/libretroshare/src/ft/ftturtlefiletransferitem.h:52: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleFileDataItem::chunk_data' is not initialized in the
constructor.
/libretroshare/src/ft/ftturtlefiletransferitem.h:102: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleChunkCrcRequestItem::chunk_number' is not initialized in the
constructor.
/libretroshare/src/ft/ftturtlefiletransferitem.h:116: warning:
Cppcheck(uninitMemberVar): Member variable
'RsTurtleChunkCrcItem::chunk_number' is not initialized in the
constructor.
2017-11-05 16:36:01 +01:00
..
ftchunkmap.cc Fix warning: this statement may fall through 2017-07-16 20:27:09 +02:00
ftchunkmap.h Fix CppCheck in ftchunkmap.h 2017-11-05 16:28:37 +01:00
ftcontroller.cc adding pending transfers 100 at a time instead of 1 at a time when loading 2017-09-18 22:49:51 +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 Fix CppCheck ftfilecreator.cc 2017-11-05 16:33:16 +01: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 Fix CppCheck in ftserver.cc 2017-11-05 16:33:56 +01:00
ftserver.h added UI and parameters for two new options in shared files: max share depth and ignore duplicates 2017-09-24 17:53:06 +02:00
fttransfermodule.cc Fix CppCheck in fttransfermodule 2017-11-05 16:34:45 +01:00
fttransfermodule.h Fix CppCheck in fttransfermodule 2017-11-05 16:34:45 +01:00
ftturtlefiletransferitem.cc moved rsserializer and rstypeserializer to serialiser/ 2017-04-30 16:05:37 +02:00
ftturtlefiletransferitem.h Fix CppCheck in ftturtlefiletransferitem.h 2017-11-05 16:36:01 +01:00