summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2018-12-22Remove an unused type parameter from the 'nocache' function (#135)Dylan McKay
2018-12-22Support for AutoRemove flag (#137)Szymon Janota
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-13remove pub builder constructors (#125)doug tangren