RetroShare/libretroshare/src/pqi
2015-09-21 22:58:58 -04:00
..
authgpg.cc webui: 2015-06-16 12:35:07 +00:00
authgpg.h webui: 2015-06-16 12:35:07 +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 Removed some unused parameter warnings. 2015-06-15 22:41:18 +00:00
authssl.h don't store name, location name and date in new SSL certs. Location name is now stored in an extra file. Backwards compatible to old locations and old peers. 2015-03-25 08:19:45 +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
p3cfgmgr.cc added missing delete in p3GeneralConfig 2015-06-16 14:51:20 +00:00
p3cfgmgr.h Removed configuration type (uint32) as its not needed or really used. 2014-03-29 05:20:57 +00:00
p3dhtmgr.cc Code maintenance for Qt 5: 2013-10-21 11:00:49 +00:00
p3dhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
p3historymgr.cc Implement history for distant chat 2015-08-28 01:29:34 +02:00
p3historymgr.h simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00
p3linkmgr.cc hide debug output 2015-09-15 17:14:55 +02:00
p3linkmgr.h fixed connection type detection and other small things 2015-09-15 16:18:46 +02:00
p3netmgr.cc fixed password handling in deferred signature algorithm (in case of cancel, enter wrong passphrase, etc) 2015-06-12 21:04:11 +00:00
p3netmgr.h added hability to disconnect friends which report our own IP as something different than what we know. Removed a test in discovery2 that prevented sending info to a peer about himself. Not active yet since it needs some testing 2015-06-01 22:03:07 +00:00
p3notify.cc improved login system: do not re-ask for passphrase when user clicks cancel. Removed warning stating that maybe passphrase is wrong 2015-06-11 20:31:52 +00:00
p3notify.h improved login system: do not re-ask for passphrase when user clicks cancel. Removed warning stating that maybe passphrase is wrong 2015-06-11 20:31:52 +00:00
p3peermgr.cc add default case to gui instead of falling back to tor labeling 2015-09-16 11:48:32 +02:00
p3peermgr.h optimizations 2015-09-15 17:10:48 +02:00
p3servicecontrol.cc Fixed possible crash in ServiceControlSerialiser by checking return value of dynamic_cast. 2015-07-12 01:02:43 +00:00
p3servicecontrol.h added load/save to service permission matrix 2015-02-03 21:28:32 +00:00
p3upnpmgr.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
pqi_base.h add i2p support to libretroshare 2015-09-07 21:34:10 +02:00
pqi.h Fixed connections and removed more unused code (Patch from Cyril) 2015-04-24 09:29:40 +00:00
pqiarchive.cc merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqiarchive.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqiassist.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqibin.cc optimizations 2015-09-15 17:10:48 +02:00
pqibin.h fixed wrong use of flags in pqibin (wtf??) 2015-06-14 09:49:21 +00:00
pqihandler.cc removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs 2015-07-31 17:24:19 +02:00
pqihandler.h removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs 2015-07-31 17:24:19 +02:00
pqihash.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqiindic.h Lots of little changes to libretroshare. Improvements mainly focused 2008-02-07 16:18:34 +00:00
pqiipset.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
pqiipset.h Rewrite of the discovery system to be more private, with less traffic. 2013-09-28 08:09:59 +00:00
pqilistener.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
pqiloopback.cc merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqiloopback.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqimonitor.cc added hability to disconnect friends which report our own IP as something different than what we know. Removed a test in discovery2 that prevented sending info to a peer about himself. Not active yet since it needs some testing 2015-06-01 22:03:07 +00:00
pqimonitor.h added hability to disconnect friends which report our own IP as something different than what we know. Removed a test in discovery2 that prevented sending info to a peer about himself. Not active yet since it needs some testing 2015-06-01 22:03:07 +00:00
pqinetstatebox.cc move #include out of header. 2014-04-12 03:53:30 +00:00
pqinetstatebox.h move #include out of header. 2014-04-12 03:53:30 +00:00
pqinetwork.cc Fixed memory leak in LookupDNSAddr. 2015-06-14 21:19:08 +00:00
pqinetwork.h Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
pqiperson.cc removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs 2015-07-31 17:24:19 +02:00
pqiperson.h removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs 2015-07-31 17:24:19 +02:00
pqipersongrp.cc optimizations 2015-09-15 17:10:48 +02:00
pqipersongrp.h removed pqisecurity dummy functions. It is a packet filter which was never implemented. It's job is now done by service permissions. 2015-06-17 08:49:43 +00:00
pqiqos.cc added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional 2015-07-12 04:04:18 +00:00
pqiqos.h added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional 2015-07-12 04:04:18 +00:00
pqiqosstreamer.cc added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional 2015-07-12 04:04:18 +00:00
pqiqosstreamer.h added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional 2015-07-12 04:04:18 +00:00
pqiservice.cc Added missing restore of ostream format (std::dec) in p3ServiceServer::sendItem. 2015-07-12 21:51:17 +00:00
pqiservice.h Added proper shutdown of the plugins with remove of the service and dlcose of the plugin handle. 2015-06-16 14:20:59 +00:00
pqiservicemonitor.h Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do! 2014-03-22 03:53:44 +00:00
pqissl.cc fixed error message in pqissl::cansend() 2015-08-22 10:32:04 -04:00
pqissl.h show if TCP connection is incoming or outgoing (modified patch from sehraf) 2015-05-16 11:19:53 +00:00
pqissllistener.cc added missing socket close in pqissllistenbase destructor 2015-06-16 13:41:42 +00:00
pqissllistener.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqisslpersongrp.cc optimizations 2015-09-15 17:10:48 +02:00
pqisslpersongrp.h removed pqisecurity dummy functions. It is a packet filter which was never implemented. It's job is now done by service permissions. 2015-06-17 08:49:43 +00:00
pqisslproxy.cc removed some debug messages, added some ifdefs 2014-12-21 19:12:40 +00:00
pqisslproxy.h Fixed compile of libretroshare on Windows. 2013-09-26 23:53:06 +00:00
pqissludp.cc Added missing initialization in 2015-07-13 11:03:18 +00:00
pqissludp.h Work-in-progress to reduce latency time: 2013-10-01 10:11:34 +00:00
pqistore.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
pqistore.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqistreamer.cc removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs 2015-07-31 17:24:19 +02:00
pqistreamer.h removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs 2015-07-31 17:24:19 +02:00
pqithreadstreamer.cc created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code. 2015-05-22 20:54:38 +00:00
pqithreadstreamer.h created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code. 2015-05-22 20:54:38 +00:00
sslfns.cc Fixed utf8 issue when using strings with openssl 2014-12-03 23:03:03 +00:00
sslfns.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00