summaryrefslogtreecommitdiffstats
path: root/ipfs-api
AgeCommit message (Expand)Author
2020-05-16increment versionFerris Tseng
2020-05-16migrate client code to internal file; move url builder code to traitFerris Tseng
2020-05-16move client to separate moduleFerris Tseng
2020-05-16fix issue where actix was not sending a bodyFerris Tseng
2020-05-16formattingFerris Tseng
2020-05-15Only use POST for IPFS v0.5 compatAlan Lu
2020-03-220.7.0 -> 0.7.1Ferris Tseng
2020-03-22formattingFerris Tseng
2020-03-22make version and system fields optionalFerris Tseng
2020-03-17increment version; upgrade dependencies; fix deprecationsFerris Tseng
2020-03-17remove multiaddr dependency2075
2020-03-17update implementation to use parity-multiaddr2075
2020-03-17add parity-multiaddr dependency2075
2019-12-25add rc versionFerris Tseng
2019-12-25add return statementFerris Tseng
2019-12-25use "impl Stream" instead of the async stream response typeFerris Tseng
2019-12-25refactoring for more asyncFerris Tseng
2019-12-25use boxed_local to get around Send requirementFerris Tseng
2019-12-24redundant use importsFerris Tseng
2019-12-24use proper runtime for all examplesFerris Tseng
2019-12-24add example for tailing logFerris Tseng
2019-12-24implement last 2 methods on clientFerris Tseng
2019-12-24update documentationFerris Tseng
2019-12-24move types to libFerris Tseng
2019-12-24cleaning up doc testsFerris Tseng
2019-12-24finish updating examplesFerris Tseng
2019-12-24add time dependency; formattingFerris Tseng
2019-12-23update ipfs client methodsFerris Tseng
2019-12-23update examplesFerris Tseng
2019-12-23implementing examplesFerris Tseng
2019-12-22implementing a bunch of methodsFerris Tseng
2019-12-22get all the core methods working!Ferris Tseng
2019-12-22various cleanupFerris Tseng
2019-12-22fleshing out almost all of the core functionalityFerris Tseng
2019-12-22beginning to upgrade client, but blerghFerris Tseng
2019-12-22update decoder and asyncread traits for 0.2 (untested)Ferris Tseng
2019-12-22uncomment out client modFerris Tseng
2019-12-22initial dependency upgradingFerris Tseng
2019-10-16Remove unnecessary extern crate declarationsBogdan Arabadzhi
2019-10-15Migrate to Rust 2018 editionBogdan Arabadzhi
2019-10-14updating doc testsFerris Tseng
2019-10-14add dyn to types for actix featureFerris Tseng
2019-10-14unify runtime in examplesFerris Tseng
2019-10-14upgrade version to 0.5.2Ferris Tseng
2019-10-14Upgrade actix to v1, bump ipfs-api to v0.5.2Sameer Puri
2019-10-14Format codeBogdan Arabadzhi
2019-10-12Use if let for file error checkingBogdan Arabadzhi
2019-10-12Allow unused DagPut structBogdan Arabadzhi
2019-10-12Upgrade to Rust 2018Bogdan Arabadzhi
2019-04-04ipfs-api: Add hyper_tls for added HTTPS supportJannis