RetroShare/libretroshare/src/ft
drbob b683e663d6 Merged Changes /branches/v0.5-peernet/libretroshare/:r4237-4358
Major changes are:
 * Improvements to tcponudp library to allow multiple UdpStacks / ports, with alternative recievers.
 * Resurrected the UdpStunner code, and improved it.
 * Added UdpRelay code.
 * Modified startup code and ssludp code to use the new tcponudp and add a stunner.
 * fixed buggy rs_inet_ntoa
 * fixed a bunch of apple gcc warnings. mainly for(;;); => for(;;) ;

These changes shouldn't affect libretroshare stability... those changes will follow!




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4359 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-06-29 18:02:44 +00:00
..
ftchunkmap.cc changed a bit the file transfer strategy. To be tested further. 2010-12-07 17:09:21 +00:00
ftchunkmap.h added chunk request info, and chunk download info. Corrected bug displaying speed for stalled transfers. Warning: needs full recompilation 2010-12-26 10:58:02 +00:00
ftcontroller.cc Returned debugging to what it was! 2011-06-25 12:41:37 +00:00
ftcontroller.h improved strategy of cleaning unfinished cache transfers 2011-04-25 14:20:57 +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 corrected a bug that caused file descriptors to never get closed. Adding some tracing comments. 2011-01-08 23:27:33 +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 Made the hash-cache more compliant with mounted/network drives: 2011-06-15 20:03:26 +00:00
ftdbase.h Made the hash-cache more compliant with mounted/network drives: 2011-06-15 20:03:26 +00:00
ftextralist.cc Fixed problem with utf characters in the %APPDATA% path on Windows. 2011-04-03 23:11:38 +00:00
ftextralist.h removed channel delete feature 2010-12-18 19:35:07 +00:00
ftfilecreator.cc improved strategy of cleaning unfinished cache transfers 2011-04-25 14:20:57 +00:00
ftfilecreator.h improved strategy of cleaning unfinished cache transfers 2011-04-25 14:20:57 +00:00
ftfileprovider.cc Fixed problem with utf characters in the %APPDATA% path on Windows. 2011-04-03 23:11:38 +00:00
ftfileprovider.h Optimized some small things in TransferDialog and SearchDialog. 2011-02-20 00:59:47 +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 Made the hash-cache more compliant with mounted/network drives: 2011-06-15 20:03:26 +00:00
ftserver.h - Added basic infrastructure to plugin system in libretroshare and retroshare-gui. 2011-06-16 21:59:26 +00:00
fttransfermodule.cc Merged Changes /branches/v0.5-peernet/libretroshare/:r4237-4358 2011-06-29 18:02:44 +00:00
fttransfermodule.h Optimized some small things in TransferDialog and SearchDialog. 2011-02-20 00:59:47 +00:00