summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-08-31Mounting over '/tmp' may failFabricio Voznika
2018-08-31Remove not used depsFabricio Voznika
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-31runsc: Set volume mount rslave.Lantao Liu
2018-08-31Add other missing depMichael Pratt
2018-08-31Fix RunAsRoot arguments forwardingFabricio Voznika
2018-08-31Add missing importTamir Duberstein
2018-08-30Add seccomp filter to fsgoferFabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-28Add argument checks to seccompFabricio Voznika
2018-08-28Drop support for Go 1.10Michael Pratt
2018-08-28runsc: unmount volume mounts when destroy container.Lantao Liu
2018-08-28Consolidate image tests into a single fileFabricio Voznika
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-27runsc: Fix readonly filesystem causing failure to create containers.Kevin Krakauer
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-27runsc: fsgofer should return a unique QID.Path for each file.Nicolas Lacasse
2018-08-27Add runsc-race target.Adin Scannell
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-24runsc: Allow runsc to properly search the PATH for executable name.Kevin Krakauer
2018-08-24Add option to panic gofer if writes are attempted over RO mountsFabricio Voznika
2018-08-23Clean up syscall filtersFabricio Voznika
2018-08-22runsc: De-flakes container_test TestMultiContainerSanity.Kevin Krakauer
2018-08-21Fix TestUnixDomainSockets failure when path is too largeFabricio Voznika
2018-08-21Temporarily skip multi-container tests in container_test until deflaked.Kevin Krakauer
2018-08-21nonExclusiveFS is causing timeout with --raceFabricio Voznika
2018-08-21Move container_test to the container packageFabricio Voznika
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-20Standardize mounts in testsFabricio Voznika
2018-08-17Add nonExclusiveFS dimension to more testsFabricio Voznika
2018-08-16Combine functions to search for file under one common functionFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-15runsc: Fix instances of file access "proxy".Nicolas Lacasse
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-10Move checkpoint/restore readme to g3doc directory.Nicolas Lacasse
2018-08-10README for Checkpoint/Restore.Brielle Broder
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-09Fix runsc integration_test when using --network=hostFabricio Voznika
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-08-08Enable SACK in runscFabricio Voznika
2018-08-07Fix build break in testFabricio Voznika
2018-08-06Disable KVM dimension because it's making the test flakyFabricio Voznika
2018-08-06Tiny reordering to network codeFabricio Voznika
2018-08-02Isolate image pulling time from container startupFabricio Voznika
2018-08-01Move stack clock to options structIan Gudger
2018-07-31Use backoff package for retry logicFabricio Voznika
2018-07-31Drop dup2 filterMichael Pratt
2018-07-30Cleans up files created if there is a failure.Brielle Broder