RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
drbob d9847e2622 Fixed deadlock between p3connmgr::mtx and libbitdht::mtx
* shifted dht stats call outside of p3connmgr's mtx.

NB: As Dht callback functions hold DHT lock, then lock p3ConnectMgr...
    we cannot have any opposite locks (p3connmgr, then DHT) or we have
    potential for a deadlock.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3861 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-23 19:32:19 +00:00
build_scripts updated ubuntu packaging for bdboot.txt file 2010-10-29 13:37:34 +00:00
libbitdht/src re-enabled mutex initialization, because RS could not start. 2010-11-23 08:01:22 +00:00
libretroshare/src Fixed deadlock between p3connmgr::mtx and libbitdht::mtx 2010-11-23 19:32:19 +00:00
plugins Removed Mac directory junk. 2010-04-01 20:14:38 +00:00
retroshare-gui/src set a border color for the channel frame 2010-11-22 22:20:42 +00:00
retroshare-nogui/src Added new return codes to RsInit::InitRetroShare to know, what failed. 2010-11-03 22:54:34 +00:00