- Downloads
Merge pull request #403 from binarytrails/proxy_restinio
dhtproxy: replace restbed by restinio & asio
No related branches found
No related tags found
Showing
- CMakeLists.txt 45 additions, 9 deletionsCMakeLists.txt
- README.md 4 additions, 4 deletionsREADME.md
- cmake/FindRestinio.cmake 14 additions, 0 deletionscmake/FindRestinio.cmake
- configure.ac 24 additions, 2 deletionsconfigure.ac
- docker/DockerfileDeps 39 additions, 12 deletionsdocker/DockerfileDeps
- docker/DockerfileDepsLlvm 36 additions, 13 deletionsdocker/DockerfileDepsLlvm
- docker/conan/restinio/conanfile.py 59 additions, 0 deletionsdocker/conan/restinio/conanfile.py
- docker/conan/restinio/conanfile.txt 11 additions, 0 deletionsdocker/conan/restinio/conanfile.txt
- include/opendht/dht_proxy_client.h 65 additions, 35 deletionsinclude/opendht/dht_proxy_client.h
- include/opendht/dht_proxy_server.h 141 additions, 56 deletionsinclude/opendht/dht_proxy_server.h
- include/opendht/dhtrunner.h 8 additions, 1 deletioninclude/opendht/dhtrunner.h
- include/opendht/http.h 365 additions, 0 deletionsinclude/opendht/http.h
- python/opendht.pyx 1 addition, 1 deletionpython/opendht.pyx
- python/setup.py.in 2 additions, 2 deletionspython/setup.py.in
- src/dht_proxy_client.cpp 771 additions, 612 deletionssrc/dht_proxy_client.cpp
- src/dht_proxy_server.cpp 900 additions, 711 deletionssrc/dht_proxy_server.cpp
- src/dhtrunner.cpp 14 additions, 8 deletionssrc/dhtrunner.cpp
- src/http.cpp 956 additions, 0 deletionssrc/http.cpp
- tests/dhtproxytester.cpp 31 additions, 11 deletionstests/dhtproxytester.cpp
- tests/dhtproxytester.h 12 additions, 2 deletionstests/dhtproxytester.h
Loading
Please sign in to comment