RetroShare/libretroshare/src/pqi
2012-01-06 22:03:46 +00:00
..
authgpg.cc Optimized startup of RetroShare by removing two unnecessary calls to AuthGPGimpl::storeAllKeys. 2011-12-12 09:37:03 +00:00
authgpg.h Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
authgpgtest.cc moved authgpgtest.cc/.h back to src/pqi from test/pqi 2011-06-22 23:33:43 +00:00
authgpgtest.h moved authgpgtest.cc/.h back to src/pqi from test/pqi 2011-06-22 23:33:43 +00:00
authssl.cc Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
authssl.h Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +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 corrected a few bugs in the cert cleaning method. Added feedback to the GUI and error codes for the cert cleaning function of rspeers 2011-08-30 21:49:49 +00:00
cleanupxpgp.h corrected a few bugs in the cert cleaning method. Added feedback to the GUI and error codes for the cert cleaning function of rspeers 2011-08-30 21:49:49 +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 Reverted some of my last changes: 2011-12-12 16:07:38 +00:00
p3cfgmgr.h --- Merging r4718 through r4752 from branches/v0.5-dhtmods 2012-01-06 15:33:51 +00:00
p3dhtmgr.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
p3dhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
p3historymgr.cc Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
p3historymgr.h Moved the chat history into the libretroshare. 2011-09-29 09:20:09 +00:00
p3linkmgr.cc Add the ip address of the DNSResolver to the top of the list of the connect addresses. 2012-01-06 22:03:46 +00:00
p3linkmgr.h Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
p3netmgr.cc Improvement to BanPeers Sharing Code. 2011-11-25 00:58:01 +00:00
p3netmgr.h Improvement to BanPeers Sharing Code. 2011-11-25 00:58:01 +00:00
p3notify.cc Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3notify.h Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
p3peermgr.cc Added extra function to retrieve Peer's GPG IDs. 2012-01-05 15:41:24 +00:00
p3peermgr.h Added extra function to retrieve Peer's GPG IDs. 2012-01-05 15:41:24 +00:00
p3upnpmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
pqi_base.h merge of QoS branch into trunk 2011-09-04 20:01:30 +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 Added basic ZeroConf interface. 2011-12-13 16:19:37 +00:00
pqibin.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqibin.h added new individual config saving system 2010-09-18 19:09:11 +00:00
pqihandler.cc merge of QoS branch into trunk 2011-09-04 20:01:30 +00:00
pqihandler.h merge of QoS branch into trunk 2011-09-04 20:01:30 +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 Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +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 More Plumbing changes. 2011-07-14 14:56:33 +00:00
pqinetstatebox.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqinetstatebox.h Net, Dht and Configuration changes. 2011-07-30 16:57:40 +00:00
pqinetwork.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqinetwork.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqinotify.h Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
pqiperson.cc merge of QoS branch into trunk 2011-09-04 20:01:30 +00:00
pqiperson.h merge of QoS branch into trunk 2011-09-04 20:01:30 +00:00
pqipersongrp.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +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
pqiqos.cc apparently this file was missing. 2011-09-08 19:22:50 +00:00
pqiqos.h apparently this file was missing. 2011-09-08 19:25:17 +00:00
pqisecurity.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqisecurity.h
pqiservice.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
pqiservice.h Added Mutex protection to the core comms (pqihandler + pqipersongrp). 2008-11-22 13:15:07 +00:00
pqissl.cc put some pqissl warnings in log file only in debug mode, since this is quite CPU demanding 2011-09-06 18:54:55 +00:00
pqissl.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqissllistener.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqissllistener.h Added Second Queue, to check if connections are actually valid before installing. 2011-08-05 16:04:35 +00:00
pqisslpersongrp.cc Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqisslpersongrp.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqissltunnel.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqissltunnel.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqissludp.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
pqissludp.h More Plumbing changes. 2011-07-14 14:56:33 +00:00
pqistore.cc Fixed crash in "pqiSSLstore::readPkt" when "rsSerialiser->deserialise" returns NULL. 2011-09-14 11:05:17 +00:00
pqistore.h Added some optimizations (const std::string&) to the load of the caches at startup and to the p3ConnectMgr. 2010-12-19 23:50:46 +00:00
pqistreamer.cc Removed compiler warnings. 2011-11-25 13:32:46 +00:00
pqistreamer.h merge of QoS branch into trunk 2011-09-04 20:01:30 +00:00
sslfns.cc Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
sslfns.h pqinetwork.cc: removed compiler warnings on windows, errors was fixed already 2010-07-11 00:07:19 +00:00