summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2018-10-08try to get a consistent and repeatable codestyle goingsoftprops
2018-10-09Fix some lifetime issuesAntoine Büsch
2018-10-07Rename fields from rep structs to use snake caseAntoine Büsch
2018-10-01Clean-up imports and dependenciesAntoine Büsch
2018-10-01Migrate to serde_jsonAntoine Büsch
2018-09-29Merge branch 'master' into update-to-hyper-0.12Antoine Büsch
2018-09-24Fix typosAntoine Büsch
2018-09-24Remove dependency on tokio-coreAntoine Büsch
2018-09-08Make Unix socket support optionalFelix Krull
2018-08-07Replace deprecated Uri::scheme with Uri::scheme_partDylan McKay
2018-08-07Update to Hyper 0.12Dylan McKay
2018-07-29Stop using a deprecated ssl APIDylan McKay
2018-02-20feat: Use serde instead of rustc-serializeJacob ZAK
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-05-31Fix stdin and stderr handling during docker execStephan Buys
2017-05-06[ExecContainer] exec can now return stdout and stderr #50Joxit
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-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-16Add support for status replies from build commandPete Hayes
2017-01-13Implement container naming.Mārtiņš Šulcs
2017-01-02include portsoftprops
2016-12-27Update hyper to 0.9 (fix #13)Roey Darwish Dror
2016-07-06Merge pull request #17 from gregwebs/get-container-iddoug tangren
2016-07-01add a getter for the container idGreg Weber
2016-07-01add a container deletion api that takes optionsGreg Weber
2016-01-18rustdoc build methodsoftprops
2016-01-18rust fmtsoftprops
2016-01-18cleanupsoftprops
2016-01-18write to in memory buffer, not disksoftprops
2016-01-18massive progresssoftprops
2016-01-15wip for image buildingsoftprops
2016-01-03container create should following the same pattern as other methods that take...softprops
2016-01-03add debug loggingsoftprops
2016-01-03images should have labels... sometimessoftprops
2016-01-03implement kiil signalsoftprops
2016-01-03impl stop and restart wait timessoftprops
2016-01-03rustfmtsoftprops
2016-01-03notesoftprops