summaryrefslogtreecommitdiff
path: root/api/client/diff.go
Commit message (Expand)AuthorAgeFilesLines
* Update api/client file to use contextVincent Demeester2016-03-161-1/+3
* Implement docker diff with standalone client lib.David Calavera2015-12-091-10/+1
* Use consistent command descriptionLei Jitang2015-10-081-1/+1
* cli: new daemon command and new cli packageTibor Vass2015-07-231-1/+2
* Windows: Remove meaningless warnings on docker infoJohn Howard2015-07-101-3/+3
* api/client: unify format of args checkMa Shimiao2015-07-081-0/+1
* api/client: close the returned io.ReadCloserMa Shimiao2015-07-081-0/+2
* Merge pull request #13869 from jlhawn/multi_line_help_usageJosh Hawn2015-06-151-1/+1
|\
| * api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-1/+1
* | api/client: have cli.call() return headersJosh Hawn2015-06-101-1/+1
|/
* Small if err cleaningAntonio Murdaca2015-04-271-2/+1
* Remove container name not empty checkMegan Kostick2015-04-141-0/+4
* Remove use of Table from 'docker diff'Doug Davis2015-04-021-10/+14
* Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-2/+1
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-1/+1
* Add godoc-style docstrings to Cmd... methodsPeggy Li2015-03-251-0/+5
* api/client - The code for all cli commands are in one file #11610Joey Gibson2015-03-241-0/+41