Age | Commit message (Expand) | Author |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-31 | iptables: support SO_ORIGINAL_DST | Kevin Krakauer |
2020-07-27 | Fix strace for epoll event arrays. | Jamie Liu |
2020-04-16 | Make ExtractErrno a function | Fabricio Voznika |
2020-04-10 | Remove TODO from kernel.Stracer | Fabricio Voznika |
2020-02-25 | Add netlink sockopt logging to strace. | Ian Gudger |
2020-02-20 | Better strace logging for epoll syscalls. | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-02-11 | Move Align{Up,Down} into binary package. | gVisor bot |
2020-02-07 | Log level, optname, optval and optlen in getsockopt/setsockopt in strace. | Ian Gudger |
2020-01-28 | Check sigsetsize in rt_sigaction | Michael Pratt |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-09 | Merge pull request #1423 from xiaobo55x:strace | gVisor bot |
2019-12-20 | Check for valid nfds before copying in an fd set. | Dean Deng |
2019-12-18 | Enable pkg/sentry/strace support on arm64. | Haibo Xu |
2019-12-16 | Drop unnecessary cast. | Dean Deng |
2019-12-10 | Format fd_set parameters in select(2)/pselect(2) for strace. | Dean Deng |
2019-12-10 | Add all upstream syscalls to tables | Michael Pratt |
2019-12-03 | strace: don't create a slice with a negative value | Andrei Vagin |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-05 | Better strace logs for statx. | Nicolas Lacasse |
2019-08-16 | netstack: disconnect an unix socket only if the address family is AF_UNSPEC | Andrei Vagin |
2019-07-03 | netstack/udp: connect with the AF_UNSPEC address family means disconnect | Andrei Vagin |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-06 | Use common definition of SockType. | Rahat Mahmood |
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-18 | Format struct pollfd in poll(2)/ppoll(2) | Michael Pratt |
2019-04-11 | Format FDs in strace logs | Michael Pratt |
2019-04-10 | Internal change | Michael Pratt |
2019-03-01 | Format capget/capset arguments | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2018-12-21 | inotify notifies watchers when control events bit are set | Fabricio Voznika |
2018-12-11 | Format unshare flags | Michael Pratt |
2018-12-07 | Format sigaction in strace | Michael Pratt |
2018-12-06 | Format signals, signal masks in strace | Michael Pratt |
2018-12-06 | Convert ValueSet to a map | Michael Pratt |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Reflow comment to 80 columns | Michael Pratt |
2018-10-10 | Add seccomp filter configuration to ptrace stubs. | Adin Scannell |
2018-10-08 | Statfs Namelen should be NAME_MAX not PATH_MAX | Michael Pratt |
2018-10-01 | Add itimer types to linux package, strace | Michael Pratt |
2018-09-13 | Format struct itimerspec | Michael Pratt |