summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-11-27Ensure we actually create DAG linksMatthias Beyer
2021-11-27Implement putting in a text block and fetching it againMatthias Beyer
2021-11-27Rename: Block -> NodeMatthias Beyer
2021-11-27Implement putting a block on the chainMatthias Beyer
2021-11-27Remove everything from datatypes which is unusable right nowMatthias Beyer
2021-11-27Remove test blockMatthias Beyer
2021-11-27Introduce own Cid type until ipfs_api API is not stringly typed anymoreMatthias Beyer
2021-11-27Remove unused variableMatthias Beyer
2021-11-27Remove unused importsMatthias Beyer
2021-11-27Fix test implementationMatthias Beyer
2021-11-27Move tests to sourceMatthias Beyer
2021-11-26Add first stubs with tests for TDD this stuffMatthias Beyer
2021-11-26Reset source to only contain type definitionsMatthias Beyer
2021-07-14Add logging in testMatthias Beyer
2021-07-14Remove allocationMatthias Beyer
2021-07-14Add helper IpfsEmbedBackend::get_payload()Matthias Beyer
2021-07-14Add more loggingMatthias Beyer
2021-07-14Add roundtrip testMatthias Beyer
2021-07-14Add loggingMatthias Beyer
2021-07-14Use cid::Cid Display impl to display cidMatthias Beyer
2021-05-23Impl get subcommandMatthias Beyer
2021-05-23Implement listening codeMatthias Beyer
2021-05-23Impl post subcommandMatthias Beyer
2021-05-22Update ipfs-embed implMatthias Beyer
2021-04-06Implement first CLIMatthias Beyer
2021-04-05Add Profile::create() implMatthias Beyer
2021-04-05Add IpfsEmbedBackend::write_payload()Matthias Beyer
2021-04-05Add Node::newMatthias Beyer
2021-04-05Implement LoadedNode loading into CacheMatthias Beyer
2021-04-05Make Id derive HashMatthias Beyer
2021-04-05Wrap IPFS endpoint in Arc, so IpfsEmbedBackend can be CloneMatthias Beyer
2021-04-05Add LoadedNode type for cachingMatthias Beyer
2021-04-05Add cache member in profileMatthias Beyer
2021-04-05Add getters for Node version and payload idMatthias Beyer
2021-04-05Add getter for IPFS in backendMatthias Beyer
2021-04-05Add Payload typeMatthias Beyer
2021-04-05Add Profile typeMatthias Beyer
2021-04-05Add IpfsEmbedBackend::new_in_memory()Matthias Beyer
2021-04-05Implement IPFS backendMatthias Beyer
2021-01-01Remove stuffMatthias Beyer
2020-05-20Simplify: Remove Arc in ModelMatthias Beyer
2020-05-20Merge branch 'app-is-middleware'Matthias Beyer
2020-05-20Rename: App -> MiddlewareMatthias Beyer
2020-05-20Remove unused moduleMatthias Beyer
2020-05-20Unite ipfs-api client abstraction into one "Model" typeMatthias Beyer
2020-05-18Move app startup code to server partMatthias Beyer
2020-05-18Adapt for ipfs-api changesMatthias Beyer
2020-05-18Make types DebugMatthias Beyer
2020-05-18Add output before starting serverMatthias Beyer
2020-05-18Use appropriate response type for htmlMatthias Beyer