summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
AgeCommit message (Collapse)Author
2020-03-22make version and system fields optionalFerris Tseng
2019-12-24redundant use importsFerris Tseng
2019-10-15Migrate to Rust 2018 editionBogdan Arabadzhi
2019-10-14Upgrade actix to v1, bump ipfs-api to v0.5.2Sameer Puri
2019-10-12Upgrade to Rust 2018Bogdan Arabadzhi
2019-02-13Add actix feature for using actix-webSameer Puri
2018-12-31Fix clippy warningsSameer Puri
2018-12-31Run cargo fmtSameer Puri
2018-08-04formattingFerris Tseng
2018-08-03switch from error-chain to failureLeonardo Yvens Schwarzstein
`error-chain` is likely to be deprecated.
2018-06-27get ipfs-api compilingFerris Tseng
2018-03-08formattingFerris Tseng
2018-01-23add /object/new and /object/dataFerris Tseng
2018-01-23add /bitswap/reprovideFerris Tseng
2018-01-23add shutdown commandFerris Tseng
2018-01-23add /key/rename and /key/rmFerris Tseng
2018-01-23formattingFerris Tseng
2017-12-30clippy and formattingFerris Tseng
2017-12-08Updated sizes in type definitionsSimon Heath
Mostly from digging through the go code in various places. Rust doesn't really like 'usize' and 'isize' much because they're specifically the size of array indexes; kinda like size_t in C. So it can be annoying to use them on different platforms or in cross- platform API's or suck.
2017-12-05Merge pull request #4 from icefoxen/pin-addFerris Tseng
Added /pin/add endpoint call
2017-12-03finish up adding documentationFerris Tseng
2017-11-30Added /pin/add endpoint callSimon Heath
2017-11-26add filestore callsFerris Tseng
2017-11-26refactoringFerris Tseng
2017-11-25add dht and better serializationFerris Tseng
2017-11-25handle streaming errorsFerris Tseng
2017-11-24refactoring and new callsFerris Tseng
2017-11-24add initial cli implementationFerris Tseng
2017-11-24add tar commandsFerris Tseng
2017-11-19finish implementing multipart apiFerris Tseng
2017-11-03add new commandsFerris Tseng
2017-11-02add better handling for stream errors; implement filestore callsFerris Tseng
2017-10-27add calls to /filesFerris Tseng
2017-10-26use hyper instead of reqwestFerris Tseng
2017-10-25add licenseFerris Tseng
2017-10-25add file commandsFerris Tseng
2017-10-25add dns requestFerris Tseng
2017-10-25add diag commandsFerris Tseng
2017-10-25fix issue with bad typeFerris Tseng
2017-10-24use error chainFerris Tseng
2017-10-24add dht callsFerris Tseng
2017-10-24add cat requestFerris Tseng
2017-10-24add block methodsFerris Tseng
2017-10-24derive DebugFerris Tseng
2017-10-23add bitswap requestsFerris Tseng
2017-10-13add refs commandFerris Tseng
2017-10-12add call for pubsub/subFerris Tseng
2017-10-11add ping command and exampleFerris Tseng
2017-10-11formattingFerris Tseng
2017-10-10add get dagFerris Tseng