RetroShare/libretroshare/src/pqi
alexandrut 339fcd53ed add persistence to download queue
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1510 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-10 19:01:27 +00:00
..
authgpg.cc Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
authgpg.h Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ 2009-07-30 21:27:47 +00:00
authssl.cc * Fixed certificate saving bug. (authssl.cc) 2009-08-09 13:06:24 +00:00
authssl.h Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ 2009-07-30 21:27:47 +00:00
authxpgp.cc Hope I finally corrected the connexion + one-way bug 2009-07-21 20:14:31 +00:00
authxpgp.h Added the infrastructure for propagating trust info through third parties 2008-12-23 16:23:54 +00:00
cleanupxpgp.cc * Addition of openpgp support! 2009-05-23 15:07:35 +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 Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
net_test.cc
net_test1.cc moved isLocalNet() etc to util/rsnet.cc 2008-06-07 11:21:00 +00:00
p3authmgr.cc Merge branch 'gcc44' 2009-05-27 20:59:48 +00:00
p3authmgr.h Major bugfixes to get PGP authentication finished. 2009-05-25 11:38:47 +00:00
p3cfgmgr.cc added missing BIN_FLAGS_READABLE to pqistore constructor calls 2009-05-13 20:18:03 +00:00
p3cfgmgr.h add persistence to download queue 2009-08-10 19:01:27 +00:00
p3connmgr.cc Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
p3connmgr.h Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
p3dhtmgr.cc Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
p3dhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
p3notify.cc Merge branch 'gcc44' 2009-05-27 20:59:48 +00:00
p3notify.h Merge branch 'badPacketMessage' 2009-05-05 13:35:36 +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 Lots of bugfixes and tweaks: 2008-03-31 14:06:59 +00:00
pqiarchive.cc Secured the output of .cfg files and cache files. Now closing RS or serializing errors while saving these files cannot corrupt them anymore. 2009-03-20 23:37:06 +00:00
pqiarchive.h
pqiassist.h Missed a file. 2008-08-16 15:06:03 +00:00
pqibin.cc * Fixed up various memory leaks (mainly serialiser cleanup). 2008-04-02 13:55:45 +00:00
pqibin.h add include complying to gcc 4.4 2009-05-11 14:30:53 +00:00
pqihandler.cc new computing for download and upload rate. No more indiv rate settings 2009-06-08 17:09:00 +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 * Fixed up various memory leaks (mainly serialiser cleanup). 2008-04-02 13:55:45 +00:00
pqiindic.h
pqilistener.h
pqiloopback.cc * Enabled saving of data rate limits. 2008-04-04 12:19:50 +00:00
pqiloopback.h
pqimonitor.cc
pqimonitor.h Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
pqinetwork.cc Merge branch 'gcc44' 2009-05-27 20:59:48 +00:00
pqinetwork.h Fixes missing includes and strict gcc 4 code checks for Linux 2008-11-02 12:59:21 +00:00
pqinotify.h Merge branch 'badPacketMessage' 2009-05-05 13:35:36 +00:00
pqiperson.cc Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
pqiperson.h
pqipersongrp.cc Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +00:00
pqipersongrp.h Reworking of networking code to enable Net Restart. 2009-08-04 23:22:44 +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 Added Mutex protection to the core comms (pqihandler + pqipersongrp). 2008-11-22 13:15:07 +00:00
pqiservice.h Added Mutex protection to the core comms (pqihandler + pqipersongrp). 2008-11-22 13:15:07 +00:00
pqissl.cc Hope I finally corrected the connexion + one-way bug 2009-07-21 20:14:31 +00:00
pqissl.h Hope I finally corrected the connexion + one-way bug 2009-07-21 20:14:31 +00:00
pqissllistener.cc This is a little experimental modification to the TCP/UDP listening ports. 2009-08-06 10:46:37 +00:00
pqissllistener.h * Addition of openpgp support! 2009-05-23 15:07:35 +00:00
pqisslpersongrp.cc Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
pqisslpersongrp.h
pqissludp.cc Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
pqissludp.h
pqistore.cc Modified (all I hope) remaining pqistream -> pqistore for cache file save/loads. 2009-05-12 21:55:50 +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 windows compilation fix 2009-07-21 20:57:18 +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