RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
csoler 5045e720b2 Corrected two harmful bugs in tunnel connexion code:
- added a destructor to RsTunnelDataItem, to remove a memory leak on all data packets.
- apparently the code would allow data items of zero size, hence calling malloc(0), which
  has undetermined behavior.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3191 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-22 21:05:56 +00:00
build_scripts added this global script 2010-02-14 12:37:16 +00:00
libretroshare/src Corrected two harmful bugs in tunnel connexion code: 2010-06-22 21:05:56 +00:00
plugins Removed Mac directory junk. 2010-04-01 20:14:38 +00:00
retroshare-gui/src set minimum sizeHint for Network's TreeWidget items to 18 pixel 2010-06-21 12:26:23 +00:00
retroshare-nogui/src fixed some compiling errors for retroshare no gui 2010-06-21 18:26:50 +00:00