summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-09-09code style enforcementsoftprops
2017-09-07Return RustcSerialize types instead of local types. Fixes softprops/shiplift#65Pete Hayes
2017-06-25apply rustfmtsoftprops
2017-06-25replace all uses of try with ?. fixes #42softprops
2017-06-02Merge pull request #61 from Joxit/ExecContainerdoug tangren
2017-05-31Fix stdin and stderr handling during docker execStephan Buys
2017-05-06[ExecContainer] exec can now return stdout and stderr #50Joxit
2017-05-02Added an option for setting restart policyTim Martin
2017-05-02Modified the tests to use raw string literalsTim Martin
2017-04-25The transport extracts a message from the response JSON if possibleTim Martin
2017-04-24Add support for setting the log driver for a containerTim Martin
2017-04-20Make rep-types clonablePit Kleyersburg
2017-04-12Merge pull request #46 from tshepang/betterdoug tangren
2017-04-12Merge pull request #47 from tshepang/unuseddoug tangren
2017-04-03Add support for docker networksAlexander Kirillov
2017-02-02doc: expose comment as API docTshepang Lekhonkhobe
2017-02-02rm unused importsTshepang Lekhonkhobe
2017-02-02doc: fix markup so text does not render as one sentenceTshepang Lekhonkhobe
2017-02-01Merge pull request #44 from Joxit/ExecContainerdoug tangren
2017-01-31[ExecContainer] Add env option for exec command and update exampleJoxit
2017-01-29[ExecContainer] Add function to exec commands in containers.Joxit
2017-01-29[Docker Host] Support for non-https remote APIJoxit
2017-01-23update to hyper v0.10 with separate openssl dependencyAlexandre Beslic
2017-01-21Store Cow<str> instead of &str to improve API ergonomicsPete Hayes
2017-01-21Kill unused import warningsPete Hayes
2017-01-16Add support for status replies from build commandPete Hayes
2017-01-14Merge pull request #37 from shulcsm/container-namedoug tangren
2017-01-14Add support for devices to ContinaerOptionsZach Blankenship
2017-01-14Handle object arrays for ContainerOptionsZach Blankenship
2017-01-13Implement container naming.Mārtiņš Šulcs
2017-01-06OnBuild option is an array now.Mārtiņš Šulcs
2017-01-04Add CapAdd to ContainerOptionsBuilderZach Blankenship
2017-01-02raw size is always returned as non useful -1 in listingsoftprops
2017-01-02this field is not always presentsoftprops
2017-01-02include portsoftprops
2017-01-02ExecutionDriver no longer exists in remote apisoftprops
2016-12-27Update hyper to 0.9 (fix #13)Roey Darwish Dror
2016-12-27Implement the standard Error traitRoey Darwish Dror
2016-12-26Set the Host headerRoey Darwish Dror
2016-12-26Make id and status optional for eventsRoey Darwish Dror
2016-11-10fix volume parameterGreg Weber
2016-09-24[ContainerOptions] add more options for container creationJoxit
2016-07-11ExecDriver field no longer exists (API version 1.23)Greg Weber
2016-07-06Merge pull request #17 from gregwebs/get-container-iddoug tangren
2016-07-05enum the event filter typesGreg Weber
2016-07-05add the events filters parameterGreg Weber
2016-07-01Merge pull request #16 from gregwebs/no-panicdoug tangren
2016-07-01don't panicGreg Weber
2016-07-01add a getter for the container idGreg Weber
2016-07-01add a container deletion api that takes optionsGreg Weber