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
2021-09-16
runsc: add global profile collection flags
Michael Pratt
2021-08-13
Add Event controls
Chong Cai
2021-08-12
Add Usage controls
Chong Cai
2021-08-04
Add Fs controls
Chong Cai
2021-07-12
Fix stdios ownership
Fabricio Voznika
2021-07-12
Fix GoLand analyzer errors under runsc/...
Fabricio Voznika
2021-06-10
Set RLimits during `runsc exec`
Fabricio Voznika
2021-05-04
Make Mount.Type optional for bind mounts
Fabricio Voznika
2021-03-11
Report filesystem-specific mount options.
Rahat Mahmood
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2021-02-22
Fix `runsc kill --pid`
Fabricio Voznika
2021-02-05
Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)
Ting-Yu Wang
2021-02-01
Enable container checkpoint/restore tests with VFS2
Fabricio Voznika
2021-01-22
Fix TestDuplicateEnvVariable flakyness
Fabricio Voznika
2020-12-17
Add sandbox ID to state file name
Fabricio Voznika
2020-11-05
Re-add start/stop container tests
Fabricio Voznika
2020-11-05
Fix failure setting OOM score adjustment
Fabricio Voznika
2020-10-19
Fixes to cgroups
Fabricio Voznika
2020-10-05
Enable more VFS2 tests
Fabricio Voznika
2020-09-25
fix TestUserLog for multi-arch
Howard Zhang
2020-09-17
Add VFS2 overlay support in runsc
Fabricio Voznika
2020-09-16
Refactor removed default test dimension
Fabricio Voznika
2020-09-08
Honor readonly flag for root mount
Fabricio Voznika
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-07-27
Clean-up bazel wrapper.
Adin Scannell
2020-06-08
Combine executable lookup code
Fabricio Voznika
2020-06-01
More runsc changes for VFS2
Fabricio Voznika
2020-05-28
Automated rollback of changelist 309082540
Fabricio Voznika
2020-05-18
Improve unsupported syscall message
Fabricio Voznika
2020-05-13
Enable overlayfs_stale_read by default for runsc.
Jamie Liu
2020-05-04
Enable TestRunNonRoot on VFS2
Fabricio Voznika
2020-05-04
Add TTY support on VFS2 to runsc
Fabricio Voznika
2020-04-29
Merge pull request #2487 from moricho:fix/bindmount
gVisor bot
2020-04-26
refactor and add test for bindmount
moricho
2020-04-25
Add container tests passing with VFS2
Zach Koopmans
2020-04-23
Simplify Docker test infrastructure.
Adin Scannell
2020-04-17
Add test name to boot and gofer log files
Fabricio Voznika
2020-04-17
Get /bin/true to run on VFS2
Zach Koopmans
2020-03-12
Kill sandbox process when parent process terminates
Fabricio Voznika
2020-03-05
tests: Don't print log messages on stdout
Andrei Vagin
2020-02-25
Add log during process wait in tests
Fabricio Voznika
2020-02-06
Fix TestPauseResume in container test failed with connection refused.
Ting-Yu Wang
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
[next]