Commit Graph

12 Commits (66d96b808521c029b4d1636203369446c9480880)

Author SHA1 Message Date
Anders F Björklund 6d96a67456 Run go vet on all code, not just pkg and cmd 2019-03-10 14:33:24 +01:00
Nicholas Goozeff e5da4db3a6 go fmt 2018-10-31 11:18:03 +01:00
Nicholas Goozeff 3ea3bb1c92 Issue #3044 - set timestamps of mounted files with windows host. 2018-10-31 05:44:19 +01:00
Nicholas Goozeff 14244b3645 Test cases for issue #3044 - timestamps of mounted files incorrect with windows host. 2018-10-31 05:42:27 +01:00
Nate Bessette d203cf4101 Replace 9p mount calls to syscall.Rename with os.Rename, which is capable of renaming on top of existing files. 2018-08-06 09:31:24 -07:00
AdamDang d67ba6e991
Typo fix: occured->occurred
occured->occurred
2018-05-01 13:16:12 +08:00
AdamDang 31aa6e49a6
Update srv_srv.go 2018-04-23 20:12:39 +08:00
AdamDang 6bf2661ca2 Typo fix "file sever"->"file server"
line 87: "file sever" should be replaced with "file server"
2018-03-13 09:12:12 -07:00
Aaron Prindle e23250dcc8 Fixed mtime issue for OSX 2017-06-15 11:44:47 -07:00
Matt Rickard 8f3e87efa1 Update gendocs, disable ufs flag
Removing a debugging flag from the 9p library, since it registers
itself globally in minikube.  Also running `make gendocs` to catch some
older changes.
2017-04-06 15:15:03 -07:00
Aaron Prindle 8e801e3975 Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
Aaron Prindle 60a5910f88 Added 9p server as well as minikube mount command 2017-02-25 10:08:45 -08:00