csoler
a382a0f5ce
fixed memory leak in p3peermgr config load
2017-07-25 21:52:09 +02:00
csoler
041f989f1c
rewrote processRecvdMessages() and processRecvdGroups() in RsGenExchange. Removed mReceivedGrps and mReceivedMsgs, cleaned-up terrible branching and memory management
2017-07-25 21:21:24 +02:00
Phenom
cbec8185e6
Add qmake CONFIG flag for MacOS version.
...
No need to change retroshare.pri, only add rs_macos10.x to qmake
commande line.
2017-07-25 18:09:11 +02:00
csoler
461ccf3b84
removed aliasing in storeMessages/storeGroups, removed several memory leaks in unittests, improved auto-delete structures in rsgxsutil, added deletion for members of RsGenExchange, removed shared pointers from unittests (they cause a memory leak and are only used in unittests)
2017-07-25 00:07:53 +02:00
csoler
ef24459c5e
fixed memory leak in gxssecurity test
2017-07-24 18:48:13 +02:00
csoler
79779b8056
fixed memory leaks in GxsSecurity
2017-07-24 18:45:24 +02:00
csoler
70f72db0aa
fixed memory leak in GxsSecurity
2017-07-24 18:20:21 +02:00
csoler
bcaafc241d
improved template class naming for temporary Gxs grp data structures
2017-07-24 14:29:30 +02:00
csoler
df691bd2d7
improved tests to avoid memory leak
2017-07-24 12:16:06 +02:00
Gioacchino Mazzurco
3b1606ceb9
Remove misguiding if
2017-07-24 11:52:23 +02:00
Gioacchino Mazzurco
03cc2e629d
Remove miguiding if before delete
2017-07-24 10:16:24 +02:00
csoler
764fadf0ee
suppressed memory leak in serialisation test code
2017-07-23 22:58:01 +02:00
csoler
880eb58155
suppressed memory leak in serialisation test code
2017-07-23 22:56:27 +02:00
csoler
02424240a0
reverting last commit that causes crashes
2017-07-22 12:08:28 +02:00
csoler
9e2241a940
attempt to fix memory leak in RsGenExchange. To be tested.
2017-07-21 23:15:50 +02:00
Phenom
8ce10ea6a8
Fix past commit for p3idservice.cc
2017-07-21 15:31:53 +02:00
Phenom
733f81269c
Fix CppCheck Error in utility_functions.c
...
/supportlibs/pegmarkdown/utility_functions.c:28: error:
Cppcheck(memleak): Memory leak: new
2017-07-21 15:20:04 +02:00
Phenom
36e3772d59
Fix CppCheck Error in advancedsearchdialog.cpp
...
/retroshare-gui/src/gui/advsearch/advancedsearchdialog.cpp:131: error:
Cppcheck(memleak): Memory leak: wholeExpression
2017-07-21 15:19:17 +02:00
Phenom
145ce6b8b5
Fix CppCheck Error in ChatPage.cpp
...
/retroshare-gui/src/gui/settings/ChatPage.cpp:398: error:
Cppcheck(syntaxError): syntax error
2017-07-21 15:11:55 +02:00
Phenom
2afc1bf423
Fix CppCheck Error in contentvalue.cc
...
/libretroshare/src/util/contentvalue.cc:189: error: Cppcheck(memleak):
Memory leak: dest
2017-07-21 15:04:34 +02:00
Phenom
e5767431e6
Fix CppCheck Error in p3idservice.cc
...
/libretroshare/src/services/p3idservice.cc:1216: error:
Cppcheck(eraseDereference): Iterator 'it' used after element has been
erased.
/libretroshare/src/services/p3idservice.cc:1346: error:
Cppcheck(eraseDereference): Iterator 'it' used after element has been
erased.
/libretroshare/src/services/p3idservice.cc:448: error:
Cppcheck(uninitvar): Uninitialized variable: max_keep_time
2017-07-21 14:57:43 +02:00
Phenom
8d82640f41
Fix copy of RSLink when on Only plain text mode in chat lobby. (sss
...
find)
2017-07-21 10:58:32 +02:00
csoler
aa471e5b2f
fixed uninitialized memory read in GxsTrans
2017-07-21 10:25:20 +02:00
csoler
f370f59c42
fixed typo in ppa upload script
2017-07-20 22:12:57 +02:00
csoler
581c11dd8a
fixed various problems with 06 suppression in package control files
2017-07-20 22:11:35 +02:00
csoler
baac33d95a
updated revision number
2017-07-20 21:18:57 +02:00
csoler
f9d6a78627
Merge pull request #954 from PhenomRetroShare/Fix_ShowAuthorInPeopleTabAtStartUp
...
Fix Show Author In People Tab at startup
2017-07-20 18:19:10 +02:00
Phenom
5b86f44ef0
Fix Show Author In People Tab at startup
...
In same, save selected Id when list updated.
2017-07-20 14:29:31 +02:00
csoler
d60bb781b8
Merge pull request #952 from PhenomRetroShare/Fix_LobbyAutoSubscribe
...
Fix Lobby auto-subscribe.
2017-07-19 18:37:23 +02:00
Phenom
cbbc3920fa
Fix Lobby auto-subscribe.
...
Save GxsId for each.
Disallow to auto-subscribe to signed lobby with unsigned id.
2017-07-19 18:33:55 +02:00
csoler
0d681b149f
Merge pull request #924 from PhenomRetroShare/Fix_retroshare06_case
...
Change RetroShare06 to lower case
2017-07-19 18:26:32 +02:00
csoler
71810e8daa
Merge pull request #950 from PhenomRetroShare/Add_ChatServerFlag
...
Add flag for ChatServer
2017-07-19 18:18:32 +02:00
csoler
833787e728
Merge pull request #949 from PhenomRetroShare/Add_AnonIconBeforeName
...
Add :/icons/anonymous_blue_128.png before name for unsigned GxsId
2017-07-18 23:02:54 +02:00
csoler
bb8f93eacc
Merge pull request #951 from PhenomRetroShare/Fix_BadServMntorRegister
...
Fix Bad Service Monitor registering.
2017-07-18 21:19:38 +02:00
Phenom
5bbb99aef7
Fix Bad Service Monitor registering.
...
This induce to remove peers in statistics->bandwidth when disc service
is off.
2017-07-18 19:24:32 +02:00
Phenom
3a6bcf5ef8
Add flag for ChatServer
...
append the following assignation to qmake command line "CONFIG
+=rs_chatserver"
2017-07-18 16:34:56 +02:00
Phenom
b8f742d80c
Add :/icons/anonymous_blue_128.png before name for unsigned GxsId
...
Unsigned is added to tooltip.
Double click on name is fixed.
2017-07-18 14:30:31 +02:00
csoler
e56340e0a1
Merge pull request #386 from PhenomRetroShare/Add_AbilityToChangeOpModeInCmdLine
...
Add the ability to change OpMode in command line.
2017-07-17 23:12:06 +02:00
csoler
d39b05ccec
Merge pull request #948 from PhenomRetroShare/Add_FilterIdInFriendList
...
Add new Filter by ID in FriendList.
2017-07-17 22:49:44 +02:00
csoler
f4aec11b0a
suppressed warning in p3dhtmgr.cc
2017-07-17 22:48:12 +02:00
Phenom
437426429e
Fix clang warning: unused variable 'pqiservicezone'
...
/libretroshare/src/pqi/pqiservice.cc:30: warning: unused variable
'pqiservicezone' [-Wunused-const-variable]
const int pqiservicezone = 60478;
2017-07-17 22:35:01 +02:00
Phenom
1f39789f2e
Fix clang warning: 'RSGraphWidget::sizeHint' hides overloaded virtual
...
function
/retroshare-gui/src/gui/common/RSGraphWidget.h:173: warning:
'RSGraphWidget::sizeHint' hides overloaded virtual function [-
Woverloaded-virtual]
virtual QSizeF sizeHint( Qt::SizeHint which, const QSizeF &
constraint = QSizeF() ) const;
/usr/include/qt4/QtGui/qframe.h:76: hidden overloaded virtual function
'QFrame::sizeHint' declared here: different number of parameters (0 vs
2)
QSize sizeHint() const;
2017-07-17 22:34:32 +02:00
Phenom
300359863e
Fix clang warning: 'p3ChatService' defined as a struct here but
...
previously declared as a class
/libretroshare/src/chat/p3chatservice.h:56: warning: 'p3ChatService'
defined as a struct here but previously declared as a class [-
Wmismatched-tags]
struct p3ChatService :
/libretroshare/src/rsserver/p3msgs.h:33: did you mean struct here?
class p3ChatService;
2017-07-17 22:32:23 +02:00
Phenom
91c526f2b5
Fix clang warning: 'p3MsgService' defined as a struct here but
...
previously declared as a class
/libretroshare/src/services/p3msgservice.h:58: warning: 'p3MsgService'
defined as a struct here but previously declared as a class [-
Wmismatched-tags]
struct p3MsgService :
/libretroshare/src/rsserver/p3msgs.h:32: did you mean struct here?
class p3MsgService;
2017-07-17 22:32:07 +02:00
Phenom
896ed3e992
Fix clang warning: class 'p3Config' was previously declared as a struct
...
/libretroshare/src/retroshare/rsplugin.h:77: warning: class 'p3Config'
was previously declared as a struct [-Wmismatched-tags]
class p3Config;
2017-07-17 22:31:30 +02:00
Phenom
8dbb0d61af
Fix warning: this statement may fall through
...
/libretroshare/src/dht/connectstatebox.cc:394: warning: this statement
may fall through [-Wimplicit-fallthrough=]
if (mNextAttemptTS > now)
/libretroshare/src/dht/connectstatebox.cc:401: here
default:
/libretroshare/src/dht/connectstatebox.cc:406: warning: this statement
may fall through [-Wimplicit-fallthrough=]
if (mState != CSB_FAILED_WAIT)
/libretroshare/src/dht/connectstatebox.cc:414: here
case CSB_START:
/libretroshare/src/dht/connectstatebox.cc:530: warning: this statement
may fall through [-Wimplicit-fallthrough=]
if (mNextAttemptTS > now)
/libretroshare/src/dht/connectstatebox.cc:540: here
default:
/libretroshare/src/dht/connectstatebox.cc:543: warning: this statement
may fall through [-Wimplicit-fallthrough=]
if (mState != CSB_FAILED_WAIT)
/libretroshare/src/dht/connectstatebox.cc:551: here
case CSB_START:
2017-07-17 22:29:11 +02:00
csoler
7d8b3796d1
Merge pull request #941 from PhenomRetroShare/Add_UnsignedInChatName
...
Add [Unsigned] before name in chat for unsigned (anonymous) GxsID.
2017-07-17 22:18:53 +02:00
Gioacchino Mazzurco
b6731ed0f5
Better naming and doc for warning suppression CONFIG
2017-07-17 16:04:52 +02:00
Phenom
f888913800
Set Operating Mode in RsInit::InitRetroShare so noGUI could use it.
2017-07-17 15:40:14 +02:00
Phenom
8563957591
Add the ability to change OpMode in command line.
...
So you can change OpMode while running via ssh to get more bandwidth.
Usage: RetroShare06 --opmode [full|noturtle|gaming|minimal]
2017-07-17 14:36:51 +02:00