index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
retry to retrieve metadata on failure during pull
unclejack
2014-03-24
1
-10
/
+26
*
Make docker use the signal pkg with strings
Guillaume J. Charmes
2014-03-18
1
-44
/
+19
*
merge existing config when committing
Wes Morgan
2014-03-18
1
-3
/
+8
*
Remove goroutine leak upon error
Guillaume J. Charmes
2014-03-11
1
-0
/
+6
*
Fix Race when killing the daemon
Guillaume J. Charmes
2014-03-07
1
-4
/
+20
*
Merge pull request #3959 from cpuguy83/3958_add_ability_to_remove_running_con...
unclejack
2014-03-07
1
-1
/
+8
|
\
|
*
Add ability to force removal of running container via docker rm -f
Brian Goff
2014-02-27
1
-1
/
+8
*
|
Merge pull request #4270 from DevTable/fixregistryauth
Guillaume J. Charmes
2014-03-03
1
-2
/
+12
|
\
\
|
*
|
Fix registry auth by storing the string passed on the command line, and allow...
Jake Moshenko
2014-02-20
1
-2
/
+12
*
|
|
fix warning can't docker run
Victor Vieux
2014-03-03
1
-1
/
+1
*
|
|
Merge pull request #4388 from vieux/fix_eventlisteners_nb
Victor Vieux
2014-02-28
1
-1
/
+1
|
\
\
\
|
*
|
|
fix EventsListeners in docker info
Victor Vieux
2014-02-28
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
remove WARNING writter twice
Victor Vieux
2014-02-28
1
-4
/
+4
|
/
/
*
|
Merge pull request #4297 from dotcloud/add-simple-checksum
Victor Vieux
2014-02-26
1
-1
/
+2
|
\
\
|
*
|
registry: Fixed unexported field
Sam Alba
2014-02-25
1
-1
/
+1
|
*
|
registry: Removed checksumPayload from exported fields
Sam Alba
2014-02-24
1
-1
/
+1
|
*
|
registry: Added simple checksums (sha256) for layers
Sam Alba
2014-02-23
1
-1
/
+2
|
|
/
*
|
fix bad rebase
Victor Vieux
2014-02-25
1
-0
/
+4
*
|
fix message 'No such image: ubuntu' => 'No such image: ubuntu:latest'
Victor Vieux
2014-02-25
1
-5
/
+11
*
|
:= / var
Victor Vieux
2014-02-25
1
-4
/
+3
*
|
Rewrite docker rmi
Victor Vieux
2014-02-25
1
-100
/
+38
*
|
Register built-in engine commands at runtime instead of compile-time
Solomon Hykes
2014-02-24
1
-5
/
+1
|
/
*
update warning about local dns resolvers
unclejack
2014-02-17
1
-1
/
+1
*
Support submodules when building from a gh repo
Song Gao
2014-02-17
1
-1
/
+1
*
Refactor utility `MkBuildContext` to the more generic `archive.Generate`
Solomon Hykes
2014-02-15
1
-1
/
+1
*
Properly close archives
Alexander Larsson
2014-02-14
1
-4
/
+10
*
Merge pull request #4073 from crosbymichael/fix-docker-cp-close
unclejack
2014-02-13
1
-0
/
+1
|
\
|
*
Ensure docker cp stream is closes properly
Michael Crosby
2014-02-11
1
-0
/
+1
*
|
Move the canonical run configuration objects to a sub-package
Solomon Hykes
2014-02-11
1
-8
/
+9
*
|
Move even more stuff into dockerversion
Tianon Gravi
2014-02-11
1
-1
/
+2
|
/
*
Do not ping registry from the cli
Michael Crosby
2014-02-05
1
-1
/
+13
*
Fix comparing binds and volume ids from other containers
Michael Crosby
2014-02-03
1
-23
/
+38
*
Merge pull request #3872 from crosbymichael/network-driver
Guillaume J. Charmes
2014-01-31
1
-5
/
+2
|
\
|
*
Update core calls to network drivers
Michael Crosby
2014-01-31
1
-5
/
+2
*
|
Move serveapi to api/api.go
Victor Vieux
2014-01-31
1
-32
/
+2
*
|
merge master
Victor Vieux
2014-01-31
1
-4
/
+4
|
\
\
|
|
/
|
*
Merge pull request #3829 from vieux/fix_api_regression
Michael Crosby
2014-01-31
1
-4
/
+4
|
|
\
|
|
*
fix ID -> Id api
Victor Vieux
2014-01-29
1
-4
/
+4
*
|
|
merge master
Victor Vieux
2014-01-31
1
-23
/
+20
|
\
\
\
|
|
/
/
|
*
|
add setSubEnv and getSubEnv
Victor Vieux
2014-01-31
1
-2
/
+1
|
*
|
job.error\* now return engine.StatusErr
Victor Vieux
2014-01-31
1
-298
/
+148
|
*
|
use exists
Victor Vieux
2014-01-31
1
-8
/
+12
|
*
|
changed default value of getenvint to 0. fix tests
Victor Vieux
2014-01-31
1
-3
/
+3
|
*
|
remove TestAllocateTCPPortLocalhost faillure in tests
Victor Vieux
2014-01-30
1
-1
/
+1
|
*
|
refactor all *FromJob functions
Victor Vieux
2014-01-30
1
-2
/
+1
|
*
|
fix convertion issues
Victor Vieux
2014-01-30
1
-13
/
+5
|
|
/
*
|
move api to it's own package
Victor Vieux
2014-01-29
1
-1
/
+2
*
|
add setSubEnv and getSubEnv
Victor Vieux
2014-01-29
1
-2
/
+1
*
|
job.error\* now return engine.StatusErr
Victor Vieux
2014-01-29
1
-302
/
+150
|
/
*
Merge pull request #3808 from alexlarsson/execdriver-get-pids-for-container
Michael Crosby
2014-01-29
1
-2
/
+1
|
\
[next]