aboutsummaryrefslogtreecommitdiff
path: root/libs/dtndht
Commit message (Collapse)AuthorAge
* dtndht: Add -std-gnu89 to fix compilation problems.Rosen Penev2018-12-06
| | | | | | | bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration] bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration] Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* dtndht: fix musl buildDirk Neukirchen2015-08-19
| | | | | | add missing headers on musl Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* dtndht: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | | The previous copying command includes non-existing variables. This commit replaces the command with a more generic one. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* dtndht: add new packageJohannes Morgenroth2014-08-20
DTN-DHT is a library providing a fully distributed Bittorrent DHT based naming service especially for DTN Bundle Protocol EIDs (RFC 5050). It can be used for all IP (v4/v6) based networks. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>