Age | Commit message (Expand) | Author |
2021-07-23 | update bug number in loopback tests | Kevin Krakauer |
2021-07-22 | Move socket_test_util to //test/util | Ghanan Gowripalan |
2021-07-02 | [op] Make TCPNonBlockingConnectClose more reasonable. | Ayush Ranjan |
2021-06-22 | `socket_inet_loopback`: Split off tests that need isolation in their own file. | Etienne Perot |
2021-06-15 | Deflake SocketInetLoopbackTest.TCPBacklog | Kevin Krakauer |
2021-06-01 | Ensure full shutdown of endpoint on notifyClose | Mithun Iyer |
2021-05-25 | Expect POLLRDHUP on Fuchsia | Tamir Duberstein |
2021-05-20 | Add protocol state to TCPINFO | Mithun Iyer |
2021-04-17 | Avoid ignoring incoming packet by demuxer on endpoint lookup failure | Mithun Iyer |
2021-04-13 | Remove _NoRandomSave tests. | Adin Scannell |
2021-04-13 | Fix listener close, client connect race | Mithun Iyer |
2021-04-12 | Make AsSockAddr() to replace reinterpret_cast<sockaddr*> | Ting-Yu Wang |
2021-04-05 | Fix listen backlog handling to be in parity with Linux | Mithun Iyer |
2021-03-16 | Fix a race with synRcvdCount and accept | Mithun Iyer |
2021-03-08 | Fix SocketInetLoopbackTest flakiness | Fabricio Voznika |
2021-02-03 | Compile-time constants are constexpr | Tamir Duberstein |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-02 | Clean up the code of setupTimeWaitClose | Andrei Vagin |
2020-10-23 | Decrement e.synRcvdCount once handshake is complete. | Bhasker Hariharan |
2020-09-16 | Automated rollback of changelist 329526153 | Nayana Bidari |
2020-09-02 | Fix Accept to not return error for sockets in accept queue. | Bhasker Hariharan |
2020-09-01 | Automated rollback of changelist 328350576 | Nayana Bidari |
2020-08-28 | Add test demonstrating accept bug | Tamir Duberstein |
2020-08-27 | Fix BadSocketPair for open source. | Zach Koopmans |
2020-08-25 | Fix SocketPairTest and BadSocketPairTest in opensource. | Zach Koopmans |
2020-08-21 | Add syscall tests for SO_REUSEADDR. | Mithun Iyer |
2020-08-20 | Skip listening TCP ports when trying to bind a free port. | Bhasker Hariharan |
2020-08-13 | Ensure TCP TIME-WAIT is not terminated prematurely. | Bhasker Hariharan |
2020-06-23 | Add support for SO_REUSEADDR to TCP sockets/endpoints. | Ian Gudger |
2020-06-10 | Add support for SO_REUSEADDR to UDP sockets/endpoints. | Ian Gudger |
2020-05-05 | gvisor/test: use RetryEINTR for connect() | Andrei Vagin |
2020-04-22 | tcp: handle listen after shutdown properly | Andrei Vagin |
2020-04-16 | Reset pending connections on listener shutdown. | Mithun Iyer |
2020-04-15 | Reset pending connections on listener close | Mithun Iyer |
2020-04-13 | Remove unnecessary threads | Tamir Duberstein |
2020-04-08 | tests: Specify NoRandomSave for PortReuse tests | Andrei Vagin |
2020-04-03 | Add missing newline | Tamir Duberstein |
2020-04-02 | Fix typo in TODO comments. | Dean Deng |
2020-04-02 | Fix flaky TCPLinger2TimeoutAfterClose test. | Bhasker Hariharan |
2020-02-03 | Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace. | Ting-Yu Wang |
2020-01-29 | Add support for TCP_DEFER_ACCEPT. | Bhasker Hariharan |
2020-01-21 | Change to standard types. | Adin Scannell |
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot |
2020-01-14 | Changes TCP packet dispatch to use a pool of goroutines. | Bhasker Hariharan |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-09 | Deflake a couple of TCP syscall tests when run under gotsan. | Bhasker Hariharan |
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 |