summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
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
2019-06-01copy_file_into creates sub-directories if required (#171)Marc Schreiber
2019-06-01Add WorkingDir container's option support (#175)Sergey Tsaplin
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-05-17Add LogsOptionsBuilder::since() method (#169)Max Eliseev
2019-04-26Add explanative sentence for volumes option (#164)Keir Lawson
2019-04-21Added `ExposedPorts` mapping (#162)Graham Wihlidal
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-22Migrate serde dependency to use derive feature (#152)Vegard Sandengen
2019-02-13Copy from container (#150)Andy Caldwell
2019-01-21Add ContainerOptionsBuilder::privileged() (#149)Cyril Plisko
2019-01-08Make TLS/openssl an optional dependency (#130)rsdy
2019-01-08Support for Userns Mode (#147)Marc Schreiber
2018-12-24document images.pull behaviorsoftprops
2018-12-24render idsoftprops
2018-12-24maint detailssoftprops
2018-12-24fill in error details (#142)doug tangren
2018-12-24update to 2018 edition (#141)doug tangren
2018-12-23update travis build (#140)doug tangren
2018-12-22Fix serialization of network commands and add ContainerConnectionOptionsBuild...Marc Schreiber
2018-12-22Support for setting CPU shares/memory for image builder (#134)Dylan McKay