Age | Commit message (Expand) | Author |
2019-06-10 | Fixes to listen backlog handling. | Bhasker Hariharan |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-06 | Track and export socket state. | Rahat Mahmood |
2019-06-06 | Try increase listen backlog. | Rahat Mahmood |
2019-06-06 | Internal change. | Googler |
2019-06-05 | Shutdown host sockets on internal shutdown | Michael Pratt |
2019-06-05 | Adjust route when looping multicast packets | Chris Kuiper |
2019-06-05 | Give test instantiations meaningful names. | Ian Gudger |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-06-03 | gvisor/sock/unix: pass creds when a message is sent between unconnected sockets | Andrei Vagin |
2019-06-03 | Remove duplicate socket tests | Michael Pratt |
2019-05-30 | Add VmData field to /proc/{pid}/status | chris.zn |
2019-05-30 | gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported | Andrei Vagin |
2019-05-30 | Always wait on tracee children | Michael Pratt |
2019-05-24 | Extract SleepSafe from test_util | Tamir Duberstein |
2019-05-22 | Add WCLONE / WALL support to waitid | Michael Pratt |
2019-05-22 | Add support for wait(WNOTHREAD) | Michael Pratt |
2019-05-22 | UDP and TCP raw socket support. | Kevin Krakauer |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Fix inconsistencies in ELF anonymous mappings | Michael Pratt |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-20 | Fix incorrect tmpfs timestamp updates | Michael Pratt |
2019-05-17 | Fix gofer rename ctime and cleanup stat_times test | Michael Pratt |
2019-05-16 | Add test for duplicate proc entries. | Ian Gudger |
2019-05-10 | Modernize mknod test | Michael Pratt |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-05-08 | Fix types that are subtly incorrect. | Googler |
2019-05-05 | Fix raw socket behavior and tests. | Kevin Krakauer |
2019-05-03 | gvisor: run bazel in a docker container | Andrei Vagin |
2019-05-03 | Skip flaky ClockGettime.CputimeId take 2 | Fabricio Voznika |
2019-05-03 | Proper cleanup of sockets that used REUSEPORT | Chris Kuiper |
2019-05-02 | Support reception of multicast data on more than one socket | Chris Kuiper |
2019-05-02 | Replace dynamic macros with constants in memfd test. | Kevin Krakauer |
2019-04-29 | Implement the MSG_CTRUNC msghdr flag for Unix sockets. | Ian Gudger |
2019-04-29 | Skip flaky ClockGettime.CputimeId | Fabricio Voznika |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-29 | Appease googletest deprecation | Tamir Duberstein |
2019-04-29 | createAt should return all errors from FindInode except ENOENT. | Nicolas Lacasse |
2019-04-26 | Remove syscall tests' dependency on glog | Tamir Duberstein |
2019-04-26 | Fix reference counting bug in /proc/PID/fdinfo/. | Kevin Krakauer |
2019-04-26 | Change name of sticky test arg. | Kevin Krakauer |
2019-04-25 | Don't enforce NAME_MAX in fs.Dirent.walk(). | Jamie Liu |
2019-04-25 | s,sys/poll.h/,poll.h,g | Tamir Duberstein |
2019-04-24 | Add Unix socket tests for the MSG_CTRUNC msghdr flag. | Ian Gudger |
2019-04-22 | Bugfix: fix fstatat symbol link to dir | Wei Zhang |
2019-04-19 | tcpip/transport/tcp: read side only shutdown of an endpoint | Ben Burkert |
2019-04-19 | Add support for the MSG_TRUNC msghdr flag. | Ian Gudger |
2019-04-18 | Keep symlink target open while in test that compares inode ids. | Nicolas Lacasse |
2019-04-17 | Don't allow sigtimedwait to catch unblockable signals | Michael Pratt |