Age | Commit message (Expand) | Author |
2019-12-03 | Clean up readv_socket test suite. | Dean Deng |
2019-12-03 | Point TODO to gvisor.dev | Fabricio Voznika |
2019-12-03 | net/udp: return a local route address as the bound-to address | Andrei Vagin |
2019-12-03 | Fix panic due to early transition to Closed. | Bhasker Hariharan |
2019-12-03 | strace: don't create a slice with a negative value | Andrei Vagin |
2019-12-03 | Add RunfilesPath to test_util | Michael Pratt |
2019-12-02 | test/syscal: Don't skip ClockGettime.CputimeId | Andrei Vagin |
2019-12-02 | Fix typo, s/Convertable/Convertible/g | Jay Zhuang |
2019-12-02 | Port tests in udp_socket.cc to Fuchsia | Jay Zhuang |
2019-11-27 | Add floating point exception tests | Michael Pratt |
2019-11-26 | Allow open(O_TRUNC) and (f)truncate for proc files. | Ian Lewis |
2019-11-22 | tests: include sys/socket.h before linux/if_arp.h | Andrei Vagin |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-14 | Fix return codes for {get,set}sockopt for some nullptr cases. | Ting-Yu Wang |
2019-11-14 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-11-13 | test/syscalls/proc: check an return code of waitid | Andrei Vagin |
2019-11-12 | Add UDP SO_REUSEADDR/SO_REUSEPORT conversion tests. | Ian Gudger |
2019-11-12 | Add tests for SO_REUSEADDR and SO_REUSEPORT. | Ian Gudger |
2019-11-11 | Update ephemeral port reservation tests. | Ian Gudger |
2019-11-11 | Remove obsolete TODO. This is now fixed. | Bhasker Hariharan |
2019-11-11 | Make `connect` on socket returned by `accept` correctly error out with EISCONN | gVisor bot |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-06 | Fix yet another data race. | Bhasker Hariharan |
2019-11-06 | Fix data race in syscall_test_runner.go | Bhasker Hariharan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-11-04 | kokoro: run KVM syscall tests | Andrei Vagin |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-11-01 | Add SO_PASSCRED support to netlink sockets | Michael Pratt |
2019-11-01 | tests: don't use ASSERT_THAT after fork | Andrei Vagin |
2019-10-30 | Store endpoints inside multiPortEndpoint in a sorted order | Andrei Vagin |
2019-10-30 | Clean up typos in test names. | Dean Deng |
2019-10-29 | Update symlink traversal limit when resolving interpreter path. | Dean Deng |
2019-10-29 | Fix PollWithFullBufferBlocks. | Bhasker Hariharan |
2019-10-29 | Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC. | Dean Deng |
2019-10-25 | test/syscall: Remove duplicated gtest/gtest.h. | Haibo |
2019-10-24 | Handle AT_SYMLINK_NOFOLLOW flag for execveat. | Dean Deng |
2019-10-23 | Handle AT_EMPTY_PATH flag in execveat. | Dean Deng |
2019-10-23 | Add check for proper settings to AF_PACKET tests. | Kevin Krakauer |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-23 | Remove comparison between signed and unsigned int | Michael Pratt |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-18 | test: use a bigger buffer to fill a socket | Andrei Vagin |
2019-10-16 | Merge pull request #736 from tanjianfeng:fix-unix | gVisor bot |
2019-10-16 | Remove death from exec test names | Michael Pratt |
2019-10-15 | epsocket: support /proc/net/snmp | Jianfeng Tan |
2019-10-15 | support /proc/net/snmp | Jianfeng Tan |
2019-10-14 | Internal change. | gVisor bot |
2019-10-10 | Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg. | Ian Lewis |