COMMITS
/ daemon/daemon_test.go March 16, 2016
E
add label support for build, networks and volumes
Evan Hazlett committed
February 24, 2016
L
Fix configuration reloading
Lei Jitang committed
February 18, 2016
A
Invoke ReloadConfiguration on network controller
Alessandro Boch committed
February 2, 2016
J
Windows CI: Fix test-unit for daemon
John Howard committed
January 26, 2016
D
Remove cluster storage advertise from reload.
David Calavera committed
January 15, 2016
D
Extract container store from the daemon.
David Calavera committed
December 10, 2015
D
Allow to set daemon and server configurations in a file.
David Calavera committed
September 4, 2015
B
Build names and links at runtime
Brian Goff committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
A
Remove runconfig.Merge
Anusha Ragunathan committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
December 11, 2015
D
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera committed
November 15, 2015
J
inital seccomp support
Jessica Frazelle committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
November 18, 2015
M
Merge pull request #18065 from calavera/one_container_constructor_to_rule_them_all
Michael Crosby committed
D
Remove the container initializers per platform.
David Calavera committed
October 22, 2015
S
remove the unused DefaultNetwork member from daemon.Config
Shijiang Wei committed
November 6, 2015
D
Use an empty slice as default value for DNS, DNSSearch and DNSOptions
David Calavera committed
L
Remove LxcConf in daemon_test.go and fix a typo
Lei Jitang committed
November 5, 2015
S
Merge pull request #17700 from calavera/remove_lxc
Solomon Hykes committed
D
Remove exec-driver global daemon option.
David Calavera committed
November 4, 2015
Z
Fix `--cluster-store` option parser
Zhang Wei committed
October 8, 2015
P
Add user namespace (mapping) support to the Docker engine
Phil Estes committed
September 29, 2015
T
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass committed
September 10, 2015
D
Add context.RequestID to event stream
Doug Davis committed
September 18, 2015
D
Move volume ref counting store to a package.
David Calavera committed
August 31, 2015
T
Add support for DNS options
Tim Hockin committed
September 2, 2015
A
Remove PortMapping from container NetworkSettings
Antonio Murdaca committed
July 30, 2015
M
golint fixes for daemon/ package
Morgan Bauer committed
June 12, 2015
B
Add volume API/CLI
Brian Goff committed
July 29, 2015
T
Merge pull request #15076 from hqhq/hq_merge_daemon_test
Tibor Vass committed
A
Replace GenerateRandomID with GenerateNonCryptoID
Alexander Morozov committed
July 28, 2015
Q
Merge daemon_unit_test.go to daemon_test.go
Qiang Huang committed
June 3, 2015
D
Allow to downgrade local volumes from > 1.7 to 1.6.
David Calavera committed
D
Migrate data from old vfs paths to new local volumes path.
David Calavera committed
May 28, 2015
D
Mount bind volumes coming from the old volumes configuration.
David Calavera committed
May 26, 2015
D
Add regression test to make sure we can load old containers with volumes.
David Calavera committed
April 29, 2015
J
Windows: Refactor container
John Howard committed
December 16, 2014
A
Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069
Andrew C. Bodine committed