index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runsc
/
container
/
container_test.go
Age
Commit message (
Expand
)
Author
2020-01-09
New sync package.
Ian Gudger
2019-12-18
Increase waitForProcessList timeout
Fabricio Voznika
2019-12-11
runsc/debug: add an option to list all processes
Andrei Vagin
2019-12-06
Implement TTY field in control.Processes().
Nicolas Lacasse
2019-10-24
Fix early deletion of rootDir
Fabricio Voznika
2019-10-16
Fix problem with open FD when copy up is triggered in overlayfs
Fabricio Voznika
2019-10-01
Prevent CAP_NET_RAW from appearing in exec
Fabricio Voznika
2019-09-03
Impose order on test scripts.
Adin Scannell
2019-08-27
Mount volumes as super user
Fabricio Voznika
2019-08-02
Stops container if gofer is killed
Fabricio Voznika
2019-07-24
Use different pidns among different containers
chris.zn
2019-07-08
Don't try to execute a file that is not regular.
Nicolas Lacasse
2019-07-03
Avoid importing platforms from many source files
Andrei Vagin
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-18
Kill sandbox process when 'runsc do' exits
Fabricio Voznika
2019-06-18
Add Container/Sandbox args struct for creation
Fabricio Voznika
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
Allow 'runsc do' to run without root
Fabricio Voznika
2019-06-03
Remove 'clearStatus' option from container.Wait*PID()
Fabricio Voznika
2019-05-03
Fix runsc restore to be compatible with docker start --checkpoint ...
Andrei Vagin
2019-05-02
runsc: move test_app in a separate directory
Andrei Vagin
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-09
runsc: set UID and GID if gofer is executed in a new user namespace
Andrei Vagin
2019-03-18
Add support for mount propagation
Fabricio Voznika
2019-01-25
Make cacheRemoteRevalidating detect changes to file size
Fabricio Voznika
2019-01-25
Execute statically linked binary
Fabricio Voznika
2019-01-15
Create working directory if it doesn't yet exist
Fabricio Voznika
2019-01-11
runsc: Collect zombies of sandbox and gofer processes
Andrei Vagin
2018-11-15
Allow sandbox.Wait to be called after the sandbox has exited.
Nicolas Lacasse
2018-11-07
Fix test --race violation
Fabricio Voznika
2018-11-05
Fix race between start and destroy
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-18
Resolve mount paths while setting up root fs mount
Fabricio Voznika
2018-10-17
runsc: Support job control signals for the root container.
Nicolas Lacasse
2018-10-17
runsc: Add --pid flag to runsc kill.
Kevin Krakauer
2018-10-11
Make Wait() return the sandbox exit status if the sandbox has exited.
Nicolas Lacasse
2018-10-11
Add bare bones unsupported syscall logging
Fabricio Voznika
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
2018-09-30
Don't fail if Root is readonly and is not a mount point
Fabricio Voznika
2018-09-27
Move common test code to function
Fabricio Voznika
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-27
Move uds_test_app to common test_app
Fabricio Voznika
2018-09-21
Run gofmt -s on everything
Ian Gudger
2018-09-18
Handle children processes better in tests
Fabricio Voznika
2018-09-17
Rename container in test
Fabricio Voznika
2018-09-17
runsc: Enable waiting on exited processes.
Kevin Krakauer
2018-09-13
runsc: Support container signal/wait.
Lantao Liu
2018-09-12
runsc: Add exec flag that specifies where to save the sandbox-internal pid.
Kevin Krakauer
2018-09-07
Remove '--file-access=direct' option
Fabricio Voznika
[next]