- 67e250e doc: remove references to defunct download page by Andrew Gerrand · 4 months ago master
- c304555 dir/dircache: remove + from comment about build constraint by Rob Pike · 6 months ago
- 3e3b9d3 go.mod: update versions for yaml.v2 and x/text by Rob Pike · 6 months ago
- c626106 serverutil/frontend: don't serve downloads page when no config present by Andrew Gerrand · 1 year ago
- 38023b8 serverutil/frontend: make the GitHub repos the canonical source by Andrew Gerrand · 1 year ago
- 87d0980 go.mod: use newer version of presotto/fuse by Dave Presotto · 1 year, 2 months ago
- f9d2063 upspin.io: changed go.mod to point to a version of fuse by Dave Presotto · 1 year, 2 months ago
- ea64d81 upspinfs: move fuse implementation to github.com/presotto/fuse to get macOS support for BigSur and beyond. by Dave Presotto · 1 year, 3 months ago
- a5a727d serverutil/frontend: handle directory server failures by Andrew Gerrand · 1 year, 5 months ago
- 7df5e1c build: remove TravisCI config by Andrew Gerrand · 1 year, 9 months ago
- 033a63d doc: fix email domain and Access field ordering in examples by Dan Kortschak · 2 years, 1 month ago
- 5ddde7b Add cacheserver writethrough config example by Tom Lieber · 3 years, 4 months ago
- 000a6b9 upspinfs: use client.PutSequenced. by Dave Presotto · 3 years, 5 months ago
- 155e6ef upspin, client: add client.PutSequenced by Dave Presotto · 3 years, 5 months ago
- e5f200a doc: restore link to googlesource instead of github by Eric Grosse · 3 years, 6 months ago
- 2a6f1eb doc: -u no longer needed in go get by Eric Grosse · 3 years, 6 months ago
- bcd8e61 doc/signup.md: update Writers before upspin-ui by Eric Grosse · 3 years, 6 months ago
- 9b08a27 errors: fix tests by Andrew Gerrand · 3 years, 6 months ago
- d390262 build: switch from dep to go modules by Andrew Gerrand · 3 years, 7 months ago
- 46bda5d vendor: update golang.org/x/crypto by Andrew Gerrand · 3 years, 7 months ago
- 8fa1bb7 cmd/upspinfs: fix error messages in TestSymlink by Eric Grosse · 4 years, 1 month ago
- e10ca8f upspinfs: corrects link size handling by Filip Filmar · 4 years, 2 months ago
- 15046f4 Add the option -allow_other to upspinfs by Filip Filmar · 4 years, 4 months ago
- 686971a Build with Go 1.11 by Michael Wuertinger · 4 years, 6 months ago
- c137ad0 serverutil/frontend: add digitalocean.upspin.io custom import path by Andrew Gerrand · 4 years, 10 months ago
- 2449c06 cmd/upspinfs: fixes an apparent rename/watch race by Filip Filmar · 4 years, 10 months ago
- 1e73992 pack/internal/packtest: remove redundant parens in type conv by Iskander Sharipov · 5 years ago
- 47fe423 client/file,rpc,test: s/TOOD/TODO/ by Iskander Sharipov · 5 years ago
- 63f1073 doc: add project creation step to GCP instructions by Andrew Gerrand · 5 years ago
- d9080f7 upspin, client, cmd/upspinfs: change signature of client.Rename by Dave Presotto · 5 years ago
- 41afefc upspinfs: return ENOTSUP for Link (hard link) requests by Dave Presotto · 5 years ago
- 3f8a7fe doc: add backblaze b2 specific server setup instructions by Rene Kaufmann · 5 years ago
- e441518 cmd/upspinfs: fix Rename by Dave Presotto · 5 years ago
- 0fc8013 upspinfs/internal/ose: fill hole in WriteAt by Eric Grosse · 5 years ago
- 17b2553 store/storecache: add more output for debugging writeback anomalies by Dave Presotto · 5 years ago
- 815fb40 cloud/https: use -http for server address when -insecure is set by Andrew Gerrand · 5 years ago
- d1b10cd cmd/upspinfs: Demand load files rather than reading them all on open by Dave Presotto · 5 years ago
- 2e37c3b vendor: update golang.org/x/crypto, use new dep prune rules by Andrew Gerrand · 5 years ago
- 79cc269 log,cloud/https: Suppress HTTP log messages unless -log=debug by irfan sharif · 5 years ago
- aba3aa6 client: report entry packing in error message by Andrew Gerrand · 5 years ago
- 04c418f test: actually run testCreateAccessFile by Andrew Gerrand · 5 years ago
- dc4ef68 client: remove an unused function and some unused variables by Andrew Gerrand · 5 years ago
- 45f6c1e dir/server/tree: simplify a couple of error returns by Andrew Gerrand · 5 years ago
- 960e198 dir/server/serverlog: fix ignored call for log file creation by Andrew Gerrand · 5 years ago
- e20662e pack/ee: remove unused sig0 variable by Andrew Gerrand · 5 years ago
- 0a8f290 upspin: remove unused getBytes and getNBytes functions by Andrew Gerrand · 5 years ago
- 727271d doc: mention opening port 80 in AWS setup docs by Andrew Gerrand · 5 years ago
- cff5622 cmd/upspinfs: invalidate directory also on Watch events by Dave Presotto · 5 years ago
- 3d0b461 dir/dircache: log a message whenever successfully starting a watch by Dave Presotto · 5 years ago
- 421b786 cacheserver: print less ambiguous message in cacheserver.Start by Dave Presotto · 5 years ago
- daa96a4 bind: in the dial cache distinguish between direct and via cacheserver by Dave Presotto · 5 years ago
- fb55ec7 dir/dircache: disable access checks for now by Dave Presotto · 5 years ago
- cc3ad65 cmd/upspinfs: fix a plethora of bugs in rename/watch concurrency by Dave Presotto · 5 years ago
- 6256bce upbox: do not install binaries when testing by Andrew Gerrand · 5 years ago
- c412e31 cmd/upspin: re-generate command documentation by Andrew Gerrand · 5 years ago
- 1e7ff87 cmd/upspin-audit: fix typo in help message by Rob Pike · 5 years ago
- 3e520d6 doc: update CONTRIBUTORS and AUTHORS files by Rene Kaufmann · 5 years ago
- d4720d8 cmd/cacheserver: add missing import for eeintegrity by Eric Grosse · 5 years ago
- 780c45e doc: update CONTRIBUTORS and AUTHORS files using commit Authors by Andrew Gerrand · 5 years ago
- 64a8ed6 cmd/upspin: reduce duplication in findUpspinBinaries by Rob Pike · 5 years ago
- 871d9ae cmd/upspin: fix build on Plan 9 by Fazlul Shahriar · 5 years ago
- a53ec5d cmd/upspinfs: fix zero extending files with Setattr by Dave Presotto · 5 years ago
- 92dbfa8 cmd/upspinfs: add support for the Mknod call by Dave Presotto · 5 years ago
- 3b3b610 CONTRIBUTORS: OpenBSD upspinfs by Eric Grosse · 5 years ago
- b4af078 cmd/upspinfs: fix an infinite loop in upspinfs after the last close in a directory by Dave Presotto · 5 years ago
- f6c140c serverutil/frontend: remove test for HTTP->HTTPS redirect by Andrew Gerrand · 5 years ago
- 6449eee serverutil/frontend: remove redundant HTTP->HTTPS redirect handler by Andrew Gerrand · 5 years ago
- 17357bc doc: specify that upspinservers must listen on port 80 and 443 by Andrew Gerrand · 5 years ago
- 40ea17e cloud/https: use LetsEncrypt http-01 challenge mechanism by Andrew Gerrand · 5 years ago
- 845b5d4 rpc: increase max idle conns per host by Andrew Gerrand · 5 years ago
- 153a179 cmd/upspin-audit: on find-garbage write a file detailing missing refs by Andrew Gerrand · 5 years ago
- af6e70e cmd/upspin-audit: on scan-dir record path names alongside references by Andrew Gerrand · 5 years ago
- 1c3d3d0 cmd/upspinfs: fix vet error by making maxBytes an integer by Rob Pike · 5 years ago
- 79d9274 cmd/upspinfs: comment changes that I forgot to commit by Dave Presotto · 5 years ago
- 9ae79bf cmd/upspinfs: fix bug that made enoentMap useless after Watch added by Dave Presotto · 5 years ago
- 4306d08 cmd/upspinfs: fix some problems in the previous CL by Dave Presotto · 5 years ago
- fc7db03 key/keygen: improved validation for secret seeds and added tests by Stuart Auld · 5 years ago
- 05ffc64 cmd/upspinfs: replace timed refeshes in upspinfs with Watch based refresh by Dave Presotto · 5 years ago
- e7d8526 doc: add upspin-ui go get instructions by AJZ229 · 5 years ago
- 04781e6 cmd/upspinfs: add missing Lock/Unlock by Dave Presotto · 5 years ago
- 6cd4799 cmd/upspinfs: fix error in cache size limiting and add a test for it by Dave Presotto · 5 years ago
- 4c80c1e cmd/upspinfs: limit the size of the cache by Dave Presotto · 5 years ago
- 7c4ed6d cmd/upspin: fix and test -overwrite=false behavior by Andrew Gerrand · 5 years ago
- f99e3c8 doc: reword question about sharing one file by Andrew Gerrand · 5 years ago
- e97895d doc: add answer about sharing a specific file to the FAQ by Andrew Gerrand · 5 years ago
- ce932f5 cmd/upspin-audit: wait for all deleters to finish before exiting by Andrew Gerrand · 5 years ago
- 596afe3 cmd/upspin-audit: add -backup flag to delete-garbage subcommand by Andrew Gerrand · 5 years ago
- 08f9e6b cmd/upspin-audit: format usage message to be godoc-friendly by Andrew Gerrand · 5 years ago
- b57eb33 doc: refer to audit section in the upspin docs by Andrew Gerrand · 5 years ago
- f639739 doc: mention that the release archives contain upspin-audit by Andrew Gerrand · 5 years ago
- 4b0829a doc: mention upspin-audit in binary readme file by Andrew Gerrand · 5 years ago
- f2f16d1 cmd/upspin-audit: update the package doc comment by Andrew Gerrand · 5 years ago
- 746550c doc: mention upspin-ui in the faq by Andrew Gerrand · 5 years ago
- 57ddb83 doc/faq.md: document upspin-audit by Rob Pike · 5 years ago
- 8a7d139 cmd/upspin-audit: move from exp repository by Rob Pike · 5 years ago
- a402c23 cmd/upspin: add -overwrite flag to upspin cp by Andrew Gerrand · 5 years ago
- cab68a3 dir/dircache: log any event that wipes the cache by Dave Presotto · 5 years ago
- 05bb4c9 cmd/upspinfs: return ENOENT for unparsable upspin names by David Presotto · 5 years ago
- b0f4e07 cmd/cacheserver,dir/dircache: check access before put or delete by Dave Presotto · 5 years ago
- 0af281d dir/server/serverlog: stabilize root backup reference by Eric Grosse · 5 years ago