summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
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
2016-01-03dont let fns steal ownershipsoftprops
2016-01-03implement image list optionssoftprops
2016-01-03add log and top optionssoftprops
2016-01-03migrate builder interfaces into interfaces that just build options to improve...softprops
2016-01-03impl container filtersoftprops
2016-01-03less unwrappingsoftprops
2016-01-03better error repsoftprops
2016-01-03properly form encode paramssoftprops
2016-01-03most things don't require mutsoftprops
2016-01-03rustfmtsoftprops
2016-01-03back to shorter namesoftprops
2016-01-03fix some warningssoftprops
2016-01-03transitioning into hyperlocalsoftprops
2015-08-08update depssoftprops
2015-07-13update depssoftprops
2015-06-26container list buildersoftprops
2015-06-21export image and imagessoftprops
2015-06-21spacingsoftprops
2015-05-21codestylesoftprops
2015-05-10builder for events streamsoftprops
2015-05-06explicit host constructor. fixes #2softprops
2015-05-06rep image delete status. fixes #5softprops