RetroShare/libretroshare/src/ft
csoler f9dc3b223b Started implementing flags to handle the sharing mode.
What works:
- the gui shows the flags in ShareManager
- the flags are loaded/saved to ft_shared.cfg and passed on to FileIndexMonitor
What does not work yet:
- the flags are not accounted for yet by FileIndexMonitor

In addition:
- simplified the directories dialog in Preferences, so that it calls the ShareManager instead of dupplicating the directories management 
code that becomes larger.
- setup the ShareManager to be a singleton, so as to coherently call it from different places.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-03 19:43:52 +00:00
..
ftcontroller.cc let hash name for partial files, use qfile link instead 2009-07-28 15:29:21 +00:00
ftcontroller.h share of incoming directory by default 2009-07-12 13:22:31 +00:00
ftcontrollertest.cc
ftdata.cc
ftdata.h
ftdatamultiplex.cc this is a fix for the file download problem. It does not correct the wrong chunk size, but it checks that the malloc returns something. 2009-07-27 20:31:56 +00:00
ftdatamultiplex.h Possibly got rid of this core dump in file uploads. It seems it came from unlocked destroying of dataplex->mServers when they came out of time, while the gui still asked for info about them. 2009-02-09 20:26:12 +00:00
ftdataplextest.cc
ftdbase.cc Started implementing flags to handle the sharing mode. 2009-08-03 19:43:52 +00:00
ftdbase.h Started implementing flags to handle the sharing mode. 2009-08-03 19:43:52 +00:00
ftdwlqueue.cc *redesign of dwl queue - dwls will be enqueued and picked from there; 2009-07-28 10:21:19 +00:00
ftdwlqueue.h *redesign of dwl queue - dwls will be enqueued and picked from there; 2009-07-28 10:21:19 +00:00
ftextralist.cc added missing continue which caused sigsegv 2009-06-15 07:28:23 +00:00
ftextralist.h
ftextralisttest.cc
ftfilecreator.cc add include complying to gcc 4.4 2009-05-11 14:30:53 +00:00
ftfilecreator.h
ftfilecreatortest.cc
ftfileprovider.cc this is a fix for the file download problem. It does not correct the wrong chunk size, but it checks that the malloc returns something. 2009-07-27 20:31:56 +00:00
ftfileprovider.h
ftfileprovidertest.cc
ftfilesearch.cc
ftfilesearch.h
ftsearch.h
ftserver.cc Started implementing flags to handle the sharing mode. 2009-08-03 19:43:52 +00:00
ftserver.h Started implementing flags to handle the sharing mode. 2009-08-03 19:43:52 +00:00
ftserver1test.cc
ftserver2test.cc
ftserver3test.cc
fttransfermodule.cc suppressed file download memory leak 2009-06-11 08:09:08 +00:00
fttransfermodule.h turtle tunnel management 2009-06-03 18:47:14 +00:00
fttransfermoduletest.cc
Makefile Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ 2009-07-30 21:27:47 +00:00
pqitestor.cc
pqitestor.h
TestNotes.txt