Age | Commit message (Expand) | Author |
2018-09-27 | Move uds_test_app to common test_app | Fabricio Voznika |
2018-09-26 | Return correct parent PID | Fabricio Voznika |
2018-09-26 | runsc: fix pid file race condition in exec detach mode. | Lantao Liu |
2018-09-26 | Use the ICMP target address in responses | Tamir Duberstein |
2018-09-26 | Export ipv6 address helpers | Tamir Duberstein |
2018-09-24 | runsc: All non-root bind mounts should be shared. | Nicolas Lacasse |
2018-09-21 | Remove unnecessary defer | Ian Gudger |
2018-09-21 | Run gofmt -s on everything | Ian Gudger |
2018-09-21 | Extend tcpip.Address.String to ipv6 addresses | Tamir Duberstein |
2018-09-21 | The "action" in container.Signal should be "signal". | Nicolas Lacasse |
2018-09-21 | Deflake TestSimpleReceive | Tamir Duberstein |
2018-09-21 | Export read-only tcpip.Subnet.Mask | Tamir Duberstein |
2018-09-21 | runsc: Synchronize container metadata changes with a file lock. | Nicolas Lacasse |
2018-09-20 | Set Sandbox.Chroot so it gets cleaned up upon destruction | Fabricio Voznika |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-20 | Wait for all async fs operations to complete before returning from Destroy. | Nicolas Lacasse |
2018-09-20 | runsc: Fix a bug that `runsc wait` doesn't work after container exits. | Lantao Liu |
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-19 | Update gocapability commit to get bug fix | Fabricio Voznika |
2018-09-19 | runsc: Mark container_test flaky. | Kevin Krakauer |
2018-09-19 | Fix data race on tcp.endpoint.hardError in tcp.(*endpoint).Read | Ian Gudger |
2018-09-19 | Fix sandbox and gofer capabilities | Fabricio Voznika |
2018-09-19 | runsc: Don't create __runsc_containers__ unless we are in multi-container mode. | Nicolas Lacasse |
2018-09-19 | Pass local link address to DeliverNetworkPacket | Bert Muthalaly |
2018-09-19 | Add docker command line args support for --cpuset-cpus and --cpus | Lingfu |
2018-09-19 | Fix RTT estimation when timestamp option is enabled. | Bhasker Hariharan |
2018-09-18 | Added state machine checks for Container.Status | Fabricio Voznika |
2018-09-18 | Short-circuit Readdir calls on overlay files when the dirent is frozen. | Nicolas Lacasse |
2018-09-18 | Handle children processes better in tests | Fabricio Voznika |
2018-09-18 | Increase state test timeout | Michael Pratt |
2018-09-18 | Automated rollback of changelist 213307171 | Kevin Krakauer |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-09-18 | Provide better message when memfd_create fails with ENOSYS | Fabricio Voznika |
2018-09-17 | Remove memory usage static init | Fabricio Voznika |
2018-09-17 | Rename container in test | Fabricio Voznika |
2018-09-17 | Prevent TCP connect from picking bound ports | Tamir Duberstein |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | Allow kernel.(*Task).Block to accept an extract only channel | Ian Gudger |
2018-09-17 | Add empty .s file to allow `//go:linkname` | Tamir Duberstein |
2018-09-17 | Implement packet forwarding to enable NAT | Tamir Duberstein |
2018-09-17 | Allow NULL data in mount(2) | Michael Pratt |
2018-09-17 | runsc: Fix stdin/out/err in multi-container mode. | Kevin Krakauer |
2018-09-14 | Avoid reuse of pending SignalInfo objects | newmanwang |
2018-09-14 | Remove buffer.Prependable.UsedBytes | Tamir Duberstein |
2018-09-14 | Reuse readlink parameter, add sockaddr max. | Michael Pratt |
2018-09-14 | Pass buffer.Prependable by value | Tamir Duberstein |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-14 | Fix interaction between rt_sigtimedwait and ignored signals. | Jamie Liu |
2018-09-13 | platform/kvm: Get max vcpu number dynamically by ioctl | Chenggang |