RetroShare/libretroshare/src/pqi
drbob 7203229126 Cleaned up Transfer debug, now that we've found the windows bug.
* new uniform #define DEBUG_TRANSFERS to switch on packet timings.
 * switched off by default.
 * enabled BinData printing again.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3785 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-13 11:46:17 +00:00
..
authgpg.cc Send RsDiscReply information of the connected friend to himself too, when there is only one ssl id available. The reason is, that the signers of the gpg key has to be transfered. The friend skips the own RsDiscReply informations, but imports the gpg key. 2010-11-06 16:40:18 +00:00
authgpg.h Send RsDiscReply information of the connected friend to himself too, when there is only one ssl id available. The reason is, that the signers of the gpg key has to be transfered. The friend skips the own RsDiscReply informations, but imports the gpg key. 2010-11-06 16:40:18 +00:00
authgpgtest.cc Switched p3distrib (forums) personal signatures from ssl to pgp. 2010-07-04 22:23:45 +00:00
authgpgtest.h Switched p3distrib (forums) personal signatures from ssl to pgp. 2010-07-04 22:23:45 +00:00
authssl.cc Removed potential memory leak in AuthSSLimpl::encrypt/decrypt in case of an error. 2010-10-23 14:03:35 +00:00
authssl.h Networking REWORK: Major cleanup of p3ConnectMgr. 2010-07-04 10:35:38 +00:00
authssltest.cc Networking REWORK: Major cleanup of p3ConnectMgr. 2010-07-04 10:35:38 +00:00
authssltest.h Networking REWORK: Major cleanup of p3ConnectMgr. 2010-07-04 10:35:38 +00:00
cleanupxpgp.cc Removed memory leak in cleanUpCertificate when the certificate can't be cleaned. 2010-08-14 11:51:15 +00:00
cleanupxpgp.h update, during the GUI for invitation changes 2009-03-18 19:33:30 +00:00
Makefile * Major tweak to the serialiser: shifted size to 32bits to handle bigger packets. This will break compatibility. 2009-09-08 20:18:43 +00:00
p3cfgmgr.cc Fixed crash on load of the config, when the first attempt loads some RsItem's but failed and the second attempt failed too. The loaded items are deleted twice, because the std::list of the loaded items is not clear'ed after the delete of the items of the first attempt. 2010-10-08 19:22:03 +00:00
p3cfgmgr.h bug correction. Please do not use begin ( ) from returns of a function without const & s 2010-10-05 15:46:08 +00:00
p3connmgr.cc Changes to get DHT On/Off working, and get DHT status working too: 2010-10-31 13:53:28 +00:00
p3connmgr.h Changes to get DHT On/Off working, and get DHT status working too: 2010-10-31 13:53:28 +00:00
p3dhtmgr.cc Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
p3dhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
p3notify.cc NETWORK REWORK (cont) 2010-06-26 12:31:24 +00:00
p3notify.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
p3upnpmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
pqi_base.h added new individual config saving system 2010-09-18 19:09:11 +00:00
pqi.h - Implemented CRC32 map traffic through direct downloads 2010-07-29 21:07:07 +00:00
pqiarchive.cc still further log cleanings 2010-02-08 16:42:26 +00:00
pqiarchive.h fixed transitioning of msg service config files from global signature format 2010-09-21 22:02:35 +00:00
pqiassist.h Changes to get DHT On/Off working, and get DHT status working too: 2010-10-31 13:53:28 +00:00
pqibin.cc added new individual config saving system 2010-09-18 19:09:11 +00:00
pqibin.h added new individual config saving system 2010-09-18 19:09:11 +00:00
pqihandler.cc - Implemented CRC32 map traffic through direct downloads 2010-07-29 21:07:07 +00:00
pqihandler.h - Implemented CRC32 map traffic through direct downloads 2010-07-29 21:07:07 +00:00
pqihash.h warning suppression 2010-02-23 21:55:29 +00:00
pqiindic.h Lots of little changes to libretroshare. Improvements mainly focused 2008-02-07 16:18:34 +00:00
pqiipset.cc Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
pqiipset.h Network REWORK 2010-07-04 10:15:56 +00:00
pqilistener.h NETWORK REWORK (cont) 2010-06-26 12:31:24 +00:00
pqiloopback.cc * Enabled saving of data rate limits. 2008-04-04 12:19:50 +00:00
pqiloopback.h Commit of the new UDP Connection methods and 2008-01-25 06:36:40 +00:00
pqimonitor.cc Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
pqimonitor.h Limit the concurrent connection attempts in Windows XP. Its's only a hack. 2010-10-07 11:17:42 +00:00
pqinetwork.cc pqinetwork.cc: removed compiler warnings on windows, errors was fixed already 2010-07-11 00:07:19 +00:00
pqinetwork.h Changed the values of ETIMEDOUT to 10060 like in pthread.h to prevent compiler warnings. 2010-08-04 11:27:16 +00:00
pqinotify.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
pqiperson.cc Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
pqiperson.h Networking REWORK: Major cleanup of p3ConnectMgr. 2010-07-04 10:35:38 +00:00
pqipersongrp.cc Changes to get DHT On/Off working, and get DHT status working too: 2010-10-31 13:53:28 +00:00
pqipersongrp.h Limit the concurrent connection attempts in Windows XP. Its's only a hack. 2010-10-07 11:17:42 +00:00
pqisecurity.cc * Added partially completed authssl.cc, as we move towards openpgp authentication. 2009-04-22 23:29:16 +00:00
pqisecurity.h Major changes to the networking core of retroshare to introduce the new serialiser. 2007-12-12 01:29:14 +00:00
pqiservice.cc Add the tunneling connection. Warning, encryption is not implemented yet for tunnel connection, use only for testing. 2009-12-13 21:59:26 +00:00
pqiservice.h Added Mutex protection to the core comms (pqihandler + pqipersongrp). 2008-11-22 13:15:07 +00:00
pqissl.cc Fixed upload speed problem of Windows systems. 2010-11-12 21:05:59 +00:00
pqissl.h Fixed upload speed problem of Windows systems. 2010-11-12 21:05:59 +00:00
pqissllistener.cc Fixed upload speed problem of Windows systems. 2010-11-12 21:05:59 +00:00
pqissllistener.h make it run 2010-01-13 21:01:06 +00:00
pqisslpersongrp.cc * disabled UDP and TUNNEL connections for debugging purposes. 2010-06-24 18:06:10 +00:00
pqisslpersongrp.h Commit of the new UDP Connection methods and 2008-01-25 06:36:40 +00:00
pqissltunnel.cc - Implemented CRC32 map traffic through direct downloads 2010-07-29 21:07:07 +00:00
pqissltunnel.h Networking REWORK: Major cleanup of p3ConnectMgr. 2010-07-04 10:35:38 +00:00
pqissludp.cc Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
pqissludp.h get rid of p3authmgr 2010-01-13 20:56:55 +00:00
pqistore.cc added new individual config saving system 2010-09-18 19:09:11 +00:00
pqistore.h added new individual config saving system 2010-09-18 19:09:11 +00:00
pqistreamer.cc Cleaned up Transfer debug, now that we've found the windows bug. 2010-11-13 11:46:17 +00:00
pqistreamer.h Added a Mutex around out_pkt and out_data in pqistreamer.cc, as a thread race between queue_outpqi and handleoutgoing is most probably responsible for random packet corruption. 2009-03-11 20:36:51 +00:00
sslfns.cc Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
sslfns.h pqinetwork.cc: removed compiler warnings on windows, errors was fixed already 2010-07-11 00:07:19 +00:00