summaryrefslogtreecommitdiff
path: root/server.go
Commit message (Expand)AuthorAgeFilesLines
* retry to retrieve metadata on failure during pullunclejack2014-03-241-10/+26
* Make docker use the signal pkg with stringsGuillaume J. Charmes2014-03-181-44/+19
* merge existing config when committingWes Morgan2014-03-181-3/+8
* Remove goroutine leak upon errorGuillaume J. Charmes2014-03-111-0/+6
* Fix Race when killing the daemonGuillaume J. Charmes2014-03-071-4/+20
* Merge pull request #3959 from cpuguy83/3958_add_ability_to_remove_running_con...unclejack2014-03-071-1/+8
|\
| * Add ability to force removal of running container via docker rm -fBrian Goff2014-02-271-1/+8
* | Merge pull request #4270 from DevTable/fixregistryauthGuillaume J. Charmes2014-03-031-2/+12
|\ \
| * | Fix registry auth by storing the string passed on the command line, and allow...Jake Moshenko2014-02-201-2/+12
* | | fix warning can't docker runVictor Vieux2014-03-031-1/+1
* | | Merge pull request #4388 from vieux/fix_eventlisteners_nbVictor Vieux2014-02-281-1/+1
|\ \ \
| * | | fix EventsListeners in docker infoVictor Vieux2014-02-281-1/+1
| | |/ | |/|
* | | remove WARNING writter twiceVictor Vieux2014-02-281-4/+4
|/ /
* | Merge pull request #4297 from dotcloud/add-simple-checksumVictor Vieux2014-02-261-1/+2
|\ \
| * | registry: Fixed unexported fieldSam Alba2014-02-251-1/+1
| * | registry: Removed checksumPayload from exported fieldsSam Alba2014-02-241-1/+1
| * | registry: Added simple checksums (sha256) for layersSam Alba2014-02-231-1/+2
| |/
* | fix bad rebaseVictor Vieux2014-02-251-0/+4
* | fix message 'No such image: ubuntu' => 'No such image: ubuntu:latest'Victor Vieux2014-02-251-5/+11
* | := / varVictor Vieux2014-02-251-4/+3
* | Rewrite docker rmiVictor Vieux2014-02-251-100/+38
* | Register built-in engine commands at runtime instead of compile-timeSolomon Hykes2014-02-241-5/+1
|/
* update warning about local dns resolversunclejack2014-02-171-1/+1
* Support submodules when building from a gh repoSong Gao2014-02-171-1/+1
* Refactor utility `MkBuildContext` to the more generic `archive.Generate`Solomon Hykes2014-02-151-1/+1
* Properly close archivesAlexander Larsson2014-02-141-4/+10
* Merge pull request #4073 from crosbymichael/fix-docker-cp-closeunclejack2014-02-131-0/+1
|\
| * Ensure docker cp stream is closes properlyMichael Crosby2014-02-111-0/+1
* | Move the canonical run configuration objects to a sub-packageSolomon Hykes2014-02-111-8/+9
* | Move even more stuff into dockerversionTianon Gravi2014-02-111-1/+2
|/
* Do not ping registry from the cliMichael Crosby2014-02-051-1/+13
* Fix comparing binds and volume ids from other containersMichael Crosby2014-02-031-23/+38
* Merge pull request #3872 from crosbymichael/network-driverGuillaume J. Charmes2014-01-311-5/+2
|\
| * Update core calls to network driversMichael Crosby2014-01-311-5/+2
* | Move serveapi to api/api.goVictor Vieux2014-01-311-32/+2
* | merge masterVictor Vieux2014-01-311-4/+4
|\ \ | |/
| * Merge pull request #3829 from vieux/fix_api_regressionMichael Crosby2014-01-311-4/+4
| |\
| | * fix ID -> Id apiVictor Vieux2014-01-291-4/+4
* | | merge masterVictor Vieux2014-01-311-23/+20
|\ \ \ | |/ /
| * | add setSubEnv and getSubEnvVictor Vieux2014-01-311-2/+1
| * | job.error\* now return engine.StatusErrVictor Vieux2014-01-311-298/+148
| * | use existsVictor Vieux2014-01-311-8/+12
| * | changed default value of getenvint to 0. fix testsVictor Vieux2014-01-311-3/+3
| * | remove TestAllocateTCPPortLocalhost faillure in testsVictor Vieux2014-01-301-1/+1
| * | refactor all *FromJob functionsVictor Vieux2014-01-301-2/+1
| * | fix convertion issuesVictor Vieux2014-01-301-13/+5
| |/
* | move api to it's own packageVictor Vieux2014-01-291-1/+2
* | add setSubEnv and getSubEnvVictor Vieux2014-01-291-2/+1
* | job.error\* now return engine.StatusErrVictor Vieux2014-01-291-302/+150
|/
* Merge pull request #3808 from alexlarsson/execdriver-get-pids-for-containerMichael Crosby2014-01-291-2/+1
|\