summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
AgeCommit message (Expand)Author
2021-04-27Display error message for `Error::Fault` (#292)Clemens Winter
2021-04-07Allow uppercase acronyms for Error::IOWojciech Kępka
2021-03-08Split up lib.rsEli W. Hunter
2020-07-23Async/Await Support (continuation of #191) (#229)Eli W. Hunter
2020-03-19Update errors to match current Error trait (#223)Colvin Wellborn
2019-12-26Re-export hyper::Uri as shiplift::Uri (#209)Thomas Eizinger
2019-09-15Use 'dyn' since trait objects without an explicit 'dyn' are deprecated (#194)Atul Bhosale
2018-12-24fill in error details (#142)doug tangren
2018-12-24update to 2018 edition (#141)doug tangren
2018-12-23update travis build (#140)doug tangren
2018-12-22Support interactive stdin/stdout streams (#136)Dylan McKay
2018-11-14Async api (#128)Antoine Büsch
2018-10-10fix a number of clippy warnings (#122)doug tangren
2018-10-08try to get a consistent and repeatable codestyle goingsoftprops
2018-10-01Migrate to serde_jsonAntoine Büsch
2018-08-07Update to Hyper 0.12Dylan McKay
2017-09-09code style enforcementsoftprops
2017-06-25apply rustfmtsoftprops
2017-06-25replace all uses of try with ?. fixes #42softprops
2016-12-27Implement the standard Error traitRoey Darwish Dror
2016-01-03container create should following the same pattern as other methods that take...softprops
2016-01-03rustfmtsoftprops
2016-01-03less unwrappingsoftprops
2016-01-03better error repsoftprops