RetroShare/libretroshare/src/pqi
Cyril Soler 90a27f4e81 Merge pull request #418 from sehraf/pr-improve-debug
This is the first set of patches to improve RS' logging functionality
2016-06-18 15:33:10 -04:00
..
authgpg.cc add static thread names 2016-06-01 16:21:55 +02:00
authgpg.h exposed un-verified PGP signatures on GXS ids in GUI. Added auto-ban of GXS ids signed by a PGP ids that has already signed a large enough set of GXS ids. Still needs some GUI to change the threshold. 2016-04-02 16:14:18 -04: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 added test over signature size to avoid possible memory corruption (Anonymous source) 2016-05-17 10:39:56 -04: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 merged with latest master before creating PR 2015-12-04 21:24:51 -05: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 libretroshare: remove unused variables 2016-06-02 14:54:07 +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 switched to new rslog method 2016-06-18 13:00:15 +02:00
p3linkmgr.h removed some dead code 2016-06-07 22:38:24 -04:00
p3netmgr.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
p3netmgr.h Substitute getpreferredinterface flawed logic with simpler getLocalAddresses still just one address used at moment 2015-12-21 09:10:00 +01:00
p3notify.cc Clear WebAPI when clear chat history in GUI. 2016-03-31 22:52:53 +02:00
p3notify.h Clear WebAPI when clear chat history in GUI. 2016-03-31 22:52:53 +02:00
p3peermgr.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
p3peermgr.h fixed bug in setting MaxRate values 2016-06-09 23:23:51 -04:00
p3servicecontrol.cc fixed compilation errors due to last merge operation 2016-06-02 21:21:18 -04: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 added mutex protection around pqistreamer::getRates, since float r/w are not necessarily atomic 2016-06-11 09:33:16 -04: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 pass over compiler warnings 2016-06-05 10:43:57 -04:00
pqibin.h fixed a few things to correct PR403 2016-06-02 20:38:33 -04:00
pqihandler.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
pqihandler.h converted static variable to class member in pqihandler 2016-06-11 18:07:57 -04: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 Removed some cruft like mymethod(){return;} from pqi 2015-10-30 09:23:59 +01: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 libretroshare: remove unused variables 2016-06-02 14:54:07 +02: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 switched to new rslog method 2016-06-18 13:00:15 +02:00
pqinetwork.h Removed dead code 2015-12-21 15:31:47 +01:00
pqiperson.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
pqiperson.h improved calculation of speed in pqistreamer (was called before only when sending bytes), and prevented situation where no HB is received by the connection is not reset because last HB is 0, causing ghost connected peers in GUI 2016-04-09 14:48:05 -04:00
pqipersongrp.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
pqipersongrp.h Fix Mutex in pqipersongrp for pqilistener by adding local Mutex. 2016-05-18 19:15:37 +02:00
pqiqos.cc improved/simplified slicing protocol 2016-04-25 23:37:02 -04:00
pqiqos.h improved/simplified slicing protocol 2016-04-25 23:37:02 -04:00
pqiqosstreamer.cc improved/simplified slicing protocol 2016-04-25 23:37:02 -04:00
pqiqosstreamer.h improved/simplified slicing protocol 2016-04-25 23:37:02 -04: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 switched to new rslog method 2016-06-18 13:00:15 +02:00
pqissl.h Removed some cruft like mymethod(){return;} from pqi 2015-10-30 09:23:59 +01:00
pqissllistener.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
pqissllistener.h Remove unnecessary overloading from pqissllistener 2015-10-30 20:12:46 +01:00
pqisslpersongrp.cc switched to new rslog method 2016-06-18 13:00:15 +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 switched to new rslog method 2016-06-18 13:00:15 +02:00
pqisslproxy.h Fixed compile of libretroshare on Windows. 2013-09-26 23:53:06 +00:00
pqissludp.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
pqissludp.h Removed some cruft like mymethod(){return;} from pqi 2015-10-30 09:23:59 +01:00
pqistore.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
pqistore.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
pqistreamer.cc Merge pull request #418 from sehraf/pr-improve-debug 2016-06-18 15:33:10 -04:00
pqistreamer.h made avgReadCount and avgSendCound to be uint32_t instead of floats, since they count bytes. Changes kb to 1024 instead of 1000 2016-06-11 17:21:04 -04:00
pqithreadstreamer.cc libretroshare: fix member initialisation order 2016-06-02 14:54:16 +02: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 added missing memory clean calls in X509 certificate generation 2015-10-20 21:03:08 -04:00
sslfns.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00