Age | Commit message (Expand) | Author |
2019-12-18 | Switch to netinet/tcp.h and poll.h to for better platform portability. | Jay Zhuang |
2019-12-18 | Put GetSocketPairs() in unnamed namespace | Jay Zhuang |
2019-12-17 | Explicitly export files needed by other packages | gVisor bot |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-09 | Mark test as non flaky. | Bhasker Hariharan |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-12-05 | Explicitly export files needed by other packages | gVisor bot |
2019-12-03 | Clean up readv_socket test suite. | Dean Deng |
2019-12-03 | Fix panic due to early transition to Closed. | Bhasker Hariharan |
2019-12-02 | Port tests in udp_socket.cc to Fuchsia | Jay Zhuang |
2019-11-12 | Add tests for SO_REUSEADDR and SO_REUSEPORT. | Ian Gudger |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-15 | support /proc/net/snmp | Jianfeng Tan |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-03 | Don't report partialResult errors from sendfile | Andrei Vagin |
2019-10-02 | Sanity test that open(2) on a UDS fails | Michael Pratt |
2019-09-27 | Automated rollback of changelist 256276198 | Adin Scannell |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-16 | Migrate from gflags to absl flags | Michael Pratt |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-06 | Load C++ rules from @rules_cc | Michael Pratt |
2019-09-05 | Deflake aio_test. | Jamie Liu |
2019-09-04 | Run proc_net tests. | Ian Gudger |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-30 | Add C++ toolchain and fix compile issues. | Adin Scannell |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-26 | Internal change. | gVisor bot |
2019-08-20 | Add tests for raw AF_PACKET sockets. | Kevin Krakauer |
2019-08-19 | Read iptables via sockopts. | Kevin Krakauer |
2019-08-15 | Add tests for "cooked" AF_PACKET sockets. | Kevin Krakauer |
2019-08-14 | Improve SendMsg performance. | Bhasker Hariharan |
2019-08-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-07-29 | Add iptables types for syscalls tests. | Kevin Krakauer |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-07-02 | Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels. | Neel Natu |
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-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-06-19 | Mark tcp_socket test flaky (for real) | Michael Pratt |
2019-06-19 | Mark tcp_socket test flaky. | Neel Natu |
2019-06-18 | Replace usage of deprecated strtoul/strtoull | Brad Burlage |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |