| .. |
|
ftchunkmap.cc
|
added flags to file request: RS_FILE_HINTS_ASSUME_AVAILABILITY to not wait/ask for chunk maps. Used for cache transfer and also whenever the turtle traffic is not involved, such as chat file exchange, and RS_FILE_HINTS_NETWORK_WIDE to force using turtle routing for traffic. Also moved turtle tunnel start/stop orders from ftServer to ftController
|
2010-01-11 22:38:18 +00:00 |
|
ftchunkmap.h
|
added flags to file request: RS_FILE_HINTS_ASSUME_AVAILABILITY to not wait/ask for chunk maps. Used for cache transfer and also whenever the turtle traffic is not involved, such as chat file exchange, and RS_FILE_HINTS_NETWORK_WIDE to force using turtle routing for traffic. Also moved turtle tunnel start/stop orders from ftServer to ftController
|
2010-01-11 22:38:18 +00:00 |
|
ftcontroller.cc
|
forgot flag in ::alreadyHaveFile()
|
2010-01-16 23:51:46 +00:00 |
|
ftcontroller.h
|
added functionnality to complain when a download is initiated over a file already in download, or in the HD
|
2010-01-16 15:42:26 +00:00 |
|
ftcontrollertest.cc
|
solve compile faults.
|
2008-09-09 13:08:22 +00:00 |
|
ftdata.cc
|
More Improvements to FileTransfer:
|
2008-08-03 12:45:53 +00:00 |
|
ftdata.h
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftdatamultiplex.cc
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftdatamultiplex.h
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftdataplextest.cc
|
Improvements/bugfixes to File Transfer.
|
2008-08-30 01:07:24 +00:00 |
|
ftdbase.cc
|
get rid of p3authmgr
|
2010-01-13 20:56:55 +00:00 |
|
ftdbase.h
|
get rid of p3authmgr
|
2010-01-13 20:56:55 +00:00 |
|
ftdwlqueue.cc
|
add persistence to download queue
|
2009-08-10 19:01:27 +00:00 |
|
ftdwlqueue.h
|
add persistence to download queue
|
2009-08-10 19:01:27 +00:00 |
|
ftextralist.cc
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftextralist.h
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftextralisttest.cc
|
Improvements/bugfixes to File Transfer.
|
2008-08-30 01:07:24 +00:00 |
|
ftfilecreator.cc
|
added flags to file request: RS_FILE_HINTS_ASSUME_AVAILABILITY to not wait/ask for chunk maps. Used for cache transfer and also whenever the turtle traffic is not involved, such as chat file exchange, and RS_FILE_HINTS_NETWORK_WIDE to force using turtle routing for traffic. Also moved turtle tunnel start/stop orders from ftServer to ftController
|
2010-01-11 22:38:18 +00:00 |
|
ftfilecreator.h
|
added flags to file request: RS_FILE_HINTS_ASSUME_AVAILABILITY to not wait/ask for chunk maps. Used for cache transfer and also whenever the turtle traffic is not involved, such as chat file exchange, and RS_FILE_HINTS_NETWORK_WIDE to force using turtle routing for traffic. Also moved turtle tunnel start/stop orders from ftServer to ftController
|
2010-01-11 22:38:18 +00:00 |
|
ftfilecreatortest.cc
|
Updated version numbers to v0.4.11b.
|
2008-11-22 17:07:11 +00:00 |
|
ftfileprovider.cc
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftfileprovider.h
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftfileprovidertest.cc
|
Updated version numbers to v0.4.11b.
|
2008-11-22 17:07:11 +00:00 |
|
ftfilesearch.cc
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftfilesearch.h
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftsearch.h
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
ftserver.cc
|
added functionnality to complain when a download is initiated over a file already in download, or in the HD
|
2010-01-16 15:42:26 +00:00 |
|
ftserver.h
|
make it run
|
2010-01-13 21:01:06 +00:00 |
|
ftserver1test.cc
|
Enabled new File Transfer Code in libretroshare.
|
2008-11-02 11:38:11 +00:00 |
|
ftserver2test.cc
|
Enabled new File Transfer Code in libretroshare.
|
2008-11-02 11:38:11 +00:00 |
|
ftserver3test.cc
|
Bugfixes and extra debugging for file transfer.
|
2008-11-04 23:12:53 +00:00 |
|
fttransfermodule.cc
|
- Implemented chunk-based file transfer from partial sources. This in particular means:
|
2010-01-11 16:00:42 +00:00 |
|
fttransfermodule.h
|
- Added a ChunkMap class responsible for allocating new chunks to be downloaded, according to
|
2009-12-08 22:29:52 +00:00 |
|
fttransfermoduletest.cc
|
re-wrote ftfileprovider / ftfilecreator to be more simple and robust.
|
2008-10-22 18:12:58 +00:00 |
|
Makefile
|
Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/
|
2009-07-30 21:27:47 +00:00 |
|
pqitestor.cc
|
Bugfixes and extra debugging for file transfer.
|
2008-11-04 23:12:53 +00:00 |
|
pqitestor.h
|
Enabled new File Transfer Code in libretroshare.
|
2008-11-02 11:38:11 +00:00 |
|
TestNotes.txt
|
More bugfixes for file transfer stuff.
|
2008-08-21 21:30:59 +00:00 |