summaryrefslogtreecommitdiffstats
path: root/ipfs-api
AgeCommit message (Expand)Author
2021-04-04reexport everythingFerris Tseng
2021-04-04formattingFerris Tseng
2021-04-04update ipfs-api to use re-export backend implementationsFerris Tseng
2021-04-04deleting everything in ipfs-apiFerris Tseng
2021-02-23migrate examples to separate crateFerris Tseng
2021-02-22remove travis badgeFerris Tseng
2021-02-14add tracingFerris Tseng
2021-02-13increment versionFerris Tseng
2021-02-13formattingFerris Tseng
2021-02-13remove git dependencyFerris Tseng
2021-02-13just use Default::defaultFerris Tseng
2021-02-13fix bug with populating asyncread bufferFerris Tseng
2021-02-08clippy changes; actix upgrade; hyper-rustls upgradeFerris Tseng
2021-02-08upgrading tokioFerris Tseng
2021-02-08small clippy changeFerris Tseng
2021-02-08upgrade tokioFerris Tseng
2021-02-08cleaning up feature flag hellFerris Tseng
2021-02-08upgrading to actix 2 and incrementing hyper versions; upgrading to tokio 1; v...Ferris Tseng
2021-01-18small README changeFerris Tseng
2021-01-18increment version and add docs for feature flagsFerris Tseng
2021-01-19Reorganize featuresJulius Michaelis
2021-01-17allow hyper-rustls or no tls as alternatives for hyper-tlsJulius Michaelis
2020-11-01upgrading versionFerris Tseng
2020-11-01formattingFerris Tseng
2020-11-01make path to IpfsClient::ls non-optional to match spec and ls_with_optionsJulius Michaelis
2020-10-24ls_with_optionsJulius Michaelis
2020-09-16upgrading versionFerris Tseng
2020-09-16fix some doc testsFerris Tseng
2020-09-04BooleanSionoiS
2020-08-24function splitSionoiS
2020-08-04Config APISionoiS
2020-08-03increment version; update dependenciesFerris Tseng
2020-08-03dag get return stream & fixesSionoiS
2020-07-27dag put & dag getSionoiS
2020-07-18increment versionFerris Tseng
2020-07-18auto formattingFerris Tseng
2020-07-18upgrading dependenciesFerris Tseng
2020-07-13Revert version bump "0.7.2 -> 0.8.0"Julius Michaelis
2020-07-13ipfs files: add *_with_options for currently unusable parametersJulius Michaelis
2020-07-13Revert changes to files_* since extra parameters can be passed through *_with...Julius Michaelis
2020-07-12add builders for ipfs files {write, read, ls, rm, mkdir, chcid}Julius Michaelis
2020-07-12Merge remote-tracking branch 'origin/master'Julius Michaelis
2020-07-11use TypedBuilder instead of derive_builderFerris Tseng
2020-07-11add typed-builder as a dependency behind a feature flagFerris Tseng
2020-07-09add ipfs files ls --long and force -UJulius Michaelis
2020-07-09add ipfs files stat --with-localJulius Michaelis
2020-07-09ipfs files: cid-version, hash, flushJulius Michaelis
2020-07-09add ipfs files write --raw-leavesJulius Michaelis
2020-07-09add ipfs files chcidJulius Michaelis
2020-07-09ipfs files read/write: add offset, count, parentsJulius Michaelis