summaryrefslogtreecommitdiff
path: root/daemon/exec.go
Commit message (Expand)AuthorAgeFilesLines
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-107/+32
* Merge pull request #21022 from hqhq/hq_fix_race_resizeAntonio Murdaca2016-03-151-0/+3
|\
| * Fix race condition with exec and resizeQiang Huang2016-03-111-0/+3
* | daemon: fix hanging attaches on initial start failuresAlexander Morozov2016-03-101-1/+3
|/
* Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6cQiang Huang2016-02-291-2/+2
* Remove static errors from errors package.David Calavera2016-02-261-15/+17
* Fix exec start api with detach and AttachStdin at same time. fixes #20638Lei Jitang2016-02-241-1/+1
* Fix docker top a restarting containerLei Jitang2016-02-021-2/+2
* Forbid exec a restarting containerZhang Wei2016-01-271-0/+6
* Fix panic on starting exec more than onceBrian Goff2016-01-151-1/+6
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Implement configurable detach keyVincent Demeester2016-01-031-1/+12
* Move ExecConfig to types.David Calavera2015-12-221-2/+2
* Move StrSlice to types.David Calavera2015-12-221-3/+3
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-1/+1
* Move Container to its own package.David Calavera2015-12-031-22/+22
* Move exec store to its own package inside the daemon.David Calavera2015-11-201-127/+48
* Merge pull request #18051 from calavera/extract_streamsMichael Crosby2015-11-201-27/+15
|\
| * Extract StreamConfig struct out of the daemon package.David Calavera2015-11-201-27/+15
* | Update docs and test of exec create api return codesWen Cheng Ma2015-11-191-1/+1
|/
* Merge pull request #17589 from Microsoft/jjh/refactorprocessconfigDavid Calavera2015-11-121-10/+6
|\
| * Refactor ProcessConfigJohn Howard2015-11-091-10/+6
* | Remove unnecessary var block in monitorExecAlexander Morozov2015-11-091-5/+1
|/
* Remove LXC support.David Calavera2015-11-051-5/+0
* Remove further references to the daemon within containers.David Calavera2015-11-041-4/+4
* Decouple daemon and container to log events.David Calavera2015-11-041-2/+2
* Decouple daemon and container to execute processes.David Calavera2015-11-041-1/+66
* Merge pull request #16803 from tiborvass/pkg-broadcasterJess Frazelle2015-10-081-3/+3
|\
| * Move types from progressreader and broadcastwriter to broadcasterTibor Vass2015-10-061-3/+3
* | Cleanup some issues with execBrian Goff2015-10-061-4/+6
|/
* Make exec start return proper error codesBrian Goff2015-10-021-34/+42
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-11/+10
* Add context.RequestID to event streamDoug Davis2015-09-241-10/+11
* Move more 'daemon' errors to the new error packageDoug Davis2015-09-231-10/+10
* Update native execdriver to exploit libcontainer hooksMadhu Venugopal2015-09-161-2/+5
* Merge pull request #15913 from mountkin/abstractAntonio Murdaca2015-09-011-2/+3
|\
| * abstract the string slice struct to stringutils packageShijiang Wei2015-08-291-2/+3
* | golint fixes for daemon/ packageMorgan Bauer2015-08-271-53/+59
|/
* Revert "Revert "Add docker exec run a command in privileged mode""Tim Dettrick2015-08-131-0/+1
* Return better errors from execBrian Goff2015-08-101-4/+9
* Replace GenerateRandomID with GenerateNonCryptoIDAlexander Morozov2015-07-281-1/+1
* Merge pull request #14547 from duglin/ErrDeadExecAlexander Morozov2015-07-271-1/+10
|\
| * Return 404 on exec-inspect when container is dead but exec is still aroundDoug Davis2015-07-101-1/+10
* | fix the panic caused by resizing a starting execShijiang Wei2015-07-241-0/+9
* | Quieter debug logging for clean exec commandsJohn Howard2015-07-131-1/+3
|/
* Use mark and sweep for exec command removalMichael Crosby2015-07-091-3/+7
* Add GC loop to clean exec command refs on daemonMichael Crosby2015-07-081-0/+32
* Remove exec config from container after exitMichael Crosby2015-07-081-4/+3
* Merge pull request #14268 from unclejack/lower_allocations_execdriverAlexander Morozov2015-06-301-1/+2
|\
| * daemon: lower allocationsunclejack2015-06-301-1/+2