.. |
authgpg.cc
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
|
2015-04-17 21:36:22 +00:00 |
authgpg.h
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
|
2015-04-17 21:36:22 +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
|
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 |
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 |
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 test to prevent using twice the same config file; changed duplicate config file name causing deserialisation errors and loss of some config files; added printout of hex code for RsItems that fail deserialisation
|
2015-03-25 22:21:01 +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
|
merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other
|
2015-03-06 21:13:23 +00: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
|
removed debug info
|
2015-04-02 19:24:54 +00:00 |
p3linkmgr.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
p3netmgr.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3netmgr.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
p3notify.cc
|
use notify for gxs events. Removed the previous polling based system. Now multiple clients can receive gxs changes. This also fixes the always growing changes queue in rs-nogui.
|
2015-03-20 10:39:17 +00:00 |
p3notify.h
|
use notify for gxs events. Removed the previous polling based system. Now multiple clients can receive gxs changes. This also fixes the always growing changes queue in rs-nogui.
|
2015-03-20 10:39:17 +00:00 |
p3peermgr.cc
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
|
2015-04-17 21:36:22 +00:00 |
p3peermgr.h
|
added new flag to allow peers auto-download recommended files from trusted neighbor nodes, which give the possibility to push data to other nodes
|
2015-02-18 19:07:58 +00:00 |
p3servicecontrol.cc
|
removed unnecessary debug output
|
2015-04-21 20:09:20 +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
|
Removed some compiler warnings
|
2014-11-15 00:39:19 +00: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
|
Merge of branch v0.6-rssocialnet 7419 to 7488. Changes from electron and myself:
|
2014-08-25 21:07:07 +00:00 |
pqibin.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
pqihandler.cc
|
Fixed connections and removed more unused code (Patch from Cyril)
|
2015-04-24 09:29:40 +00:00 |
pqihandler.h
|
Fixed connections and removed more unused code (Patch from Cyril)
|
2015-04-24 09:29:40 +00: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
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
pqimonitor.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +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
|
removed some debug messages, added some ifdefs
|
2014-12-21 19:12:40 +00:00 |
pqinetwork.h
|
Merging branches/v0.6-initdev into trunk.
|
2014-02-01 14:16:15 +00:00 |
pqiperson.cc
|
attempt to fix the deadlock situations in pqithreadstreamer. Also solves the crash when quitting
|
2015-03-10 21:16:41 +00:00 |
pqiperson.h
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
pqipersongrp.cc
|
Fixed connections and removed more unused code (Patch from Cyril)
|
2015-04-24 09:29:40 +00:00 |
pqipersongrp.h
|
disabled some useless old branches in the flushing of incoming items due to calling pqihandler::tick() and pqipersongrp::tickServiceRecv()
|
2015-04-23 21:37:16 +00:00 |
pqiqos.cc
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
pqiqos.h
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
pqiqosstreamer.cc
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
pqiqosstreamer.h
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
pqisecurity.cc
|
Removed unused parameter warnings in libretroshare.
|
2011-08-12 13:42:30 +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
|
disabled debug print of DHT requests, disabled debug print in p3Peers::getProxyServer(), added missing newlines in debug prints (modified patch from Hypfer)
|
2015-03-27 18:41:44 +00:00 |
pqiservice.h
|
Added rsshared ptr helper object (only use in test for memory management)
|
2014-04-18 21:58:14 +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
|
removed debug info
|
2015-04-23 18:49:13 +00:00 |
pqissl.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
pqissllistener.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
pqissllistener.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
pqisslpersongrp.cc
|
removed unnecessary debug output
|
2015-04-21 20:09:20 +00:00 |
pqisslpersongrp.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +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 extra checks for valid sockfd in cansend / moretoread code
|
2015-02-17 11:57:08 +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
|
pqistreamer: only allocate incoming buffer when needed, free incoming buffer when not needed anymore
|
2015-04-04 09:58:53 +00:00 |
pqistreamer.h
|
pqistreamer: only allocate incoming buffer when needed, free incoming buffer when not needed anymore
|
2015-04-04 09:58:53 +00:00 |
pqithreadstreamer.cc
|
removed unnecessary debug output
|
2015-04-21 20:09:20 +00:00 |
pqithreadstreamer.h
|
detach pqistreamer threads to allow resource cleanup or re-use
|
2015-04-04 09:52: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 |