summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-05-18Fix spawningMatthias Beyer
2020-05-18Split gui and server main function into submodulesMatthias Beyer
2020-05-18Use default log level INFOMatthias Beyer
2020-05-18Add some outputMatthias Beyer
2020-05-18Add port configuration/cli argumentMatthias Beyer
2020-05-18Add pidlock for server pid based lockingMatthias Beyer
2020-05-18Split server into subcommandMatthias Beyer
2020-05-18Fix structopt settingsMatthias Beyer
2020-05-12Switch to anyhowMatthias Beyer
2020-05-12Switch to multi-threaded architectureMatthias Beyer
2020-05-12Switch to actix as runtimeMatthias Beyer
2020-05-12Add css styleMatthias Beyer
2020-05-12Add basic code for web-view GUI implementationMatthias Beyer