summaryrefslogtreecommitdiff
path: root/api/client
Commit message (Expand)AuthorAgeFilesLines
* Fix docker load progressbar, fixes #21957Lei Jitang2016-04-121-1/+1
* Request pull credentials when using trusted referencecyli2016-03-311-1/+1
* Merge pull request #21303 from riyazdf/notary-vendor-docker1.11Tibor Vass2016-03-221-11/+15
|\
| * vendor notary for docker1.11Riyaz Faizullabhoy2016-03-221-11/+15
* | Merge pull request #21270 from ehazlett/resource-labelsTibor Vass2016-03-223-0/+12
|\ \ | |/ |/|
| * add label support for build, networks and volumesEvan Hazlett2016-03-223-0/+12
* | Merge pull request #21046 from cyli/use-notary-cliVincent Demeester2016-03-221-22/+98
|\ \
| * | Pull, Pull-A, and Build will only pull tags from the targets role or the targ...cyli2016-03-211-3/+30
| * | Add test for targets/releases preference when pullingRiyaz Faizullabhoy2016-03-211-1/+1
| * | Trusted push now adds the tag to every first level delegation role for which ...cyli2016-03-211-22/+71
| |/
* | Pass upstream client's user agent through to registry on operations beyond pullsAaron Lehmann2016-03-212-3/+6
* | Merge pull request #21306 from mgoelzer/issue20001-nodepsArnaud Porterie2016-03-211-1/+1
|\ \ | |/ |/|
| * Pass upstream client's user agent through to registry on image pullsMike Goelzer2016-03-201-1/+1
* | Merge pull request #21333 from cpuguy83/sigpipeAntonio Murdaca2016-03-211-1/+1
|\ \
| * | Don't forward SIGPIPE from client to containerBrian Goff2016-03-181-1/+1
* | | Add the name of the exe that's trying to be executedDoug Davis2016-03-201-7/+9
* | | Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-11/+0
* | | Fix inspect to print bind mounts source path instead of an empty stringKenfe-Mickael Laventure2016-03-171-1/+6
|/ /
* | Merge pull request #21273 from jfrazelle/remove-dead-codeAlexander Morozov2016-03-171-16/+0
|\ \
| * | remove dead codeJessica Frazelle2016-03-161-16/+0
| |/
* | Merge pull request #21258 from runcom/res.body.leaksDavid Calavera2016-03-161-0/+1
|\ \ | |/ |/|
| * *: fix response body leaksAntonio Murdaca2016-03-161-0/+1
* | Update api/client file to use contextVincent Demeester2016-03-1634-59/+117
|/
* Merge pull request #21002 from tonistiigi/fix-id-noprefixDavid Calavera2016-03-141-11/+12
|\
| * Fix docker run for 64 byte hex IDTonis Tiigi2016-03-111-11/+12
* | Merge pull request #20970 from dmcgowan/login-oauthVincent Demeester2016-03-143-2/+14
|\ \
| * | Add support for identity tokens in client credentials storeAaron Lehmann2016-03-091-1/+1
| * | Change Docker client to support OAuth-based flow for loginAaron Lehmann2016-03-091-1/+6
| * | Add support for identity token with token handlerDerek McGowan2016-03-091-0/+7
* | | client: stats: fill in stats info on clientAleksa Sarai2016-03-121-0/+2
* | | Merge pull request #20958 from calavera/basic_function_templatesAlexander Morozov2016-03-104-19/+14
|\ \ \ | |/ / |/| |
| * | Provide basic string manupilation functions for template executions.David Calavera2016-03-094-19/+14
* | | pids limit supportJessica Frazelle2016-03-083-4/+7
| |/ |/|
* | Merge pull request #20803 from WeiZhang555/empty-stats-no-streamBrian Goff2016-03-052-18/+55
|\ \ | |/ |/|
| * Bug fix: stats --no-stream always print zero valuesZhang Wei2016-03-052-18/+55
* | Merge pull request #20943 from vdemeester/20942-fix-containerPsContextAntonio Murdaca2016-03-041-2/+2
|\ \
| * | Try to fix #20942 TestContainerPsContext unit testVincent Demeester2016-03-041-2/+2
* | | Merge pull request #20890 from riyazdf/notary-snapshot-remoteArnaud Porterie2016-03-031-1/+2
|\ \ \ | |/ / |/| |
| * | Rotate snapshot key to server when initializing new notary reposRiyaz Faizullabhoy2016-03-021-1/+2
* | | Merge pull request #20863 from thaJeztah/add-kernel-memory-warningSebastiaan van Stijn2016-03-031-0/+3
|\ \ \ | |_|/ |/| |
| * | Add KernelMemory to "info" and show warningSebastiaan van Stijn2016-03-021-0/+3
* | | Merge pull request #20824 from runcom/fix-creds-storeDavid Calavera2016-03-023-1/+11
|\ \ \ | |/ / |/| |
| * | cliconfig: credentials: support getting all authsAntonio Murdaca2016-03-023-1/+11
* | | Merge pull request #20388 from hqhq/hq_add_cgroup_driver_infoVincent Demeester2016-03-021-0/+1
|\ \ \ | |_|/ |/| |
| * | Add CgroupDriver to docker infoQiang Huang2016-03-021-0/+1
| |/
* | api: client: fix login/logout with creds storeAntonio Murdaca2016-03-022-9/+4
|/
* Remove some unused structs and fieldsAlexander Morozov2016-03-011-1/+0
* Merge pull request #20565 from kencochrane/remove_email_on_loginAaron Lehmann2016-03-012-26/+13
|\
| * Remove email address field from loginKen Cochrane2016-02-292-26/+13
* | Merge pull request #20792 from cpuguy83/more_stats_client_cleanupArnaud Porterie2016-02-293-233/+267
|\ \ | |/ |/|