Age | Commit message (Expand) | Author |
---|---|---|
2021-08-31 | Remove splice-to/from-weird-files tests. | Jamie Liu |
2021-04-13 | Remove _NoRandomSave tests. | Adin Scannell |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2020-11-06 | Fix infinite loop when splicing to pipes/eventfds. | Nicolas Lacasse |
2020-08-28 | Fix EOF handling for splice. | Dean Deng |
2020-08-27 | Fix vfs2 pipe behavior when splicing to a non-pipe. | Dean Deng |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-04-13 | Don't allow read/write when offset+size overflows. | Nicolas Lacasse |
2020-01-30 | Enforce splice offset limits | Michael Pratt |
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 |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-08-06 | Require pread/pwrite for splice file offsets | Michael Pratt |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |