Age | Commit message (Expand) | Author |
---|---|---|
2019-06-28 | Fix suggestions from clang. | Nicolas Lacasse |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-25 | Remove useless modifiers | Tamir Duberstein |
2019-02-26 | Improve PosixErrorOr messages using gtest matchers. | Brian Geffon |
2019-01-23 | Fix cases of missing braces on if | Michael Pratt |
2018-12-18 | Allow PosixErrorOr<T> to be implicitly constructible from copyable T. | Jamie Liu |
2018-12-11 | Add rvalue ref-qualified PosixErrorOr<T>::ValueOrDie() overloads. | Jamie Liu |
2018-12-10 | Open source system call tests. | Brian Geffon |