Age | Commit message (Expand) | Author |
2020-01-16 | Disable xattr tests. | Dean Deng |
2020-01-14 | Changes TCP packet dispatch to use a pool of goroutines. | Bhasker Hariharan |
2020-01-14 | Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets | Tamir Duberstein |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-13 | tests: fix errors detected by asan. | Andrei Vagin |
2020-01-10 | Don't set RWF_HIPRI on InvalidOffset test. | Brad Burlage |
2020-01-09 | Deflake a couple of TCP syscall tests when run under gotsan. | Bhasker Hariharan |
2020-01-08 | Return correct length with MSG_TRUNC for unix sockets. | Ian Lewis |
2020-01-08 | Fix slice bounds out of range panic in parsing socket control message. | Ting-Yu Wang |
2020-01-08 | Take addresses as const | Tamir Duberstein |
2020-01-07 | fs/splice: don't report a partialResult error if there is no data loss | Andrei Vagin |
2020-01-07 | Fix partial_bad_buffer write tests. | Adin Scannell |
2020-01-06 | Fix readme formatting. | Kevin Krakauer |
2019-12-26 | Automated rollback of changelist 287029703 | gVisor bot |
2019-12-24 | Enable IP_RECVTOS socket option for datagram sockets | Ryan Heacock |
2019-12-19 | futex: wake one waiter if futex_wake is called with a non-positive value | Andrei Vagin |
2019-12-19 | Parameterize mmap tests. | Dean Deng |
2019-12-18 | net/tcp: allow to call listen without bind | Andrei Vagin |
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 | Internal change. | Kevin Krakauer |
2019-12-17 | Internal change. | gVisor bot |
2019-12-17 | Explicitly export files needed by other packages | gVisor bot |
2019-12-16 | Implement checks for get/setxattr at the syscall layer. | Dean Deng |
2019-12-12 | Add iptables testing framework. | Kevin Krakauer |
2019-12-12 | unix: allow to bind unix sockets only to AF_UNIX addresses | Andrei Vagin |
2019-12-11 | Add support for TCP_USER_TIMEOUT option. | Bhasker Hariharan |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-10 | Re-enable execveat test that was causing files in /bin to be deleted. | Dean Deng |
2019-12-10 | Do not consider symlinks as directories in fs utils. | Dean Deng |
2019-12-10 | Disable execveat test that is causing files in /bin to be deleted. | Dean Deng |
2019-12-10 | Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS. | Dean Deng |
2019-12-09 | Add test for SO_BINDTODEVICE state bug. | Ian Gudger |
2019-12-09 | Add UDP SO_REUSEADDR support to the port manager. | Ian Gudger |
2019-12-09 | Include <netinet/tcp.h> for TCP enums in proc_net tests | Jay Zhuang |
2019-12-09 | Mark test as non flaky. | Bhasker Hariharan |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-06 | Add hostinet tests for UDP sockets. | Dean Deng |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-12-05 | Reduce flakiness under gotsan runs. | Bhasker Hariharan |
2019-12-05 | Create correct file for /proc/[pid]/task/[tid]/io | Zach Koopmans |
2019-12-05 | Explicitly export files needed by other packages | gVisor bot |
2019-12-04 | Allow syscall tests to run with hostinet. | Dean Deng |
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 |