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
/
daemon
/
exec.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace execdrivers with containerd implementation
Tonis Tiigi
2016-03-18
1
-107
/
+32
*
Merge pull request #21022 from hqhq/hq_fix_race_resize
Antonio Murdaca
2016-03-15
1
-0
/
+3
|
\
|
*
Fix race condition with exec and resize
Qiang Huang
2016-03-11
1
-0
/
+3
*
|
daemon: fix hanging attaches on initial start failures
Alexander Morozov
2016-03-10
1
-1
/
+3
|
/
*
Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
Qiang Huang
2016-02-29
1
-2
/
+2
*
Remove static errors from errors package.
David Calavera
2016-02-26
1
-15
/
+17
*
Fix exec start api with detach and AttachStdin at same time. fixes #20638
Lei Jitang
2016-02-24
1
-1
/
+1
*
Fix docker top a restarting container
Lei Jitang
2016-02-02
1
-2
/
+2
*
Forbid exec a restarting container
Zhang Wei
2016-01-27
1
-0
/
+6
*
Fix panic on starting exec more than once
Brian Goff
2016-01-15
1
-1
/
+6
*
Modify import paths to point to the new engine-api package.
David Calavera
2016-01-06
1
-2
/
+2
*
Implement configurable detach key
Vincent Demeester
2016-01-03
1
-1
/
+12
*
Move ExecConfig to types.
David Calavera
2015-12-22
1
-2
/
+2
*
Move StrSlice to types.
David Calavera
2015-12-22
1
-3
/
+3
*
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera
2015-12-11
1
-1
/
+1
*
Move Container to its own package.
David Calavera
2015-12-03
1
-22
/
+22
*
Move exec store to its own package inside the daemon.
David Calavera
2015-11-20
1
-127
/
+48
*
Merge pull request #18051 from calavera/extract_streams
Michael Crosby
2015-11-20
1
-27
/
+15
|
\
|
*
Extract StreamConfig struct out of the daemon package.
David Calavera
2015-11-20
1
-27
/
+15
*
|
Update docs and test of exec create api return codes
Wen Cheng Ma
2015-11-19
1
-1
/
+1
|
/
*
Merge pull request #17589 from Microsoft/jjh/refactorprocessconfig
David Calavera
2015-11-12
1
-10
/
+6
|
\
|
*
Refactor ProcessConfig
John Howard
2015-11-09
1
-10
/
+6
*
|
Remove unnecessary var block in monitorExec
Alexander Morozov
2015-11-09
1
-5
/
+1
|
/
*
Remove LXC support.
David Calavera
2015-11-05
1
-5
/
+0
*
Remove further references to the daemon within containers.
David Calavera
2015-11-04
1
-4
/
+4
*
Decouple daemon and container to log events.
David Calavera
2015-11-04
1
-2
/
+2
*
Decouple daemon and container to execute processes.
David Calavera
2015-11-04
1
-1
/
+66
*
Merge pull request #16803 from tiborvass/pkg-broadcaster
Jess Frazelle
2015-10-08
1
-3
/
+3
|
\
|
*
Move types from progressreader and broadcastwriter to broadcaster
Tibor Vass
2015-10-06
1
-3
/
+3
*
|
Cleanup some issues with exec
Brian Goff
2015-10-06
1
-4
/
+6
|
/
*
Make exec start return proper error codes
Brian Goff
2015-10-02
1
-34
/
+42
*
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass
2015-09-29
1
-11
/
+10
*
Add context.RequestID to event stream
Doug Davis
2015-09-24
1
-10
/
+11
*
Move more 'daemon' errors to the new error package
Doug Davis
2015-09-23
1
-10
/
+10
*
Update native execdriver to exploit libcontainer hooks
Madhu Venugopal
2015-09-16
1
-2
/
+5
*
Merge pull request #15913 from mountkin/abstract
Antonio Murdaca
2015-09-01
1
-2
/
+3
|
\
|
*
abstract the string slice struct to stringutils package
Shijiang Wei
2015-08-29
1
-2
/
+3
*
|
golint fixes for daemon/ package
Morgan Bauer
2015-08-27
1
-53
/
+59
|
/
*
Revert "Revert "Add docker exec run a command in privileged mode""
Tim Dettrick
2015-08-13
1
-0
/
+1
*
Return better errors from exec
Brian Goff
2015-08-10
1
-4
/
+9
*
Replace GenerateRandomID with GenerateNonCryptoID
Alexander Morozov
2015-07-28
1
-1
/
+1
*
Merge pull request #14547 from duglin/ErrDeadExec
Alexander Morozov
2015-07-27
1
-1
/
+10
|
\
|
*
Return 404 on exec-inspect when container is dead but exec is still around
Doug Davis
2015-07-10
1
-1
/
+10
*
|
fix the panic caused by resizing a starting exec
Shijiang Wei
2015-07-24
1
-0
/
+9
*
|
Quieter debug logging for clean exec commands
John Howard
2015-07-13
1
-1
/
+3
|
/
*
Use mark and sweep for exec command removal
Michael Crosby
2015-07-09
1
-3
/
+7
*
Add GC loop to clean exec command refs on daemon
Michael Crosby
2015-07-08
1
-0
/
+32
*
Remove exec config from container after exit
Michael Crosby
2015-07-08
1
-4
/
+3
*
Merge pull request #14268 from unclejack/lower_allocations_execdriver
Alexander Morozov
2015-06-30
1
-1
/
+2
|
\
|
*
daemon: lower allocations
unclejack
2015-06-30
1
-1
/
+2
[next]