summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-09-28Add ruby image testsFabricio Voznika
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler
2018-09-28Clarify CLA requirements and Gerrit errorMichael Pratt
2018-09-28Require AF_UNIX sockets from the goferMichael Pratt
2018-09-28Block for link address resolutionSepehr Raissian
2018-09-28Switch to root in userns when CAP_SYS_CHROOT is also missingFabricio Voznika
2018-09-27Merge Loader.containerRootTGs and execProcess into a single mapFabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27netstack: make go:linkname work for all architecturesAnton Gyllenberg
2018-09-27sentry: export cpuTime function.Zhaozhong Ni
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-27Move uds_test_app to common test_appFabricio Voznika
2018-09-26Return correct parent PIDFabricio Voznika
2018-09-26runsc: fix pid file race condition in exec detach mode.Lantao Liu
2018-09-26Use the ICMP target address in responsesTamir Duberstein
2018-09-26Export ipv6 address helpersTamir Duberstein
2018-09-24runsc: All non-root bind mounts should be shared.Nicolas Lacasse
2018-09-21Remove unnecessary deferIan Gudger
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-21Extend tcpip.Address.String to ipv6 addressesTamir Duberstein
2018-09-21The "action" in container.Signal should be "signal".Nicolas Lacasse
2018-09-21Deflake TestSimpleReceiveTamir Duberstein
2018-09-21Export read-only tcpip.Subnet.MaskTamir Duberstein
2018-09-21runsc: Synchronize container metadata changes with a file lock.Nicolas Lacasse
2018-09-20Set Sandbox.Chroot so it gets cleaned up upon destructionFabricio Voznika
2018-09-20runsc: allow `runsc wait` on a container for multiple times.Lantao Liu
2018-09-20Wait for all async fs operations to complete before returning from Destroy.Nicolas Lacasse
2018-09-20runsc: Fix a bug that `runsc wait` doesn't work after container exits.Lantao Liu
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-19Update gocapability commit to get bug fixFabricio Voznika
2018-09-19runsc: Mark container_test flaky.Kevin Krakauer
2018-09-19Fix data race on tcp.endpoint.hardError in tcp.(*endpoint).ReadIan Gudger
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-09-19runsc: Don't create __runsc_containers__ unless we are in multi-container mode.Nicolas Lacasse
2018-09-19Pass local link address to DeliverNetworkPacketBert Muthalaly
2018-09-19Add docker command line args support for --cpuset-cpus and --cpusLingfu
2018-09-19Fix RTT estimation when timestamp option is enabled.Bhasker Hariharan
2018-09-18Added state machine checks for Container.StatusFabricio Voznika
2018-09-18Short-circuit Readdir calls on overlay files when the dirent is frozen.Nicolas Lacasse
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-18Increase state test timeoutMichael Pratt
2018-09-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-18Allow for MSG_CTRUNC in input flags for recv.Brian Geffon
2018-09-18Provide better message when memfd_create fails with ENOSYSFabricio Voznika
2018-09-17Remove memory usage static initFabricio Voznika
2018-09-17Rename container in testFabricio Voznika