Age | Commit message (Expand) | Author |
2020-02-19 | Add basic microbenchmarks. | Adin Scannell |
2020-02-19 | Include more test files in exports_files | gVisor bot |
2020-02-18 | Enable IPV6_RECVTCLASS socket option for datagram sockets | gVisor bot |
2020-02-18 | iptables: use "-t nat" for NAT tests | gVisor bot |
2020-02-18 | Deflake fallocate syscall test. | gVisor bot |
2020-02-18 | Merge pull request #1850 from kevinGC:jump2 | gVisor bot |
2020-02-13 | We can now create and jump in iptables. For example: | Kevin Krakauer |
2020-02-13 | Merge pull request #1791 from kevinGC:uchains | gVisor bot |
2020-02-13 | Internal change. | gVisor bot |
2020-02-12 | iptables: User chains | Kevin Krakauer |
2020-02-12 | Include more test files in exports_files | gVisor bot |
2020-02-11 | Fix up test/runtimes/README.md. | gVisor bot |
2020-02-10 | Update visibility. | Adin Scannell |
2020-02-10 | iptables: add instructions for runsc building. | Kevin Krakauer |
2020-02-10 | Internal change. | Zach Koopmans |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-07 | Refactor syscall tests | Jay Zhuang |
2020-02-06 | Fix `bazel run` target in docs. | Kevin Krakauer |
2020-02-06 | Fix test case on AMD. | Adin Scannell |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-05 | recv() on a closed TCP socket returns ENOTCONN | Eyal Soha |
2020-02-05 | Disable get/set xattrs until list/remove exist too. | Nicolas Lacasse |
2020-02-05 | Add packetdrill tests to presubmit and CI testing | Eyal Soha |
2020-02-04 | Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. | Ting-Yu Wang |
2020-02-04 | Merge pull request #1683 from kevinGC:ipt-udp-matchers | gVisor bot |
2020-02-04 | Add socket connection stress test. | Ian Gudger |
2020-02-04 | timer_create(2) should return 0 on success | Michael Pratt |
2020-02-04 | Include socket_ip_udp_loopback.cc in exportes_files | Jay Zhuang |
2020-02-04 | Add support for sentry internal pipe for gofer mounts | Fabricio Voznika |
2020-02-03 | Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace. | Ting-Yu Wang |
2020-02-03 | Add packetdrill tests that use docker. | Eyal Soha |
2020-01-31 | Fix logic around AMD/Intel cases. | Adin Scannell |
2020-01-31 | KVM platform does not support 32bit. | Ting-Yu Wang |
2020-01-30 | Simplify testing link rules. | Adin Scannell |
2020-01-30 | Merge pull request #1471 from xiaobo55x:syscall_test | gVisor bot |
2020-01-30 | Wrap all GetSocketPairs() in unnamed namespaces | Jay Zhuang |
2020-01-30 | Merge pull request #1630 from xiaobo55x:kOLargeFile | gVisor bot |
2020-01-30 | Fix for panic in endpoint.Close(). | Bhasker Hariharan |
2020-01-30 | Enforce splice offset limits | Michael Pratt |
2020-01-29 | Fix iptables tests that were broken by rename. | Kevin Krakauer |
2020-01-29 | Add support for TCP_DEFER_ACCEPT. | Bhasker Hariharan |
2020-01-28 | fs/splice: don't report partial errors for special files | Andrei Vagin |
2020-01-28 | netlink: add support for RTM_F_LOOKUP_TABLE | Jianfeng Tan |
2020-01-28 | Check sigsetsize in rt_sigaction | Michael Pratt |
2020-01-28 | Prefer Type& over Type & | Michael Pratt |
2020-01-27 | Create platform_util for tests. | Adin Scannell |
2020-01-27 | Fix header ordering and format all C++ code. | Adin Scannell |
2020-01-27 | Update bug number for supporting extended attribute namespaces. | Dean Deng |
2020-01-27 | Cleanup for GH review. | Kevin Krakauer |
2020-01-27 | Standardize on tools directory. | Adin Scannell |