summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/pipe.cc
AgeCommit message (Expand)Author
2019-11-26Allow open(O_TRUNC) and (f)truncate for proc files.Ian Lewis
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-18Fix PipeTest_Streaming timeoutFabricio Voznika
2019-06-06Internal change.Googler
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Fix reference counting bug in /proc/PID/fdinfo/.Kevin Krakauer
2018-12-10Open source system call tests.Brian Geffon