summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-04-27Display error message for `Error::Fault` (#292)Clemens Winter
2021-04-09Fix clippy: Allow upper case acronym hereMatthias Beyer
2021-04-09Merge pull request #279 from wojciechkepka/docsMatthias Beyer
2021-04-09Merge pull request #284 from wojciechkepka/fix_clippyMatthias Beyer
2021-04-07Allow uppercase acronyms for Error::IOWojciech Kępka
2021-04-07Rename `IPAM` to `Ipam`Wojciech Kępka
2021-03-11Add missing fields to NetworkEntrywojciechkepka
2021-03-11Add Docker API reference hyperlinks to doc commentswojciechkepka
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-21Add missing fields to `ImageDetails` and `History` (#264)Abc Xyz
2021-02-21Fix `entrypoint` field in ContainerOptions (#269)Wojciech Kępka
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-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-06port build to gh actions (#204)Doug Tangren
2019-12-05Don't vendor OpenSSL except on Windows (#197)Andy Caldwell
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