COMMITS
/ daemon/exec.go March 18, 2016
T
Replace execdrivers with containerd implementation
Tonis Tiigi committed
March 15, 2016
A
Merge pull request #21022 from hqhq/hq_fix_race_resize
Antonio Murdaca committed
March 11, 2016
Q
Fix race condition with exec and resize
Qiang Huang committed
March 9, 2016
A
daemon: fix hanging attaches on initial start failures
Alexander Morozov committed
February 29, 2016
Q
Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
Qiang Huang committed
February 25, 2016
D
Remove static errors from errors package.
David Calavera committed
L
Fix exec start api with detach and AttachStdin at same time. fixes #20638
Lei Jitang committed
February 3, 2016
L
Fix docker top a restarting container
Lei Jitang committed
January 25, 2016
Z
Forbid exec a restarting container
Zhang Wei committed
January 15, 2016
B
Fix panic on starting exec more than once
Brian Goff committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
January 3, 2016
V
Implement configurable detach key
Vincent Demeester committed
December 18, 2015
D
Move ExecConfig to types.
David Calavera committed
December 17, 2015
D
Move StrSlice to types.
David Calavera committed
December 11, 2015
D
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
D
Merge pull request #17589 from Microsoft/jjh/refactorprocessconfig
David Calavera committed
November 20, 2015
D
Move exec store to its own package inside the daemon.
David Calavera committed
M
Merge pull request #18051 from calavera/extract_streams
Michael Crosby committed
November 18, 2015
D
Extract StreamConfig struct out of the daemon package.
David Calavera committed
November 19, 2015
W
Update docs and test of exec create api return codes
Wen Cheng Ma committed
November 9, 2015
A
Remove unnecessary var block in monitorExec
Alexander Morozov committed
November 1, 2015
J
Refactor ProcessConfig
John Howard committed
November 4, 2015
D
Remove LXC support.
David Calavera committed
November 3, 2015
D
Remove further references to the daemon within containers.
David Calavera committed
D
Decouple daemon and container to log events.
David Calavera committed
D
Decouple daemon and container to execute processes.
David Calavera committed
October 8, 2015
J
Merge pull request #16803 from tiborvass/pkg-broadcaster
Jess Frazelle committed
October 6, 2015
T
Move types from progressreader and broadcastwriter to broadcaster
Tibor Vass committed
B
Cleanup some issues with exec
Brian Goff committed
September 12, 2015
B
Make exec start return proper error codes
Brian Goff 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 more 'daemon' errors to the new error package
Doug Davis committed
September 11, 2015
M
Update native execdriver to exploit libcontainer hooks
Madhu Venugopal committed
September 1, 2015
A
Merge pull request #15913 from mountkin/abstract
Antonio Murdaca committed
August 28, 2015
S
abstract the string slice struct to stringutils package
Shijiang Wei committed
July 30, 2015
M
golint fixes for daemon/ package
Morgan Bauer committed
June 19, 2015
T
Revert "Revert "Add docker exec run a command in privileged mode""
Tim Dettrick committed
August 10, 2015
B
Return better errors from exec
Brian Goff committed
July 29, 2015
A
Replace GenerateRandomID with GenerateNonCryptoID
Alexander Morozov committed
July 27, 2015
A
Merge pull request #14547 from duglin/ErrDeadExec
Alexander Morozov committed
July 23, 2015
S
fix the panic caused by resizing a starting exec
Shijiang Wei committed
July 13, 2015
J
Quieter debug logging for clean exec commands
John Howard committed
July 10, 2015
D
Return 404 on exec-inspect when container is dead but exec is still around
Doug Davis committed
July 9, 2015
M
Use mark and sweep for exec command removal
Michael Crosby committed
July 8, 2015
M
Add GC loop to clean exec command refs on daemon
Michael Crosby committed
M
Remove exec config from container after exit
Michael Crosby committed
June 30, 2015
A
Merge pull request #14268 from unclejack/lower_allocations_execdriver
Alexander Morozov committed
June 29, 2015
U
daemon: lower allocations
unclejack committed