summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-12-26Re-export hyper::Uri as shiplift::Uri (#209)Thomas Eizinger
2019-12-05Replace host str to use https if encrypted (#193)Lucio Franco
2019-09-15Use 'dyn' since trait objects without an explicit 'dyn' are deprecated (#194)Atul Bhosale
2019-08-10Added function to tag an image (#187)MHamill98
2019-06-01copy_file_into creates sub-directories if required (#171)Marc Schreiber
2019-05-31Fix build image response parsing error (#177)Sergey Tsaplin
2019-05-17Add import functionality (#165)Keir Lawson
2019-05-17Switch path type requirement to make more ergonomic (#168)Keir Lawson
2019-03-30Add a registry authentication. (#157)Anton Ageev
2019-02-25Apply rust format to fix CI checks (#153)Marc Schreiber
2019-02-25Support multiple messages per chunk in streaming image pull (#154)Austin Brown
2019-02-23Copy a byte slice as file into a container (#151)Marc Schreiber
2019-02-13Copy from container (#150)Andy Caldwell
2019-01-08Make TLS/openssl an optional dependency (#130)rsdy
2018-12-24render idsoftprops
2018-12-24maint detailssoftprops
2018-12-24update to 2018 edition (#141)doug tangren
2018-12-23update travis build (#140)doug tangren
2018-12-22Remove an unused type parameter from the 'nocache' function (#135)Dylan McKay
2018-12-22feat: create, list, and delete volumes (#138)Marc Schreiber
2018-12-22Support interactive stdin/stdout streams (#136)Dylan McKay
2018-11-14Async api (#128)Antoine Büsch
2018-11-14Disable Hyper's http protocol enforcement. (#129)David Wood
2018-10-17serde can't read a Vec<Value> from a stream (#126)Chris West
2018-10-17[OK] Expose port (#127)Nurrl
2018-10-13Fixed error causing bad json to be sent to Docker API. (#124)Nurrl
2018-10-10fix a number of clippy warnings (#122)doug tangren
2018-10-09Merge branch 'master' into fix_lifetimesAntoine Büsch
2018-10-08try to get a consistent and repeatable codestyle goingsoftprops
2018-10-09Fix some lifetime issuesAntoine Büsch
2018-10-07Rename fields from rep structs to use snake caseAntoine Büsch
2018-10-01Clean-up imports and dependenciesAntoine Büsch
2018-10-01Migrate to serde_jsonAntoine Büsch
2018-09-29Merge branch 'master' into update-to-hyper-0.12Antoine Büsch
2018-09-24Fix typosAntoine Büsch
2018-09-24Remove dependency on tokio-coreAntoine Büsch
2018-09-08Make Unix socket support optionalFelix Krull
2018-08-07Replace deprecated Uri::scheme with Uri::scheme_partDylan McKay
2018-08-07Update to Hyper 0.12Dylan McKay
2018-07-29Stop using a deprecated ssl APIDylan McKay
2018-02-20feat: Use serde instead of rustc-serializeJacob ZAK
2017-09-09code style enforcementsoftprops
2017-09-07Return RustcSerialize types instead of local types. Fixes softprops/shiplift#65Pete Hayes
2017-06-25apply rustfmtsoftprops
2017-06-25replace all uses of try with ?. fixes #42softprops
2017-05-31Fix stdin and stderr handling during docker execStephan Buys
2017-05-06[ExecContainer] exec can now return stdout and stderr #50Joxit
2017-04-12Merge pull request #46 from tshepang/betterdoug tangren
2017-04-12Merge pull request #47 from tshepang/unuseddoug tangren
2017-04-03Add support for docker networksAlexander Kirillov