summaryrefslogtreecommitdiffstats
path: root/src/repository/client.rs
AgeCommit message (Expand)Author
2020-05-20Unite ipfs-api client abstraction into one "Model" typeMatthias Beyer
2020-05-18Adapt for ipfs-api changesMatthias Beyer
2020-05-18Make types DebugMatthias Beyer
2020-05-12Switch to anyhowMatthias Beyer
2020-05-12Switch to actix as runtimeMatthias Beyer
2020-04-30Client: Add resolve() function for translating IPNS hash to IPFS hashMatthias Beyer
2020-04-29Move Payload type to own moduleMatthias Beyer
2020-04-28Simplify Repository interface by implementing dereferencingMatthias Beyer
2020-04-28Add client function to publish hash with keyMatthias Beyer
2020-03-25Rewrite library code for async-awaitMatthias Beyer
2020-03-25Implement iterator over all blocks of a profileMatthias Beyer
2019-06-15Rewrite repositoryMatthias Beyer
2019-06-14Update to rust 2018Matthias Beyer
2019-06-14Fix: do not call into_bytes()Matthias Beyer
2018-10-21Add support for multiple parent blocks when postingMatthias Beyer
2018-10-21Fix typoMatthias Beyer
2018-10-21Do not publish new block when postingMatthias Beyer
2018-10-21Implement publishingMatthias Beyer
2018-10-21BlaMatthias Beyer
2018-10-21WIP: Implement "post" subcommandMatthias Beyer
2018-10-21Add missing device in newly created profileMatthias Beyer
2018-10-21Simplify implementation with helper functionMatthias Beyer
2018-10-21Add debug outputMatthias Beyer
2018-10-21Redesign so that functions are implemented on Arc<IpfsClient> and we can actu...Matthias Beyer