Import opendht_1.8.1.orig.tar.gz
authorAlexandre Viau <aviau@debian.org>
Sun, 6 Jan 2019 02:57:00 +0000 (21:57 -0500)
committerAlexandre Viau <aviau@debian.org>
Sun, 6 Jan 2019 02:57:00 +0000 (21:57 -0500)
commit9e52c8c969ec8dcca4a2330a522760988e390c3d
treec5c79142393409b4eec2fe4f510d77ad3f9125fc
Import opendht_1.8.1.orig.tar.gz

[dgit import orig opendht_1.8.1.orig.tar.gz]
153 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
MSVC/.gitignore [new file with mode: 0644]
MSVC/build_vs2015_release_x64.bat [new file with mode: 0644]
MSVC/contrib/src/argon2/argon2-uwp.patch [new file with mode: 0644]
MSVC/contrib/src/argon2/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/gmp/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/gmp/gmp-uwp.patch [new file with mode: 0644]
MSVC/contrib/src/gnutls/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/gnutls/gnutls-no-egd.patch [new file with mode: 0644]
MSVC/contrib/src/gnutls/gnutls-uwp.patch [new file with mode: 0644]
MSVC/contrib/src/gnutls/read-file-limits.h.patch [new file with mode: 0644]
MSVC/contrib/src/iconv/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/iconv/libiconv-uwp.patch [new file with mode: 0644]
MSVC/contrib/src/msgpack/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/msgpack/msgpack-uwp.patch [new file with mode: 0644]
MSVC/contrib/src/nettle/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/nettle/nettle-uwp.patch [new file with mode: 0644]
MSVC/contrib/src/zlib/fetch_and_patch.bat [new file with mode: 0644]
MSVC/contrib/src/zlib/zlib-uwp.patch [new file with mode: 0644]
MSVC/dhtchat.vcxproj [new file with mode: 0644]
MSVC/dhtnode.vcxproj [new file with mode: 0644]
MSVC/dhtscanner.vcxproj [new file with mode: 0644]
MSVC/fetch_deps.bat [new file with mode: 0644]
MSVC/opendht.sln [new file with mode: 0644]
MSVC/opendht.vcxproj [new file with mode: 0644]
MSVC/opendht.vcxproj.filters [new file with mode: 0644]
MSVC/opendht_deps.sln [new file with mode: 0644]
MSVC/unistd.h [new file with mode: 0644]
MSVC/wingetopt.c [new file with mode: 0644]
MSVC/wingetopt.h [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README.md [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
cmake/FindCppunit.cmake [new file with mode: 0644]
cmake/FindMsgpack.cmake [new file with mode: 0644]
cmake/FindReadline.cmake [new file with mode: 0644]
cmake/FindRestbed.cmake [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/Doxyfile.in [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/connectivity-loss-by-search-criteria.pdf [new file with mode: 0644]
doc/connectivity-loss-by-search-criteria.tex [new file with mode: 0644]
doc/dhtnode.1 [new file with mode: 0644]
docker/Dockerfile [new file with mode: 0644]
docker/DockerfileDeps [new file with mode: 0644]
docker/DockerfileDepsLlvm [new file with mode: 0644]
docker/DockerfileTravis [new file with mode: 0644]
docker/DockerfileTravisLlvm [new file with mode: 0644]
docker/DockerfileTravisProxy [new file with mode: 0644]
include/opendht.h [new file with mode: 0644]
include/opendht/callbacks.h [new file with mode: 0644]
include/opendht/crypto.h [new file with mode: 0644]
include/opendht/def.h [new file with mode: 0644]
include/opendht/default_types.h [new file with mode: 0644]
include/opendht/dht.h [new file with mode: 0644]
include/opendht/dht_interface.h [new file with mode: 0644]
include/opendht/dht_proxy_client.h [new file with mode: 0644]
include/opendht/dht_proxy_server.h [new file with mode: 0644]
include/opendht/dhtrunner.h [new file with mode: 0644]
include/opendht/indexation/pht.h [new file with mode: 0644]
include/opendht/infohash.h [new file with mode: 0644]
include/opendht/log.h [new file with mode: 0644]
include/opendht/log_enable.h [new file with mode: 0644]
include/opendht/network_engine.h [new file with mode: 0644]
include/opendht/node.h [new file with mode: 0644]
include/opendht/node_cache.h [new file with mode: 0644]
include/opendht/proxy.h [new file with mode: 0644]
include/opendht/rate_limiter.h [new file with mode: 0644]
include/opendht/rng.h [new file with mode: 0644]
include/opendht/routing_table.h [new file with mode: 0644]
include/opendht/scheduler.h [new file with mode: 0644]
include/opendht/securedht.h [new file with mode: 0644]
include/opendht/sockaddr.h [new file with mode: 0644]
include/opendht/utils.h [new file with mode: 0644]
include/opendht/value.h [new file with mode: 0644]
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
opendht.pc.in [new file with mode: 0644]
python/CMakeLists.txt [new file with mode: 0644]
python/Makefile.am [new file with mode: 0644]
python/opendht.pyx [new file with mode: 0644]
python/opendht_cpp.pxd [new file with mode: 0644]
python/setup.py.in [new file with mode: 0644]
python/tests/opendht_tests.py [new file with mode: 0644]
python/tools/README.md [new file with mode: 0644]
python/tools/benchmark.py [new file with mode: 0755]
python/tools/dht/__init__.py [new file with mode: 0644]
python/tools/dht/network.py [new file with mode: 0755]
python/tools/dht/tests.py [new file with mode: 0644]
python/tools/dht/virtual_network_builder.py [new file with mode: 0755]
python/tools/dhtcluster.py [new file with mode: 0755]
python/tools/http_server.py [new file with mode: 0755]
python/tools/network_monitor.py [new file with mode: 0755]
python/tools/pingpong.py [new file with mode: 0755]
python/tools/scanner.py [new file with mode: 0755]
resources/opendht_logo.svg [new file with mode: 0644]
resources/opendht_logo_512.png [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/base64.cpp [new file with mode: 0644]
src/base64.h [new file with mode: 0644]
src/callbacks.cpp [new file with mode: 0644]
src/crypto.cpp [new file with mode: 0644]
src/default_types.cpp [new file with mode: 0644]
src/dht.cpp [new file with mode: 0644]
src/dht_proxy_client.cpp [new file with mode: 0644]
src/dht_proxy_server.cpp [new file with mode: 0644]
src/dhtrunner.cpp [new file with mode: 0644]
src/indexation/pht.cpp [new file with mode: 0644]
src/infohash.cpp [new file with mode: 0644]
src/listener.h [new file with mode: 0644]
src/log.cpp [new file with mode: 0644]
src/net.h [new file with mode: 0644]
src/network_engine.cpp [new file with mode: 0644]
src/node.cpp [new file with mode: 0644]
src/node_cache.cpp [new file with mode: 0644]
src/op_cache.cpp [new file with mode: 0644]
src/op_cache.h [new file with mode: 0644]
src/parsed_message.h [new file with mode: 0644]
src/request.h [new file with mode: 0644]
src/rng.cpp [new file with mode: 0644]
src/routing_table.cpp [new file with mode: 0644]
src/search.h [new file with mode: 0644]
src/securedht.cpp [new file with mode: 0644]
src/storage.h [new file with mode: 0644]
src/utils.cpp [new file with mode: 0644]
src/value.cpp [new file with mode: 0644]
src/value_cache.h [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/cryptotester.cpp [new file with mode: 0644]
tests/cryptotester.h [new file with mode: 0644]
tests/dhtproxytester.cpp [new file with mode: 0644]
tests/dhtproxytester.h [new file with mode: 0644]
tests/dhtrunnertester.cpp [new file with mode: 0644]
tests/dhtrunnertester.h [new file with mode: 0644]
tests/infohashtester.cpp [new file with mode: 0644]
tests/infohashtester.h [new file with mode: 0644]
tests/tests_runner.cpp [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/dhtchat.cpp [new file with mode: 0644]
tools/dhtnode.cpp [new file with mode: 0644]
tools/dhtscanner.cpp [new file with mode: 0644]
tools/proxy_node.html [new file with mode: 0644]
tools/systemd/dhtcluster.conf [new file with mode: 0644]
tools/systemd/dhtcluster.service.in [new file with mode: 0644]
tools/systemd/dhtnode.conf [new file with mode: 0644]
tools/systemd/dhtnode.service.in [new file with mode: 0644]
tools/tools_common.h [new file with mode: 0644]