summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2021-07-10Rename Config -> ContainerConfigwojciechkepka
2021-04-12Fix incorrect return type of Networks::listJonas Pommerening
2021-04-07Rename `IPAM` to `Ipam`Wojciech Kępka
2021-03-08Split up rep.rsEli W. Hunter
2021-03-08Split up builder.rsEli W. Hunter
2021-03-08Split up lib.rsEli W. Hunter
2021-03-08Merge pull request #273 from matthiasbeyer/fix-docMatthias Beyer
2021-03-08Merge pull request #277 from matthiasbeyer/add-safe-containers-getMatthias Beyer
2021-03-08Add Containers::get_checked() for getting an existing containerMatthias Beyer
2021-03-06Add warning to Containers::get() methodMatthias Beyer
2021-02-22Fix: Dot should be in quotesMatthias Beyer
2021-02-20Fix lifetimes (#272)Eli W. Hunter
2021-02-08Add services api (#263)Wojciech Kępka
2021-02-06Simplify api, get rid of unnecessary lifetimes (#252)Wojciech Kępka
2021-02-06Add Exec struct for easier manipulation of exec instances (#251)Wojciech Kępka
2021-02-06Image::import argument tarball is now generic (#253)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
2021-01-09Implement upload of tar to container (#239)Dustin Frisch
2020-09-01Implement multiple chunk streams in build function for images (#232)Hampus Lidin
2020-07-23Async/Await Support (continuation of #191) (#229)Eli W. Hunter
2020-03-19appease clippy (#225)Colvin Wellborn
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