summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Make docker use the signal pkg with stringsGuillaume J. Charmes2014-03-181-1/+11
* Move signal to pkgGuillaume J. Charmes2014-03-181-6/+7
* fix content-type detection in docker cpVictor Vieux2014-03-181-1/+1
* adding configuration for timeout and disable it by defaultIsabel Jimenez2014-03-181-3/+2
* Have the exec driver and kernel version in non-debug mode in `docker info`Guillaume J. Charmes2014-03-181-3/+4
* don't leave empty cidFile behindunclejack2014-03-181-1/+15
* Fix attach exit on darwinGuillaume J. Charmes2014-03-181-3/+8
* Merge pull request #3959 from cpuguy83/3958_add_ability_to_remove_running_con...unclejack2014-03-072-0/+5
|\
| * Add ability to force removal of running container via docker rm -fBrian Goff2014-02-272-0/+5
* | Create a -G option that specifies the group which unix sockets belong to.Evan Krall2014-03-061-12/+34
* | Merge pull request #4462 from jamtur01/langfixVictor Vieux2014-03-051-12/+12
|\ \
| * | Updated a variety of language and error messagesJames Turnbull2014-03-041-12/+12
* | | Made CLI option capitalization consistent in api/client.goJames Turnbull2014-03-041-8/+8
|/ /
* | Merge pull request #4270 from DevTable/fixregistryauthGuillaume J. Charmes2014-03-031-13/+13
|\ \
| * | Fix registry auth by storing the string passed on the command line, and allow...Jake Moshenko2014-02-201-13/+13
* | | Merge pull request #4385 from khia/json_formatVictor Vieux2014-03-031-1/+8
|\ \ \
| * | | Support json output in --format flag of docker inspectILYA Khlopotov2014-02-281-1/+8
| | |/ | |/|
* | | fix(api): serve until the "acceptconnections" jobBrandon Philips2014-03-011-0/+5
|/ /
* | Merge pull request #4078 from vieux/rewrite_rmiunclejack2014-02-263-81/+80
|\ \
| * | add version pkgVictor Vieux2014-02-251-61/+62
| * | fix testsVictor Vieux2014-02-251-2/+2
| * | := / varVictor Vieux2014-02-251-2/+4
| * | bump API versionVictor Vieux2014-02-253-73/+63
| * | Rewrite docker rmiVictor Vieux2014-02-252-2/+8
* | | Merge pull request #4292 from cpuguy83/4291_make_rm_default_for_buildunclejack2014-02-261-1/+1
|\ \ \
| * | | make docker build -rm=true default #4292Brian Goff2014-02-261-1/+1
* | | | Merge pull request #4342 from vieux/update_maintainers_apiunclejack2014-02-261-0/+1
|\ \ \ \
| * | | | update api Maintainers fileVictor Vieux2014-02-251-0/+1
| | |/ / | |/| |
* | | | fix content-type docker copyVictor Vieux2014-02-251-1/+1
|/ / /
* | | Convert api/server.go to also use the handy user packageTianon Gravi2014-02-251-10/+7
* | | fix gofmtVictor Vieux2014-02-241-1/+0
* | | api/common.go: code shared by the server and client implementation of the Doc...Solomon Hykes2014-02-242-37/+45
* | | Register built-in engine commands at runtime instead of compile-timeSolomon Hykes2014-02-241-4/+0
|/ /
* | Fix build command auth by adding the auth config and registry objects to the ...jakedt2014-02-201-0/+2
|/
* my attempt to disentagle repository and registry (Issue #1439)Sven Dowideit2014-02-181-2/+2
* Merge pull request #4168 from crosbymichael/add-listenbufferVictor Vieux2014-02-171-3/+23
|\
| * Move job register into servapiMichael Crosby2014-02-171-1/+4
| * Change name to listenbufferMichael Crosby2014-02-151-2/+2
| * Integration generic socket wait for docker apiMichael Crosby2014-02-151-2/+0
| * Use socket activation pkg for listenersMichael Crosby2014-02-151-3/+22
* | Improve error message only if no body is returnedMichael Crosby2014-02-171-1/+1
* | Revert "Merge pull request #4151 from crosbymichael/improve-404-client-message"Michael Crosby2014-02-171-3/+1
* | Merge pull request #4113 from SvenDowideit/build-quiet-helpVictor Vieux2014-02-171-1/+1
|\ \
| * | add a little reenforcement to the help for docker build -qSven Dowideit2014-02-171-1/+1
| |/
* | `docker cp` error when container doesn't existFabio Falci2014-02-162-0/+6
|/
* api/container.go: an API-specific representation of a containerSolomon Hykes2014-02-152-2/+20
* Remove duplicate function displayablePortsSolomon Hykes2014-02-151-14/+0
* Move remote api client to api/Solomon Hykes2014-02-151-0/+2425
* Merge pull request #4128 from vieux/fix_header_content-type_apiMichael Crosby2014-02-131-22/+43
|\
| * fix content-type for legacyVictor Vieux2014-02-131-0/+2