RetroShare/libretroshare/src/services
thunder2 0d1eaba890 p3StatusService::getStatusQueue
- memory leak -> "RsItem* item" was not freed, when "dynamic_cast<RsStatusItem*>" failed
- optimized return of std::list as parameter and not as return. return will copy the list and its not necessary

p3StatusService::getStatus
- memory leak -> items in "std::list<RsStatusItem* > status_items" was not freed
- potential crash, when receiving a status for an unknown peer

p3Peers::getPeerDetails
- optimized - call to "AuthSSL::getAuthSSL()->OwnId()" only once
- optimized - add ip addresses directly to "d.ipAddressList"

PeersDialog::insertPeers
- fixed possible crash, when ssl child has disappeared and was removed from tree, there was a missing continue

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3125 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-13 12:26:23 +00:00
..
forum_test.cc Improved the notification model so that it uses Qt signals to avoid core dumps, and improved the gui to increase responsiveness (e.g. forum display, network discovery info, friends, msg deletion and selection) 2009-02-22 17:36:39 +00:00
Makefile Bugfix for gpg connections. 2009-07-07 21:53:06 +00:00
p3blogs.cc cleaned some compiler warnings 2010-06-09 19:51:46 +00:00
p3blogs.h added group icon support 2010-05-14 13:00:07 +00:00
p3channels.cc added edit channel info feature and edit distrib group info 2010-06-04 22:51:18 +00:00
p3channels.h added edit channel info feature and edit distrib group info 2010-06-04 22:51:18 +00:00
p3chatservice.cc custom status now sent without needing to have a private chat 2010-04-24 10:33:12 +00:00
p3chatservice.h documenting p3chatservice, 2010-04-27 11:53:46 +00:00
p3disc.cc Ported branch commits: 2010-06-10 13:42:49 +00:00
p3disc.h ask disc info when adding a new friend 2010-01-19 19:15:22 +00:00
p3distrib.cc cleaned some compiler warnings 2010-06-09 19:51:46 +00:00
p3distrib.h added edit channel info feature and edit distrib group info 2010-06-04 22:51:18 +00:00
p3forums.cc added key backup and restore to p3distrib service 2010-05-19 22:40:53 +00:00
p3forums.h added key backup and restore to p3distrib service 2010-05-19 22:40:53 +00:00
p3gamelauncher.cc Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
p3gamelauncher.h Improvements to the Games Launcher. 2008-03-17 14:24:56 +00:00
p3gameservice.h * Addition of the basic Games Launcher - used to organise networked games with peers. 2008-01-21 09:22:42 +00:00
p3msgservice.cc - Changes for Message Toaster 2010-06-13 10:17:50 +00:00
p3msgservice.h added trash in msgservice and trash folder in MessagesDialog 2010-05-28 14:42:54 +00:00
p3photoservice.cc make it compile 2010-01-13 20:58:58 +00:00
p3photoservice.h Addition of improvements to photo service - can now add local photos - but these are not shared over the network yet. 2008-03-17 13:51:04 +00:00
p3portservice.cc warning suppression, removed unused p3portservice from compilation 2010-02-23 22:17:06 +00:00
p3portservice.h Added Structure/Example for Port Forwarding Service. 2008-06-24 23:12:25 +00:00
p3ranking.cc ported branch v0.5.0 commits 2623, 2624, 2626, 2633, 2634, 2643, 2644, 2646, 2651 and 2654 to trunk 2010-03-28 20:46:45 +00:00
p3ranking.h Modified (all I hope) remaining pqistream -> pqistore for cache file save/loads. 2009-05-12 21:55:50 +00:00
p3service.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
p3service.h 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
p3statusservice.cc p3StatusService::getStatusQueue 2010-06-13 12:26:23 +00:00
p3statusservice.h p3StatusService::getStatusQueue 2010-06-13 12:26:23 +00:00
p3tunnel.cc reimplemented the tunnel handshake 2010-02-25 22:44:04 +00:00
p3tunnel.h reimplemented the tunnel handshake 2010-02-25 22:44:04 +00:00