aboutsummaryrefslogtreecommitdiff
path: root/libs/ipfs-http-client
Commit message (Collapse)AuthorAge
* ipfs-http-client: fix compilation of testsRosen Penev2020-04-25
| | | | | | | | Wrong CMake variable was being used to enable them. Small whitespace fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ipfs-http-client: remove NIH MakefileRosen Penev2020-02-09
| | | | | | | | | There's no reason for it. It breaks parallel building, does not link to libatomic when necessary, and generates a larger binary for some reason. The normal package has none of these problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ipfs-http-client: initial commitLeonid Esman2019-12-26
IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node. It implements IPFS API bindings for C++. Not all methods are implemented. https://github.com/vasild/cpp-ipfs-http-client Signed-off-by: Leonid Esman <leonid.esman@gmail.com>