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
/
boot
/
controller.go
Age
Commit message (
Expand
)
Author
2019-12-06
Add runtime tracing.
Adin Scannell
2019-11-01
Allow the watchdog to detect when the sandbox is stuck during setup.
Nicolas Lacasse
2019-10-23
fix typo
kevin.xu
2019-10-23
remove duplicated period
kevin.xu
2019-10-16
Fix problem with open FD when copy up is triggered in overlayfs
Fabricio Voznika
2019-10-08
Remove stale TODO
Fabricio Voznika
2019-10-07
Rename epsocket to netstack.
Kevin Krakauer
2019-08-08
netstack: Don't start endpoint goroutines too soon on restore.
Rahat Mahmood
2019-08-02
Stops container if gofer is killed
Fabricio Voznika
2019-08-02
Remove kernel.mounts.
Nicolas Lacasse
2019-06-24
Allow to change logging options using 'runsc debug'
Fabricio Voznika
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-12
gvisor/runsc: apply seccomp filters before parsing a state file
Andrei Vagin
2019-06-11
Add support to mount pod shared tmpfs mounts
Fabricio Voznika
2019-06-03
Refactor container FS setup
Fabricio Voznika
2019-06-03
Remove 'clearStatus' option from container.Wait*PID()
Fabricio Voznika
2019-05-30
Add support for collecting execution trace to runsc.
Bhasker Hariharan
2019-05-15
Cleanup around urpc file payload handling
Fabricio Voznika
2019-05-03
Fix runsc restore to be compatible with docker start --checkpoint ...
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-02
Remove obsolete TODO.
Kevin Krakauer
2019-04-02
Change bug number for duplicate bug.
Kevin Krakauer
2019-03-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu
2019-03-11
Add profiling commands to runsc
Fabricio Voznika
2019-01-29
runsc: reap a sandbox process only in sandbox.Wait()
Andrei Vagin
2019-01-18
Scrub runsc error messages
Fabricio Voznika
2018-12-28
Simplify synchronization between runsc and sandbox process
Fabricio Voznika
2018-12-07
sentry: turn "dynamically-created" procfs files into static creation.
Zhaozhong Ni
2018-11-09
Close donated files if containerManager.Start() fails
Fabricio Voznika
2018-11-07
Add more logging to controller.go
Fabricio Voznika
2018-11-05
Fix race between start and destroy
Fabricio Voznika
2018-11-05
Log when external signal is received
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
runsc: Support job control signals for the root container.
Nicolas Lacasse
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse
2018-09-28
Make runsc kill and delete more conformant to the "spec"
Fabricio Voznika
2018-09-27
Merge Loader.containerRootTGs and execProcess into a single map
Fabricio Voznika
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-27
Refactor 'runsc boot' to take container ID as argument
Fabricio Voznika
2018-09-20
Wait for all async fs operations to complete before returning from Destroy.
Nicolas Lacasse
2018-09-19
runsc: Fix stdin/stdout/stderr in multi-container mode.
Kevin Krakauer
2018-09-19
Add container.Destroy urpc method.
Nicolas Lacasse
2018-09-18
Automated rollback of changelist 213307171
Kevin Krakauer
2018-09-17
runsc: Enable waiting on exited processes.
Kevin Krakauer
2018-09-17
runsc: Fix stdin/out/err in multi-container mode.
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-11
platform: Pass device fd into platform constructor.
Nicolas Lacasse
2018-09-07
runsc: Support multi-container exec.
Nicolas Lacasse
[next]