summaryrefslogtreecommitdiff
path: root/integration/runtime_test.go
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'https_client' of github.com:discordianfish/docker into discordi...Victor Vieux2014-03-191-12/+74
|\
| * Add authenticated TLS support for APIJohannes 'fish' Ziemke2014-03-091-12/+74
* | Move runtime and container into sub pkgMichael Crosby2014-03-091-7/+7
* | Move image into sub pkgMichael Crosby2014-03-091-1/+2
* | Remove the ghosts and kill everythingMichael Crosby2014-03-061-84/+0
|/
* Address initial feedback from prMichael Crosby2014-02-251-1/+1
* Merge branch 'master' into add-libcontainerMichael Crosby2014-02-241-48/+8
|\
| * Cleanup integration testsSolomon Hykes2014-02-241-48/+8
* | Fix tests with dockerinit lookup pathMichael Crosby2014-02-241-1/+1
|/
* Integration generic socket wait for docker apiMichael Crosby2014-02-151-0/+5
* Move the canonical run configuration objects to a sub-packageSolomon Hykes2014-02-111-16/+17
* New package `nat`: utilities for manipulating the text description of network...Solomon Hykes2014-02-111-5/+6
* Move serveapi to api/api.goVictor Vieux2014-01-311-5/+5
* merge masterVictor Vieux2014-01-311-2/+2
|\
| * fix ID -> Id apiVictor Vieux2014-01-291-2/+2
* | remove some mkServerFromEngineVictor Vieux2014-01-311-3/+4
|/
* Move docker rmi to a jobVictor Vieux2014-01-241-1/+1
* move pull and import to a jobVictor Vieux2014-01-241-1/+3
* Port 'docker images' to the engine APISolomon Hykes2014-01-131-7/+10
* Add container name validation testJonathan Rudenberg2013-12-171-0/+48
* Merge pull request #2966 from andrewsmedina/govet2Victor Vieux2013-12-041-2/+2
|\
| * fixed some `go vet` issues.Andrews Medina2013-11-291-2/+2
* | Ensure that the init layer is removed with the containerMichael Crosby2013-12-031-0/+40
* | Engine: integer job status, improved stream APISolomon Hykes2013-11-301-1/+1
|/
* Always use the 'vfs' storage driver in integration tests. To test other drive...Solomon Hykes2013-11-261-0/+3
* Refactor State to be 100% thread safeGuillaume J. Charmes2013-11-211-9/+9
* More informative error message on name collisionsDarren Coxall2013-11-181-0/+12
* fix Integration testsVictor Vieux2013-11-141-9/+19
* Integration tests: remove dependency on private APIsVictor Vieux2013-11-141-136/+128
* Move integration tests to integration/, expose missing public methods in the ...Solomon Hykes2013-11-141-0/+828