RetroShare/libretroshare/src/pqi
thunder2 687b2ecd36 The password dialog can be canceled.
Fixed an error when cancel the login password dialog at startup. RetroShare did not start after this.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4537 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-08-05 20:45:09 +00:00
..
authgpg.cc The password dialog can be canceled. 2011-08-05 20:45:09 +00:00
authgpg.h added a signature add/remove button in connect wizard, only when gpgme-1.3.1 or greater is used, based on the availability of the GPGME_EXPORT_MODE_MINIMAL option. 2011-07-01 20:47:58 +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 Updated flags to add additional NewsFeed Type: Security! 2011-07-11 15:52:29 +00:00
authssl.h removed channel delete feature 2010-12-18 19:35:07 +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 automatic cleaning of the certificate in p3Peers::loadDetailsFromStringCert. 2011-04-08 18:53:12 +00:00
cleanupxpgp.h Removed automatic cleaning of the certificate in p3Peers::loadDetailsFromStringCert. 2011-04-08 18:53:12 +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 Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
p3cfgmgr.h Improvement of the plugin system: 2011-07-05 20:29:07 +00:00
p3dhtmgr.cc More Plumbing changes. 2011-07-14 14:56:33 +00:00
p3dhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
p3linkmgr.cc fixed missign return, and pointer-to-uint32_t cast 2011-07-19 18:55:32 +00:00
p3linkmgr.h Removed Lots of Debug, and fixed a couple of bugs. 2011-07-19 00:06:09 +00:00
p3netmgr.cc Fixed Bug in choosing port for Proxy UDP. Chooses a Random one between 30000-50000. 2011-08-04 22:57:12 +00:00
p3netmgr.h * Switched on Dht "Attach" Mode if RS is firewalled. (and not nice firewall). 2011-07-21 11:28:19 +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 Address update from p3NetMgr => p3PeerMgr, when external address has been determined. 2011-08-02 19:05:27 +00:00
p3peermgr.h Added Address update from p3NetMgr => p3PeerMgr, when external address has been determined. 2011-08-02 19:05:27 +00:00
p3upnpmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
pqi_base.h set maximum port value to 65535 instead of old arbitrary value of 50000, and warned about system-reserved ports in server settings gui 2011-07-23 20:07:06 +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 * Switched on Dht "Attach" Mode if RS is firewalled. (and not nice firewall). 2011-07-21 11:28:19 +00:00
pqibin.cc Fixed problem with utf characters in the %APPDATA% path on Windows. 2011-04-03 23:11:38 +00:00
pqibin.h added new individual config saving system 2010-09-18 19:09:11 +00:00
pqihandler.cc Removed Lots of Debug, and fixed a couple of bugs. 2011-07-19 00:06:09 +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 More Plumbing changes. 2011-07-14 14:56:33 +00:00
pqinetstatebox.cc Net, Dht and Configuration changes. 2011-07-30 16:57:40 +00:00
pqinetstatebox.h Net, Dht and Configuration changes. 2011-07-30 16:57:40 +00:00
pqinetwork.cc Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +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 Removed Lots of Debug, and fixed a couple of bugs. 2011-07-19 00:06:09 +00:00
pqiperson.h More Plumbing changes. 2011-07-14 14:56:33 +00:00
pqipersongrp.cc Optimized the Windows connection hack. Suppressed unnecessary count of connection attempts when no connection is waiting. 2011-08-04 23:27:58 +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 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 Fixed Bug in choosing port for Proxy UDP. Chooses a Random one between 30000-50000. 2011-08-04 22:57:12 +00:00
pqissl.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqissllistener.cc Added Second Queue, to check if connections are actually valid before installing. 2011-08-05 16:04:35 +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 p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqissltunnel.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
pqissludp.cc Silly Bug, overwritten the mConnectFlag with the Bandwidth parameter. 2011-07-18 18:28:20 +00:00
pqissludp.h More Plumbing changes. 2011-07-14 14:56:33 +00:00
pqistore.cc suppressed debug printfs and costly outputs 2011-01-20 17:25:30 +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 * Added further debug to pqistreamer. 2011-07-29 15:20:40 +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 Merged Changes /branches/v0.5-peernet/libretroshare/:r4237-4358 2011-06-29 18:02:44 +00:00
sslfns.h pqinetwork.cc: removed compiler warnings on windows, errors was fixed already 2010-07-11 00:07:19 +00:00