Age | Commit message (Expand) | Author |
2019-08-16 | netstack: disconnect an unix socket only if the address family is AF_UNSPEC | Andrei Vagin |
2019-08-15 | Add tests for "cooked" AF_PACKET sockets. | Kevin Krakauer |
2019-08-14 | Improve SendMsg performance. | Bhasker Hariharan |
2019-08-13 | tests: print stack traces if test failed by timeout | Andrei Vagin |
2019-08-13 | Bump Bazel to v0.28.0 | Nicolas Lacasse |
2019-08-12 | Compute size of struct tcp_info instead of hardcoding it. | Rahat Mahmood |
2019-08-09 | netlink: return an error in nlmsgerr | Andrei Vagin |
2019-08-09 | Create tests for common.Search(). | Brett Landau |
2019-08-06 | Fix for a panic due to writing to a closed accept channel. | Bhasker Hariharan |
2019-08-06 | Require pread/pwrite for splice file offsets | Michael Pratt |
2019-08-05 | Alter Dockerfiles to include common.go and use a prebuilt JDK. | Samantha Sample |
2019-08-05 | Expand runtimes test suite to include Go, Java, PHP, and Python. | Samantha Sample |
2019-08-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-08-02 | Automated rollback of changelist 261191548 | Rahat Mahmood |
2019-08-01 | Refactor ListTests() to common.Search(). | Brett Landau |
2019-08-01 | Implement getsockopt(TCP_INFO). | Rahat Mahmood |
2019-07-31 | Basic support for 'ip route' | Ian Lewis |
2019-07-31 | Fix test execution bugs in proctor-go and proctor-python. | Brett Landau |
2019-07-31 | Refactor proctor binaries to implement testRunner interface. | Brett Landau |
2019-07-31 | Fix ICMPv4 EchoReply packet checksum | Austin Kiekintveld |
2019-07-31 | Test connecting UDP sockets to the ANY address | Tamir Duberstein |
2019-07-29 | Fix flaky stat.cc test. | Zach Koopmans |
2019-07-29 | Move runtimes tests to appropriate directory. | Samantha Sample |
2019-07-29 | Add iptables types for syscalls tests. | Kevin Krakauer |
2019-07-25 | Automated rollback of changelist 255679453 | Fabricio Voznika |
2019-07-23 | Deduplicate EndpointState.connected some | Tamir Duberstein |
2019-07-19 | Merge pull request #450 from Pixep:feature/add-clock-boottime-as-monotonic | gVisor bot |
2019-07-19 | Handle interfaceAddr and NIC options separately for IP_MULTICAST_IF | Chris Kuiper |
2019-07-18 | net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ) | Andrei Vagin |
2019-07-17 | Add AF_UNIX, SOCK_RAW sockets, which exist for some reason. | Kevin Krakauer |
2019-07-17 | Merge pull request #533 from kevinGC:stub-dev-tty | gVisor bot |
2019-07-17 | Properly invalidate cache in rename and remove | Michael Pratt |
2019-07-16 | Add CLOCK_BOOTTIME tests to timerfd.cc | Adrien Leravat |
2019-07-16 | Internal change. | gVisor bot |
2019-07-15 | Replace vector of arrays with array of arrays. | Kevin Krakauer |
2019-07-15 | Fix initialization of badhandler_low_water_mark in SigaltstackTest. | Neel Natu |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-07-12 | Add permission, char device, and uid checks. | Kevin Krakauer |
2019-07-12 | Stub out support for TCP_MAXSEG. | Bhasker Hariharan |
2019-07-12 | Merge pull request #282 from zhangningdlut:chris_test_proc | gVisor bot |
2019-07-11 | Add a stub for /dev/tty. | Kevin |
2019-07-09 | tss: block userspace access to all I/O ports. | Liu Hua |
2019-07-08 | Don't mask errors in createAt loop. | Nicolas Lacasse |
2019-07-08 | Internal change. | gVisor bot |
2019-07-08 | Merge pull request #375 from jmgao:master | gVisor bot |
2019-07-03 | netstack/udp: connect with the AF_UNSPEC address family means disconnect | Andrei Vagin |
2019-07-02 | Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels. | Neel Natu |
2019-07-01 | Check remaining traversal limit when creating a file through a symlink. | Nicolas Lacasse |
2019-06-28 | Fix suggestions from clang. | Nicolas Lacasse |
2019-06-28 | Automated rollback of changelist 255263686 | Nicolas Lacasse |