Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ipfs-http-client: remove NIH Makefile | Rosen Penev | 2020-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 commit | Leonid Esman | 2019-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> |