summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
AgeCommit message (Expand)Author
2019-04-09runsc: set UID and GID if gofer is executed in a new user namespaceAndrei Vagin
2019-03-29Set container.CreatedAt in Create().Nicolas Lacasse
2019-03-18Add support for mount propagationFabricio Voznika
2019-02-25Fix cgroup when path is relativeFabricio Voznika
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-31Remove license commentsMichael Pratt
2019-01-28runsc: Only uninstall cgroup for sandbox stop.Lantao Liu
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-25Fix a nil pointer dereference bug in Container.Destroy()ShiruRen
2019-01-25Execute statically linked binaryFabricio Voznika
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-18Start a sandbox process in a new userns only if CAP_SETUID is setAndrei Vagin
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-15Create working directory if it doesn't yet existFabricio Voznika
2019-01-11runsc: Collect zombies of sandbox and gofer processesAndrei Vagin
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-13container.Destroy should clean up container metadata even if other cleanups failNicolas Lacasse
2018-12-10Open source system call tests.Brian Geffon
2018-12-03Internal change.Googler
2018-11-20Internal change.Nicolas Lacasse
2018-11-15Allow sandbox.Wait to be called after the sandbox has exited.Nicolas Lacasse
2018-11-12Internal change.Nicolas Lacasse
2018-11-09Add tests multicontainer start/stopFabricio Voznika
2018-11-07Fix test --race violationFabricio Voznika
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-17Relativize all socket paths in tests.Nicolas Lacasse
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-16Bump sandbox start and stop timeouts.Nicolas Lacasse
2018-10-11Make the gofer process enter namespacesFabricio Voznika
2018-10-11Make Wait() return the sandbox exit status if the sandbox has exited.Nicolas Lacasse
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-03runsc: Allow state transition from Creating to Stopped.Nicolas Lacasse
2018-10-03Fix arithmetic error in multi_container_test.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-30Don't fail if Root is readonly and is not a mount pointFabricio Voznika
2018-09-30Removed duplicate/stale TODOsFabricio Voznika
2018-09-28Add test for 'signall --all' with stopped containerFabricio Voznika
2018-09-28runsc: allow `kill --all` when container is in stopped state.Lantao Liu
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika