Commit Graph

34 Commits (master)

Author SHA1 Message Date
Michael Stapelberg 66d6bd9e7b gofmt with Go 1.19 9 months ago
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
3 years ago
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 5 years ago
Aaron Jacobs 57b4e8798f Fixed other tests on OS X. 8 years ago
Aaron Jacobs 85b3f9ed42 Fixed hellofs. 8 years ago
Aaron Jacobs 82289ebdd4 Fixed sample build errors. 8 years ago
Aaron Jacobs 3103bb22a1 Updated samples. 8 years ago
Aaron Jacobs 6d19754c38 Reference package timeutil in its new location. 8 years ago
Aaron Jacobs ba71991231 Fixed hellofs. 8 years ago
Aaron Jacobs 40fdee8c78 Made tests pickier about ReadDir. 8 years ago
Aaron Jacobs c1a851403d Added a RespondToOp helper. 8 years ago
Aaron Jacobs e96100b5ac Fixed hellofs. 8 years ago
Aaron Jacobs a01f4b6ae5 Use FileSystem in hellofs. 8 years ago
Aaron Jacobs cfc692da07 Made Server an interface, for expandability. 8 years ago
Aaron Jacobs 25a2502636 Updated hellofs. 8 years ago
Aaron Jacobs 3dcd942c33 Added support for Init in hellofs. 8 years ago
Aaron Jacobs 7393225029 Fixed hello_fs_test build errors. 8 years ago
Aaron Jacobs eca0a3760e Refactored hellofs. 8 years ago
Aaron Jacobs 5a83972716 Other HelloFS methods. 8 years ago
Aaron Jacobs 32d8d19879 HelloFS.Init 8 years ago
Aaron Jacobs 402cc580b2 Fixed some hellofs build errors. 8 years ago
Aaron Jacobs 0b43e99333 Use the names SetUp and TearDown so that ogletest doesn't run them. 8 years ago
Aaron Jacobs f099d9868f Updated hello_fs_test. 8 years ago
Aaron Jacobs 8d0ce150a0 Updated import paths after the repo move. 8 years ago
Aaron Jacobs 7e8f3266ef Added hellofs support for nlink. 8 years ago
Aaron Jacobs 33e35f568b Tightened up nlink-related tests for sample file systems.
These are currently failing due to bazillion/fuse@58c769a. See #2.
8 years ago
Aaron Jacobs e85990c143 Fixed permissions behavior in hellofs.
The tests were recently broken on Linux when default_permissions was set
when mounting. On Linux (but not on OS X), the uid sending the Init
request is root, so all of the files appear to be owned by root. This
was fine until we told the kernel to check permissions.
8 years ago
Aaron Jacobs c713695871 Fixed broken tests using Mount. 8 years ago
Aaron Jacobs b2a8322aaa Fixed copyright notices. 8 years ago
Aaron Jacobs 19f7ef25c9 Fixed permissions issues in memfs, making the package support doing so. 8 years ago
Aaron Jacobs 0fde07d9fe Fixed some build errors in hellofs. 8 years ago
Aaron Jacobs 44901edc6b Added a header with credentials to each request. 8 years ago
Aaron Jacobs 464201ae12 Fixed a build error. 8 years ago
Aaron Jacobs 9c6965487b Split up the samples package. 8 years ago