summaryrefslogtreecommitdiffstats
path: root/src/transport.rs
AgeCommit message (Expand)Author
2021-02-20Fix lifetimes (#272)Eli W. Hunter
2021-02-08Add services api (#263)Wojciech Kępka
2021-01-15Upgrade all dependencies (#246)maowtm
2021-01-09Allow `Image::pull` to handle chunks with multiple JSON values (#240)Tom Fay
2020-11-10Enable streaming results over UNIX sockets (#166) (#238)Dustin Frisch
2020-07-23Async/Await Support (continuation of #191) (#229)Eli W. Hunter
2019-12-26Re-export hyper::Uri as shiplift::Uri (#209)Thomas Eizinger
2019-12-05Don't vendor OpenSSL except on Windows (#197)Andy Caldwell
2019-03-30Add a registry authentication. (#157)Anton Ageev
2019-02-22Migrate serde dependency to use derive feature (#152)Vegard Sandengen
2019-02-13Copy from container (#150)Andy Caldwell
2019-01-08Make TLS/openssl an optional dependency (#130)rsdy
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-09-29Merge branch 'master' into update-to-hyper-0.12Antoine Büsch
2018-09-27Fix build with non-nightly RustFelix Krull
2018-09-24Fix typosAntoine Büsch
2018-09-24Remove use of wait() in get_error_message()Antoine Büsch
2018-09-24Remove unused InteractiveStreamAntoine Büsch
2018-09-24Remove dependency on tokio-coreAntoine Büsch
2018-09-08Make Unix socket support optionalFelix Krull
2018-08-07Update to Hyper 0.12Dylan McKay
2018-07-29Add support for the 304 Not Modified HTTP status codeDylan McKay
2017-09-09code style enforcementsoftprops
2017-06-25apply rustfmtsoftprops
2017-06-25replace all uses of try with ?. fixes #42softprops
2017-04-25The transport extracts a message from the response JSON if possibleTim Martin
2017-01-21Kill unused import warningsPete Hayes
2016-12-27Update hyper to 0.9 (fix #13)Roey Darwish Dror
2016-12-26Set the Host headerRoey Darwish Dror
2016-07-01don't panicGreg Weber
2016-01-18rust fmtsoftprops
2016-01-18massive progresssoftprops
2016-01-15wip for image buildingsoftprops
2016-01-03add debug loggingsoftprops
2016-01-03rustfmtsoftprops
2016-01-03impl container filtersoftprops
2016-01-03better error repsoftprops
2016-01-03most things don't require mutsoftprops
2016-01-03document transportsoftprops
2016-01-03rustfmtsoftprops
2016-01-03back to shorter namesoftprops
2016-01-03fix some warningssoftprops
2016-01-03transitioning into hyperlocalsoftprops
2015-07-13update depssoftprops