Age | Commit message (Expand) | Author |
2020-06-10 | Merge release-20200522.0-118-gfadbfd83d (automated) | gVisor bot |
2020-06-10 | Include panic message in log | Michael Pratt |
2020-05-27 | Merge release-20200518.0-45-g0bc022b7 (automated) | gVisor bot |
2020-04-10 | Merge release-20200323.0-123-g8bb8027 (automated) | gVisor bot |
2020-04-10 | Return EIO from p9 if sending/receiving fails. | Dean Deng |
2020-04-09 | Merge release-20200323.0-105-g2b4687a (automated) | gVisor bot |
2020-04-09 | Handle os.LinkError in p9/handlers.go. | Dean Deng |
2020-04-07 | Merge release-20200323.0-77-g51e461c (automated) | gVisor bot |
2020-04-06 | Add concurrency guarantees to p9 extended attribute methods. | Dean Deng |
2020-04-03 | Merge release-20200323.0-63-gd151693 (automated) | gVisor bot |
2020-04-02 | Avoid sending a partial dirent when the Rreaddir response exceeds message limit. | Uros Prestor |
2020-02-14 | Merge release-20200211.0-19-g50c4931 (automated) | gVisor bot |
2020-02-14 | Un-export p9 message encode/decode functions. | gVisor bot |
2020-02-07 | Merge release-20200127.0-99-g17b9f5e (automated) | gVisor bot |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-06 | Merge release-20200127.0-86-g5ff7808 (automated) | gVisor bot |
2020-02-06 | Move p9.pool to a separate package | Andrei Vagin |
2020-02-06 | Merge release-20200127.0-85-g1b6a12a (automated) | gVisor bot |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-16 | Merge release-20200115.0-15-g1e7f0c8 (automated) | gVisor bot |
2020-01-16 | Bump p9 version, adding corresponding checks to client_file.go. | Dean Deng |
2020-01-16 | Merge release-20200115.0-9-g07f2584 (automated) | gVisor bot |
2020-01-16 | Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces. | Dean Deng |
2020-01-10 | Merge release-20191213.0-96-g27500d5 (automated) | gVisor bot |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-17 | Merge release-20191210.0-35-g0881abd (automated) | gVisor bot |
2019-12-16 | Remove useless comments from p9/handlers.go. | Nicolas Lacasse |
2019-11-20 | Merge release-20191114.0-16-g012102e (automated) | gVisor bot |
2019-11-20 | Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. | Nicolas Lacasse |
2019-11-15 | Merge release-20191104.0-46-g76039f8 (automated) | gVisor bot |
2019-11-15 | Do not set finalizer on p9.ClientFile. | Jamie Liu |
2019-11-07 | Merge release-20190806.1-377-gf8ffadd (automated) | gVisor bot |
2019-11-06 | Add p9.OpenTruncate. | Jamie Liu |
2019-11-01 | Merge release-20190806.1-360-g5694bd0 (automated) | gVisor bot |
2019-11-01 | Don't log "p9.channel.service: flipcall connection shutdown". | Jamie Liu |
2019-10-29 | Merge release-20190806.1-336-g8b04e2d (automated) | gVisor bot |
2019-10-28 | Cast the Stat_t.Nlink to uint64 on arm64. | Haibo Xu |
2019-10-04 | Merge release-20190806.1-238-gb941e35 (automated) | gVisor bot |
2019-10-04 | Return EIO from p9 if flipcall.Endpoint.Connect() fails. | Jamie Liu |
2019-09-23 | Add test for concurrent reads and writes. | Adin Scannell |
2019-09-20 | Merge release-20190806.1-164-g002f1d4 (automated) | gVisor bot |
2019-09-19 | Fix p9 integration of flipcall. | Jamie Liu |
2019-09-13 | Merge release-20190806.1-143-ga8834fc (automated) | gVisor bot |
2019-09-12 | Update p9 to support flipcall. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-06-28 | Drop local_server support. | Adin Scannell |
2019-06-27 | Merge 5b41ba5d (automated) | gVisor bot |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-21 | Merge 6f933a93 (automated) | gVisor bot |
2019-06-21 | Remove O(n) lookup on unlink/rename | Michael Pratt |