Age | Commit message (Expand) | Author |
2020-08-03 | Merge release-20200622.1-313-gb2ae7ea1b (automated) | gVisor bot |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-01 | Merge release-20200622.1-52-g6a90c88b9 (automated) | gVisor bot |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-24 | Merge release-20200608.0-119-g364ac92ba (automated) | gVisor bot |
2020-06-17 | Merge release-20200608.0-69-g96519e2c9 (automated) | gVisor bot |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-10 | Merge release-20200522.0-112-g67565078b (automated) | gVisor bot |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-05-27 | Merge release-20200518.0-45-g0bc022b7 (automated) | gVisor bot |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-16 | Merge release-20200511.0-251-g420b791 (automated) | gVisor bot |
2020-05-15 | Minor formatting updates for gvisor.dev. | Adin Scannell |
2020-04-17 | Merge release-20200323.0-173-gf03996c (automated) | gVisor bot |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-03 | Merge release-20200323.0-67-ga943096 (automated) | gVisor bot |
2020-04-03 | Ensure EOF is handled propertly during splice. | Adin Scannell |
2020-02-28 | Merge release-20200219.0-69-g463f421 (automated) | gVisor bot |
2020-02-28 | Make pipe buffer implementation standard. | Adin Scannell |
2020-02-11 | Merge release-20200127.0-130-g9be46e5 (automated) | gVisor bot |
2020-01-27 | Merge release-20200115.0-110-g0e2f1b7 (automated) | gVisor bot |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-22 | Merge release-20200115.0-72-g5ab1213 (automated) | gVisor bot |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu |
2020-01-10 | Merge release-20191213.0-96-g27500d5 (automated) | gVisor bot |
2020-01-09 | New sync package. | Ian Gudger |
2019-10-19 | Merge release-20190806.1-294-g652f7b1 (automated) | gVisor bot |
2019-10-19 | Add support for pipes in VFS2. | Kevin Krakauer |
2019-10-17 | Merge release-20190806.1-286-gdfdbdf1 (automated) | gVisor bot |
2019-10-17 | Refactor pipe to support VFS2. | Kevin Krakauer |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-08 | Merge release-20190806.1-246-g1de0cf3 (automated) | gVisor bot |
2019-10-07 | Remove unnecessary context parameter for new pipes. | Kevin Krakauer |
2019-09-13 | Merge release-20190806.1-142-g7c6ab6a (automated) | gVisor bot |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-06-28 | Merge b2907595 (automated) | gVisor bot |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-18 | Merge 8ab0848c (automated) | gVisor bot |
2019-06-18 | gvisor/fs: don't update file.offset for sockets, pipes, etc | Andrei Vagin |
2019-06-14 | Merge 3e9b8ecb (automated) | gVisor bot |
2019-06-13 | Plumb context through more layers of filesytem. | Ian Gudger |
2019-06-13 | Merge add40fd6 (automated) | gVisor bot |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Merge a00157cc (automated) | gVisor bot |
2019-06-04 | Remove the Dirent field from Pipe. | Nicolas Lacasse |
2019-06-02 | Merge 216da0b7 (automated) | gVisor bot |
2019-05-23 | gvisor: interrupt the sendfile system call if a task has been interrupted | Andrei Vagin |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |