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
/
docker
Commit message (
Expand
)
Author
Age
Files
Lines
*
When using systemd, pass expected cgroupsPath and cli options to runc.
Anusha Ragunathan
2016-03-31
1
-0
/
+4
*
Windows libcontainerd implementation
John Howard
2016-03-18
1
-0
/
+5
*
Replace execdrivers with containerd implementation
Tonis Tiigi
2016-03-18
2
-4
/
+22
*
Windows: add support for CloseWrite() to npipe transport
John Starks
2016-03-15
1
-1
/
+7
*
Windows CI: Fix unit test failures
John Howard
2016-03-11
2
-47
/
+47
*
Merge pull request #20476 from wenchma/19425-TestDaemonStartWithDaemonCommand
Tibor Vass
2016-03-11
1
-0
/
+47
|
\
|
*
Optimize slow bottleneck tests of TestDaemonStartWithDaemonCommand
Wen Cheng Ma
2016-03-01
1
-0
/
+47
*
|
Move registry service options to the daemon configuration.
David Calavera
2016-03-10
2
-15
/
+62
*
|
Windows CI: Unit Test move Unix specific struct field tests to _unix.go
Darren Stahl
2016-02-29
2
-121
/
+122
|
/
*
Merge pull request #20604 from coolljt0725/fix_reload
Vincent Demeester
2016-02-29
1
-8
/
+10
|
\
|
*
Fix configuration reloading
Lei Jitang
2016-02-24
1
-8
/
+10
*
|
Remove static errors from errors package.
David Calavera
2016-02-26
1
-3
/
+9
*
|
Add check for non-systemd fd use case
Kai Qiang Wu(Kennan)
2016-02-22
1
-1
/
+1
|
/
*
Avoid setting default truthy values from flags that are not set.
David Calavera
2016-02-19
3
-2
/
+84
*
Remove all docker debugging knowledge from the server.
David Calavera
2016-02-16
1
-4
/
+14
*
Move listeners and port allocation outside the server.
David Calavera
2016-02-11
4
-5
/
+203
*
Remove daemon dependency from api/server.
David Calavera
2016-02-10
1
-2
/
+18
*
Merge pull request #19911 from Microsoft/jstarks/npipe
Alexander Morozov
2016-02-02
2
-4
/
+2
|
\
|
*
Windows: Add support for named pipe protocol
John Starks
2016-02-01
2
-4
/
+2
*
|
Add regression tests for client debug flag.
David Calavera
2016-02-02
1
-0
/
+23
*
|
Make sure flat options are not parsed as config structures.
David Calavera
2016-02-02
1
-1
/
+45
|
/
*
Merge pull request #19794 from calavera/14358-disable-colors
David Calavera
2016-02-01
1
-1
/
+4
|
\
|
*
Allow disabling of colored Docker logs via daemon flag.
Vincent Woo
2016-02-01
1
-1
/
+4
*
|
handle debug mode for clients
Brian Goff
2016-02-01
1
-0
/
+5
|
/
*
Allow network configuration via daemon config file.
David Calavera
2016-01-25
1
-0
/
+43
*
Make TLSOptions and LogConfig embedded structs.
David Calavera
2016-01-22
2
-15
/
+19
*
Verify that the configuration keys in the file are valid.
David Calavera
2016-01-21
3
-4
/
+35
*
Fix post config verification without flags.
David Calavera
2016-01-20
3
-10
/
+147
*
Allow to set daemon and server configurations in a file.
David Calavera
2016-01-14
5
-36
/
+219
*
Rename authz to authorization for greater clarity
Tibor Vass
2016-01-13
1
-3
/
+3
*
replace the os.Stdout with stdout to adapt platform
qq690388648
2015-12-30
1
-6
/
+6
*
Remove usage of pkg sockets and tlsconfig.
David Calavera
2015-12-29
2
-2
/
+2
*
Remove the graph driver from the daemon, move it into the layer store.
Daniel Nephin
2015-12-28
1
-1
/
+1
*
Move timeutils functions to the only places where they are used.
David Calavera
2015-12-15
1
-2
/
+2
*
Docker authorization plug-in infrastructure enables extending the functionali...
Liron Levin
2015-12-08
1
-2
/
+3
*
Remove usage of listenbuffer package
Alexander Morozov
2015-11-30
1
-3
/
+1
*
Revert "Return listenbuffer behavior"
Alex Crawford
2015-11-24
1
-15
/
+13
*
Fix "./docker" package name on freebsd
Tianon Gravi
2015-11-17
1
-1
/
+1
*
Remove deprecated cli flags
Antonio Murdaca
2015-11-15
3
-34
/
+1
*
Merge pull request #17431 from vdemeester/hope-it-does-not-broke-everything-a...
David Calavera
2015-11-09
2
-7
/
+7
|
\
|
*
dockerversion placeholder for library import
Vincent Demeester
2015-11-09
2
-7
/
+7
*
|
Remove LXC support.
David Calavera
2015-11-05
1
-1
/
+0
|
/
*
Revert "dockerversion placeholder for library-import"
Brian Goff
2015-10-27
2
-7
/
+7
*
dockerversion placeholder for library-import
Vincent Demeester
2015-10-27
2
-7
/
+7
*
Make default tls host work
Lei Jitang
2015-10-19
1
-1
/
+3
*
Merge pull request #16910 from mavenugo/ipam
Alexandre Beslic
2015-10-13
1
-16
/
+0
|
\
|
*
IPAM API & UX
Madhu Venugopal
2015-10-13
1
-16
/
+0
*
|
Merge pull request #16928 from coolljt0725/fix_16927
Antonio Murdaca
2015-10-12
1
-0
/
+3
|
\
\
|
*
|
Fix docker daemon exit immediately after starting without -H option closes #1...
Lei Jitang
2015-10-12
1
-0
/
+3
*
|
|
Remove used param on ParseHost
Doug Davis
2015-10-11
1
-3
/
+1
|
/
/
[next]