RetroShare/libbitdht/src/util
drbob 5ea8cfb67d Added Ben's patches:
* Compilation for FreeBSD.
	* Notes that MT is not cryptographically secure.
	* modified sorting of DHT Window.

Only one change that I didn't commit:

 bitdht {
-       LIBS += ../../libbitdht/src/lib/libbitdht.a
-       PRE_TARGETDEPS *= ../../libbitdht/src/lib/libbitdht.a
+       LIBS += ../../libbitdht/src/libbitdht.a
+       PRE_TARGETDEPS *= ../../libbitdht/src/libbitdht.a
 }

As this would have broken compilation on the other platforms.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4619 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-09-28 15:16:21 +00:00
..
bdbloom.cc Merged from /branches/v0.5-peernet/libbitdht:r4357-4397 2011-07-06 00:14:58 +00:00
bdbloom.h Merging from branches/v0.5-peernet/libbitdht (--- Merging r4354 through r4356 into '.') 2011-06-29 16:06:33 +00:00
bdnet.cc Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bdnet.h Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bdrandom.cc Added Ben's patches: 2011-09-28 15:16:21 +00:00
bdrandom.h Added Ben's patches: 2011-09-28 15:16:21 +00:00
bdthreads.cc * Added new interface functions for start / stop DHT and to get stats. 2010-10-17 20:55:32 +00:00
bdthreads.h Removed unused parameter warnings in libbitdht. 2011-08-12 12:43:24 +00:00