Age | Commit message (Expand) | Author |
2019-10-01 | Add blacklist support to the runtime test runner. | Nicolas Lacasse |
2019-10-01 | Support new interpreter requirements in test | Michael Pratt |
2019-10-01 | Disable cpuClockTicker when app is idle | Michael Pratt |
2019-10-01 | Merge pull request #917 from KentaTada:fix-clone-flags | gVisor bot |
2019-10-01 | Prevent CAP_NET_RAW from appearing in exec | Fabricio Voznika |
2019-10-01 | Honor X bit on extra anon pages in PT_LOAD segments | Michael Pratt |
2019-09-30 | splice: try another fallback option only if the previous one isn't supported | Andrei Vagin |
2019-09-30 | splice: compare inode numbers only if both ends are pipes | Andrei Vagin |
2019-09-30 | Update FIXME bug with GitHub issue. | Adin Scannell |
2019-09-30 | Add a Stringer implementation to PacketDispatchMode | Bhasker Hariharan |
2019-09-30 | De-flake SetForegroundProcessGroupDifferentSession. | Kevin Krakauer |
2019-09-30 | Fix bugs in PickEphemeralPort for TCP. | Bhasker Hariharan |
2019-09-30 | Force timestamps to update when set via InodeOperations.SetTimestamps. | Nicolas Lacasse |
2019-09-30 | Only copy out remaining time on nanosleep success | Michael Pratt |
2019-09-29 | Ensure runsc is uploaded. | Adin Scannell |
2019-09-27 | Merge pull request #882 from DarcySail:darcy_faster_CopyStringIn | gVisor bot |
2019-09-27 | Automated rollback of changelist 256276198 | Adin Scannell |
2019-09-27 | Bump rules_go to 0.19.5 and Go to 1.13.1. | Nicolas Lacasse |
2019-09-27 | Merge pull request #864 from tanjianfeng:fix-861 | gVisor bot |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-27 | kokoro: don't pass KOKORO_REPO_KEY in presubmit jobs | Andrei Vagin |
2019-09-27 | bazel: use rules_pkg from https://github.com/bazelbuild/ | Andrei Vagin |
2019-09-26 | Disallow opening of sockets if --fsgofer-host-uds=false | Fabricio Voznika |
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer |
2019-09-26 | kokoro: don't force to use python2 | Andrei Vagin |
2019-09-26 | runsc: add the clone flag of cgroup namespace | Kenta Tada |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-25 | Fix runsc log collection in kokoro | Fabricio Voznika |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-25 | Merge pull request #863 from tanjianfeng:fix-862 | gVisor bot |
2019-09-24 | gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required | gVisor bot |
2019-09-24 | test: don't use designated initializers | Andrei Vagin |
2019-09-24 | Remove unecessary seccomp permission. | Robert Tonic |
2019-09-24 | Refactor command line options and remove the allowed terminology for uds | Robert Tonic |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-24 | Return only primary addresses in Stack.NICInfo() | Chris Kuiper |
2019-09-24 | Merge pull request #812 from lubinszARM:pr_dup3_arm | gVisor bot |
2019-09-24 | Simplify ICMPRateLimiter | Tamir Duberstein |
2019-09-24 | tty: fix sending SIGTTOU on tty write | henry.tjf |
2019-09-23 | Run all runtime tests in a single container. | Nicolas Lacasse |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-09-23 | Add test for concurrent reads and writes. | Adin Scannell |
2019-09-23 | Fix bug in RstCausesPollHUP. | Bhasker Hariharan |
2019-09-23 | Add test that runsc exec inherits the same environment as run. | Nicolas Lacasse |
2019-09-23 | netstack: convert more socket options to {Set,Get}SockOptInt | Andrei Vagin |
2019-09-23 | Fix runsc checksum artifact name. | Brad Burlage |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-09-20 | Allow waiting for LinkEndpoint worker goroutines to finish. | Ian Gudger |
2019-09-20 | fix set hostname | Jianfeng Tan |