RetroShare/libbitdht/src
Phenom ff1908eda6 Fix Clang Static Analyser: Undefined allocation of 0 bytes
Unix API: Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131): Call
to 'malloc' has an allocation size of 0 bytes
 1: Loop body executed 0 times in /home/phenom/GIT/RetroShare/trunk/
libbitdht/src/util/bdbloom.cc:223
 2: Calling 'bloomFilter::getFilter' in /home/phenom/GIT/RetroShare/
trunk/libbitdht/src/util/bdbloom.cc:240
 3: 'bytes' initialized to 0 in /home/phenom/GIT/RetroShare/trunk/
libbitdht/src/util/bdbloom.cc:141
 4: Call to 'malloc' has an allocation size of 0 bytes in /home/phenom/
GIT/RetroShare/trunk/libbitdht/src/util/bdbloom.cc:148
2017-04-25 09:47:10 +02:00
..
bitdht bdboot update 2016-11-29 19:05:02 +03:00
example updated ubuntu changelog 2015-09-21 22:58:58 -04:00
tests updated ubuntu changelog 2015-09-21 22:58:58 -04:00
udp Fix Clang warnings: mFns is not used 2017-04-17 21:09:40 +02:00
util Fix Clang Static Analyser: Undefined allocation of 0 bytes 2017-04-25 09:47:10 +02:00
libbitdht.pro Don't hardcode g++ in the toolchain settings 2016-05-27 18:07:28 +02:00
LICENSE.md Create LICENSE.md 2015-12-16 02:09:35 -08:00
mingw32make.bat update the windows build bat`s 2014-11-22 13:32:26 +00:00
README.txt * README to compile bitdht 2010-10-31 18:54:58 +00:00

What's in the Package
---------------------------------------------------------------
bitdht          - base BitDHT Code.
util		- generic utils for networking and threading.
udp		- UDP interfacing code.
lib             - Where the library is created.
tests           - basic unit tests.
example		- example code of how to use libbitdht.
libbitdht.pro	- build script for Qt's qmake.
README.txt	- this file.


HOWTO libbitdht.
----------------------------------------------
This version is build using Qt's qmake system.

1) Install Qt's qmake system:  libqt-dev
2) type ./qmake
3) type ./make
4) check out the example and tests to learn how to interface with libbitdht.