RetroShare/libretroshare/src/pqi
drbob e4e80778e4 Networking REWORK (cont)
AuthSSL / AuthGPG: Bits and pieces still need fixing up.
AuthSSL will be rechecked later ;)

 * Mutex bug in authGPG (not very serious one).
 * removed _locked() suffix from functions (as they do the locking now).
 * added dummy FailedCertificate / CheckCertificate fns to AuthSSL
 * removed last bits of awful SSL_ex_data hack.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3213 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-25 21:50:46 +00:00
..
authgpg.cc Networking REWORK (cont) 2010-06-25 21:50:46 +00:00
authgpg.h Networking REWORK (cont) 2010-06-25 21:50:46 +00:00
authssl.cc Networking REWORK (cont) 2010-06-25 21:50:46 +00:00
authssl.h Networking REWORK (cont) 2010-06-25 21:50:46 +00:00
cleanupxpgp.cc Memory leak and compiler warnings fixes: 2010-06-07 01:47:15 +00:00
cleanupxpgp.h update, during the GUI for invitation changes 2009-03-18 19:33:30 +00:00
conn_test.cc
dht_test.cc * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
gpgme_tst.c Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ 2009-07-30 21:27:47 +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
net_test.cc
net_test1.cc moved isLocalNet() etc to util/rsnet.cc 2008-06-07 11:21:00 +00:00
netiface_test.cc * 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 Merged branch commits: 2010-06-05 19:16:39 +00:00
p3cfgmgr.h documentation - p3configmgr.h 2010-04-15 11:26:44 +00:00
p3connmgr.cc Ported branch commits: 2010-06-16 20:18:46 +00:00
p3connmgr.h Ported branch commits: 2010-06-16 20:18:46 +00:00
p3dhtmgr.cc final code, working on local machine 2009-11-11 16:49:11 +00:00
p3dhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
p3notify.cc - Changes for Message Toaster 2010-06-13 10:12:56 +00:00
p3notify.h - Changes for Message Toaster 2010-06-13 10:12:56 +00:00
p3upnpmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
pqi.h
pqi_base.cc
pqi_base.h documenting: pqi_base.h 2010-04-15 11:39:54 +00:00
pqiarchive.cc still further log cleanings 2010-02-08 16:42:26 +00:00
pqiarchive.h
pqiassist.h Missed a file. 2008-08-16 15:06:03 +00:00
pqibin.cc
pqibin.h documentation: pqibin 2010-04-15 10:54:54 +00:00
pqihandler.cc Revert "Ad a friend right upon connection when necessary. Removed two core mutex to do that, it might be dangerous, we will see" 2010-01-14 22:50:27 +00:00
pqihandler.h new computing for download and upload rate. No more indiv rate settings 2009-06-08 17:09:00 +00:00
pqihash.h warning suppression 2010-02-23 21:55:29 +00:00
pqiindic.h
pqilistener.h
pqiloopback.cc
pqiloopback.h
pqimonitor.cc final code, working on local machine 2009-11-11 16:49:11 +00:00
pqimonitor.h final code, working on local machine 2009-11-11 16:49:11 +00:00
pqinetwork.cc Memory leak: 2010-05-09 21:58:28 +00:00
pqinetwork.h This patch allows Windows users to share files and folders with "exotic" characters. 2010-05-16 23:26:45 +00:00
pqinotify.h - Changes for Message Toaster 2010-06-13 10:14:04 +00:00
pqiperson.cc Merged branch commits: 2010-06-05 19:16:39 +00:00
pqiperson.h Merged branch commits: 2010-06-05 19:16:39 +00:00
pqipersongrp.cc remove a maximum of debug outputs for the release 2010-02-07 21:28:40 +00:00
pqipersongrp.h add ext address detector when connectiong to peers 2009-12-14 18:11:19 +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
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 First of the Networking REWORK checkings. I'm doing these is stages, 2010-06-25 21:44:24 +00:00
pqissl.h First of the Networking REWORK checkings. I'm doing these is stages, 2010-06-25 21:44:24 +00:00
pqissllistener.cc Ported branch commits: 2010-05-19 20:08:58 +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
pqissltunnel.cc reimplemented the tunnel handshake 2010-02-25 22:44:04 +00:00
pqissltunnel.h reimplemented the tunnel handshake 2010-02-25 22:44:04 +00:00
pqissludp.cc First of the Networking REWORK checkings. I'm doing these is stages, 2010-06-25 21:44:24 +00:00
pqissludp.h get rid of p3authmgr 2010-01-13 20:56:55 +00:00
pqistore.cc Ported branch commit 3017: 2010-05-28 14:00:35 +00:00
pqistore.h Modified (all I hope) remaining pqistream -> pqistore for cache file save/loads. 2009-05-12 21:55:50 +00:00
pqistreamer.cc Added in RsItem a new virtual method queueType() that returns the type of the queue to 2010-06-16 21:09:58 +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
sslcert.cc
sslcert.h
xpgp_id.cc
xpgpcert.cc
xpgpcert.h