RetroShare/libretroshare/src/tcponudp
csoler 0d14351b8a Ported branch commits:
3099: libretroshare/src/tcponudp/udplayer.cc 
      libretroshare/src/tcponudp/udplayer.h 	
      libretroshare/src/util/rsnet.cc 	
      libretroshare/src/util/rsnet.h

	moved operator<<(ostream&,sockaddr_in) to rsnet.h, as it is used at
	different places

3100: libretroshare/src/util/rsdiscspace.cc
	suppressed debug mode

3101: libretroshare/src/serialiser/rsdiscitems.cc

	put correct (i.e. non conservative) size for RsDiscReply packets

3102: libretroshare/src/services/p3disc.cc

	Made a pass on the code in p3disc. Corrected some bugs:
		- suppressed an unwanted return in packet treatment
		- prevented sending info to a peer about itself
		- changed askInfoToAllPeers() such as not to discard info
		  from peers with NODISC flag (because we especially need
		  info for these)
		- enabled receiving p3disc info even if p3discovery is
		  disabled. Indeed, disabeling p3disc is a measure of
		  protection, so it should limit the export of p3disc info,
		  not the import.
		- removed test discarding info about dummy friends, because
		  it is useless
		- don't discard info about peers that have the NODISC flag
		  (meaning that we especially need info for them)
		- added safety check about received GPG keys. Before we
		  relied on this test being performed by
		  p3ConnMgr::addFriend()
		- added some debug info

3103: libretroshare/src/ft/ftcontroller.cc
	removed debug info



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3104 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-10 13:42:49 +00:00
..
bio_tou.h Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
bss_tou.c Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
extaddrfinder.cc Ported branch commits 2980/1: cleaned the code in IP address lists management. Removed some bugs. Changed the strategy a bit: only keep the most recent port for identical ips. Changed the interface of extAddrFinder to make it mroe secure. 2010-05-23 22:27:10 +00:00
extaddrfinder.h Ported branch commits 2980/1: cleaned the code in IP address lists management. Removed some bugs. Changed the strategy a bit: only keep the most recent port for identical ips. Changed the interface of extAddrFinder to make it mroe secure. 2010-05-23 22:27:10 +00:00
internal_tou.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
largefile_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
Makefile Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ 2009-07-30 21:27:47 +00:00
pair_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
reset_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcppacket.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
tcppacket.h Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcpstream.cc remove some exit(1) 2010-02-25 22:43:04 +00:00
tcpstream.h A series of small bugfixes - as we head towards the first v0.4 release. 2008-03-03 14:01:52 +00:00
test_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tou_errno.h Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
tou_net.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
tou_net.h add include for latest gcc. Comment usleep fonction in tou_net.h 2010-01-20 22:02:43 +00:00
tou.cc remove some exit(1) 2010-02-25 22:43:04 +00:00
tou.h This patch allows Windows users to share files and folders with "exotic" characters. 2010-05-16 23:26:45 +00:00
udp_server.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
udplayer.cc Ported branch commits: 2010-06-10 13:42:49 +00:00
udplayer.h Ported branch commits: 2010-06-10 13:42:49 +00:00
udpsock_test.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udpsort_test.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udpsorter.cc rewrite connection manager 2009-10-30 00:41:24 +00:00
udpsorter.h Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
udptestfn.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udptestfn.h The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00