summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-08Add Containers::get_checked() for getting an existing containerMatthias Beyer
2021-02-21Add missing fields to `ImageDetails` and `History` (#264)Abc Xyz
2021-02-21Fix `entrypoint` field in ContainerOptions (#269)Wojciech Kępka
2021-02-21correct readme versionsoftprops
2021-02-20Revert "trigger on pushes to tags"softprops
2021-02-20trigger on pushes to tagssoftprops
2021-02-20trigger on pushes to tagssoftprops
2021-02-20update readmesoftprops
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-23Add Stop{Signal,Timeout} to ContainerOptionsBuilder (#248)Eli W. Hunter
2021-01-18Version and changelog updates for 0.7.0 (#247)Tom Fay
2021-01-15Upgrade all dependencies (#246)maowtm
2021-01-12Fix X-Registry-Auth header (#245)Valentine Valyaeff
2021-01-10update gh actions ci and fix ci lint errors (#244)Doug Tangren
2021-01-09Allow `Image::pull` to handle chunks with multiple JSON values (#240)Tom Fay
2021-01-09ContainerOptionsBuilder::env() should not get owned Vec (#237)Matthias Beyer
2021-01-09Implement upload of tar to container (#239)Dustin Frisch
2020-11-10Enable streaming results over UNIX sockets (#166) (#238)Dustin Frisch
2020-09-01Implement multiple chunk streams in build function for images (#232)Hampus Lidin
2020-07-28Add nano_cpus and memory_swap to ContainerOptions (#231)Eli W. Hunter
2020-07-23Async/Await Support (continuation of #191) (#229)Eli W. Hunter
2020-03-19Specify user when creating container (#220)Tom Fay
2020-03-19Add status field to container State (#221)Colvin Wellborn
2020-03-19Add repo_tags, repo_digests fields to ImageDetails (#222)Colvin Wellborn
2020-03-19appease clippy (#225)Colvin Wellborn
2020-03-19Update errors to match current Error trait (#223)Colvin Wellborn
2020-03-19Fix formatting (#224)Colvin Wellborn
2020-01-04make image and container option builder interfaces consistent (#211)Colvin Wellborn
2019-12-26Re-export hyper::Uri as shiplift::Uri (#209)Thomas Eizinger
2019-12-26Update the ContainerOptionsBuilder with new publish all ports option (#215)Tyler Jones
2019-12-26Expand rep::Version (#212)Colvin Wellborn
2019-12-18expand rep::Container fields (#213)Colvin Wellborn
2019-12-10Replace invalid example in README with cargo example (#207)Thomas Eizinger
2019-12-08prep release for 0.6.0 (#206)Doug Tangren
2019-12-08update dev dep env_loggersoftprops
2019-12-07drop travis support (#205)Doug Tangren
2019-12-06port build to gh actions (#204)Doug Tangren
2019-12-05Don't vendor OpenSSL except on Windows (#197)Andy Caldwell
2019-12-05update minor deps (#203)Doug Tangren
2019-12-05Replace host str to use https if encrypted (#193)Lucio Franco
2019-10-13Add 'publish' method to expose a port (#198)Anthony Griffon
2019-10-13Correctly rename `endpoint_id` field (#196)Pit
2019-09-17Remove extra semicolon to fix cargo fmt --all -- --check (#195)Atul Bhosale
2019-09-15Use 'dyn' since trait objects without an explicit 'dyn' are deprecated (#194)Atul Bhosale
2019-09-14feat: use chrono to deserialize date times (#190)Marc Schreiber
2019-08-10Added function to tag an image (#187)MHamill98