summaryrefslogtreecommitdiff
path: root/api/types
Commit message (Expand)AuthorAgeFilesLines
* Remove daemon dependency from api/server.David Calavera2016-02-101-0/+25
* cleanup attach api callsBrian Goff2016-02-091-15/+8
* Move backend types to their own package.David Calavera2016-02-081-0/+51
* Remove types and lib packages from the engine.David Calavera2016-01-0622-2595/+0
* Modify import paths to point to the new engine-api package.David Calavera2016-01-067-14/+14
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-1/+2
* Use ImageBuildOptions in builder.Anusha Ragunathan2016-01-052-4/+4
* Merge pull request #18888 from calavera/event_typesDavid Calavera2016-01-043-0/+72
|\
| * Add event types.David Calavera2015-12-303-0/+72
* | Remove version package from API types.David Calavera2016-01-041-2/+1
* | Merge pull request #15666 from vdemeester/3519-configurable-escapeSebastiaan van Stijn2016-01-042-0/+2
|\ \
| * | Implement configurable detach keyVincent Demeester2016-01-032-0/+2
| |/
* | Add authorization plugins to docker infoVincent Demeester2015-12-291-0/+2
|/
* Merge pull request #15078 from hqhq/hq_add_set_api_v2David Calavera2015-12-281-0/+7
|\
| * Implemet docker update commandQiang Huang2015-12-281-0/+7
* | Remove duplicated OomKilldisableQiang Huang2015-12-241-1/+0
|/
* Merge pull request #18878 from calavera/conditional_load_responseAntonio Murdaca2015-12-241-0/+6
|\
| * Make `docker load` to output json when the response content type is json.David Calavera2015-12-221-0/+6
* | Remove package pkg/ulimit, use go-units instead.Daniel Nephin2015-12-232-15/+15
* | Add filter for `network ls` to hide predefined netZhang Wei2015-12-231-0/+5
|/
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-229-18/+444
* Move ExecConfig to types.David Calavera2015-12-221-0/+14
* Replace usage of pkg/nat with go-connections/nat.David Calavera2015-12-223-3/+3
* Move blkiodev package to types.David Calavera2015-12-221-0/+23
* Move StrSlice to types.David Calavera2015-12-222-0/+206
* Merge pull request #18721 from tiborvass/remove-dependencies-from-builderVincent Demeester2015-12-181-0/+8
|\
| * builder: remove daemon dependency in ContainerCreate()Tibor Vass2015-12-171-0/+8
* | Merge pull request #18559 from ahmetalpbalkan/return-container-networksVincent Demeester2015-12-171-0/+7
|\ \
| * | Add containers’ networks to /containers/jsonAhmet Alp Balkan2015-12-141-0/+7
* | | Move filters package to the API.David Calavera2015-12-153-1/+593
* | | Merge pull request #18685 from calavera/remove_timeutilsDavid Calavera2015-12-152-0/+217
|\ \ \
| * | | Move timeutils functions to the only places where they are used.David Calavera2015-12-152-0/+217
* | | | Merge pull request #18676 from dnephin/more_registry_types_to_apiDavid Calavera2015-12-151-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Move registry.SearchResult types to api/types/registry.Daniel Nephin2015-12-151-0/+26
| | |/ | |/|
* | | Merge pull request #17034 from rhvgoyal/volume-propagationBrian Goff2015-12-151-0/+1
|\ \ \ | |/ / |/| |
| * | Add capability to specify mount propagation per volumeVivek Goyal2015-12-141-0/+1
* | | Move IndexInfo and ServiceConfig types to api/types/registry/registry.goDaniel Nephin2015-12-143-2/+77
* | | Move AuthConfig to api/typesDaniel Nephin2015-12-142-2/+12
* | | Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
| |/ |/|
* | Move networking api types to the api/types/networking package.Daniel Nephin2015-12-092-1/+34
* | Make the commit configuration to be a typed struct rather than accepting a st...David Calavera2015-12-091-1/+2
* | Implement docker resize with standalone client lib.David Calavera2015-12-091-1/+16
* | Implement docker push with standalone client lib.David Calavera2015-12-091-0/+3
* | Implement docker pull with standalone client lib.David Calavera2015-12-091-0/+8
* | Implement docker exec with standalone client lib.David Calavera2015-12-091-0/+8
* | Implement docker attach with standalone client lib.David Calavera2015-12-091-1/+37
* | Create interface that clients that talk to the api must fulfill.David Calavera2015-12-091-0/+163
|/
* move configs structs to remove dependency on daemonMorgan Bauer2015-12-071-0/+29
* Merge pull request #17478 from vdemeester/pr-13921Michael Crosby2015-11-171-0/+2
|\
| * /info: Add keys Architecture, OSTypeOlle Jonsson2015-11-141-0/+2