RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
drbob 1f33bdc471 Fixed the OSX GPG bug!!!! Turns out that the gpg processes were not being cleaned up,
so RS ended up with 200+ zombie child processes. This prevented gpg from being called.
The fix was to add waitpid() calls to cleanup the zombies.

 * added cleanupZombies() to authgpg.cc (OSX only).
 * updated OSX gpgme libraries to 1.3.0 (added libassuan to RetroShare.pro).



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 11:57:09 +00:00
build_scripts updated ubuntu packaging for bdboot.txt file 2010-10-29 13:37:34 +00:00
libbitdht/src suppressed some debug info 2011-01-20 22:18:42 +00:00
libretroshare/src Fixed the OSX GPG bug!!!! Turns out that the gpg processes were not being cleaned up, 2011-01-23 11:57:09 +00:00
plugins Removed Mac directory junk. 2010-04-01 20:14:38 +00:00
retroshare-gui/src Fixed the OSX GPG bug!!!! Turns out that the gpg processes were not being cleaned up, 2011-01-23 11:57:09 +00:00
retroshare-nogui/src Added new return codes to RsInit::InitRetroShare to know, what failed. 2010-11-03 22:54:34 +00:00