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
/
BUILD
Age
Commit message (
Expand
)
Author
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-07-13
Merge pull request #2672 from amscanne:shim-integrated
gVisor bot
2020-06-01
More runsc changes for VFS2
Fabricio Voznika
2020-05-28
Move Cleanup to its own package
Fabricio Voznika
2020-04-27
container: use sighandling package
Michael Pratt
2020-04-23
Simplify Docker test infrastructure.
Adin Scannell
2020-02-04
Increase container_test size.
Kevin Krakauer
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-10-30
Fix container locking
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-02
Stops container if gofer is killed
Fabricio Voznika
2019-07-03
Avoid importing platforms from many source files
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-02
runsc: move test_app in a separate directory
Andrei Vagin
2019-03-18
Add support for mount propagation
Fabricio Voznika
2019-01-31
Remove license comments
Michael Pratt
2019-01-25
Make cacheRemoteRevalidating detect changes to file size
Fabricio Voznika
2019-01-25
Execute statically linked binary
Fabricio Voznika
2019-01-09
Restore to original cgroup after sandbox and gofer processes are created
Fabricio Voznika
2018-12-10
Open source system call tests.
Brian Geffon
2018-12-03
Internal change.
Googler
2018-11-20
Internal change.
Nicolas Lacasse
2018-11-12
Internal change.
Nicolas Lacasse
2018-10-23
Track paths and provide a rename hook.
Adin Scannell
2018-10-17
runsc: Support job control signals for the root container.
Nicolas Lacasse
2018-10-16
Bump sandbox start and stop timeouts.
Nicolas Lacasse
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
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
runsc: Synchronize container metadata changes with a file lock.
Nicolas Lacasse
2018-09-19
runsc: Mark container_test flaky.
Kevin Krakauer
2018-09-05
Move multi-container test to a single file
Fabricio Voznika
2018-08-27
runsc: Fix readonly filesystem causing failure to create containers.
Kevin Krakauer
2018-08-27
Put fsgofer inside chroot
Fabricio Voznika
2018-08-21
Move container_test to the container package
Fabricio Voznika
2018-08-21
Initial change for multi-gofer support
Fabricio Voznika
2018-08-10
Enable checkpoint/restore in cases of UDS use.
Brielle Broder
2018-07-23
Add KVM and overlay dimensions to container_test
Fabricio Voznika
2018-06-29
Added leave-running flag for checkpoint.
Brielle Broder
2018-06-19
runsc: Enable container creation within existing sandboxes.
Kevin Krakauer
2018-06-04
Refactor container_test in preparation for sandbox_test
Fabricio Voznika
2018-05-15
Refactor the Sandbox package into Sandbox + Container.
Nicolas Lacasse