Age | Commit message (Expand) | Author |
2019-06-28 | Automated rollback of changelist 255263686 | Nicolas Lacasse |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-27 | Merge pull request #461 from brb-g:128_procseekend | gVisor bot |
2019-06-26 | Preserve permissions when checking lower | Fabricio Voznika |
2019-06-26 | Follow symlinks when creating a file, and create the target. | Nicolas Lacasse |
2019-06-24 | Add CLOCK_BOOTTIME as a CLOCK_MONOTONIC alias | Adrien Leravat |
2019-06-24 | fs: synchronize concurrent writes into files with O_APPEND | Andrei Vagin |
2019-06-24 | Implement /proc/net/tcp. | Rahat Mahmood |
2019-06-24 | Use correct statx syscall number for amd64. | Nicolas Lacasse |
2019-06-24 | Add regression test for #128 (fixed in ab6774ce) | brb-g |
2019-06-24 | Return ENOENT when reading /proc/{pid}/task of an exited process | chris.zn |
2019-06-22 | Implement statx. | Nicolas Lacasse |
2019-06-21 | Fix the logic for sending zero window updates. | Bhasker Hariharan |
2019-06-20 | Close FD on TcpSocketTest loop failure. | Ian Gudger |
2019-06-20 | Deflake TestSIGALRMToMainThread. | Neel Natu |
2019-06-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-06-19 | Mark tcp_socket test flaky (for real) | Michael Pratt |
2019-06-19 | Deflake mount_test. | Nicolas Lacasse |
2019-06-19 | Abort loop on failure | Michael Pratt |
2019-06-19 | Mark tcp_socket test flaky. | Neel Natu |
2019-06-18 | Use return values from syscalls in eventfd tests. | Rahat Mahmood |
2019-06-18 | Replace usage of deprecated strtoul/strtoull | Brad Burlage |
2019-06-18 | Fix PipeTest_Streaming timeout | Fabricio Voznika |
2019-06-13 | Fix deadlock in fasync. | Ian Gudger |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-13 | Set optlen correctly when calling getsockopt. | Bhasker Hariharan |
2019-06-12 | Add support for TCP_CONGESTION socket option. | Bhasker Hariharan |
2019-06-11 | Eat sendfile partial error | Adin Scannell |
2019-06-11 | gvisor/test: create a per-testcase directory for runsc logs | Andrei Vagin |
2019-06-10 | Fixes to listen backlog handling. | Bhasker Hariharan |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-06 | Remove tmpfs restriction from test | Fabricio Voznika |
2019-06-06 | Track and export socket state. | Rahat Mahmood |
2019-06-06 | Add overlay dimension to FS related syscall tests | Fabricio Voznika |
2019-06-06 | Try increase listen backlog. | Rahat Mahmood |
2019-06-06 | Internal change. | Googler |
2019-06-05 | Shutdown host sockets on internal shutdown | Michael Pratt |
2019-06-05 | Adjust route when looping multicast packets | Chris Kuiper |
2019-06-05 | Give test instantiations meaningful names. | Ian Gudger |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-06-03 | gvisor/sock/unix: pass creds when a message is sent between unconnected sockets | Andrei Vagin |
2019-06-03 | Remove duplicate socket tests | Michael Pratt |
2019-05-30 | Add VmData field to /proc/{pid}/status | chris.zn |
2019-05-30 | gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported | Andrei Vagin |
2019-05-30 | Always wait on tracee children | Michael Pratt |
2019-05-24 | Extract SleepSafe from test_util | Tamir Duberstein |
2019-05-22 | Add WCLONE / WALL support to waitid | Michael Pratt |
2019-05-22 | Add support for wait(WNOTHREAD) | Michael Pratt |