1. 146b70c all: add support for zos/s390x by billofarrell · 4 years, 5 months ago
  2. 04ba8c8 webdav: remove Go 1.6 support, use std context by Brad Fitzpatrick · 6 years ago
  3. 4bb47a1 webdav: add Context argument to FileSystem interface by Daniel Theophanes · 8 years ago
  4. e45385e webdav: have the exported API use the standard library's xml.Name type. by Nigel Tao · 9 years ago
  5. 3a29182 webdav: use an internal fork of encoding/xml. by Nigel Tao · 10 years ago
  6. 589db58 webdav: let DeadPropsHolder.DeadProps return an error. by Nigel Tao · 10 years ago
  7. 6fbb23f webdav: have copyFiles copy dead properties. by Nigel Tao · 10 years ago
  8. 72bfdce webdav: make properties belong to the File(System), not a PropSystem. by Nigel Tao · 10 years ago
  9. 4977ec3 webdav: use path.Join instead of filepath.Join in walkFS by Alex Brainman · 10 years ago
  10. 7dbad50 webdav: define property system and implement PROPFIND. by Robert Stepanek · 10 years ago
  11. 5b4754d webdav: factor out a moveFiles function, and make the tests call that by Nigel Tao · 10 years ago
  12. 1cd7b71 webdav: return 500 Internal Server Error and not 404 Not Found or 403 by Nigel Tao · 10 years ago
  13. cd21676 webdav: implement COPY and MOVE. by Nigel Tao · 10 years ago
  14. 3bf99b6 webdav: make the memFS (not the memFSNode) the canonical source of a file name. by Nigel Tao · 10 years ago
  15. 8b2d0ae webdav: add a FileSystem.Rename method. by Nigel Tao · 10 years ago
  16. 1db34d8 webdav: test that Dir and memFS semantics agree. by Nigel Tao · 10 years ago
  17. dc4a180 webdav: allow opening the memFS root file "/". by Nigel Tao · 10 years ago
  18. 0000f67 webdav: make memFile.Write allocate less often. by Nigel Tao · 10 years ago
  19. d8b496d webdav: fix memFile.Write to advance the file position. by Nigel Tao · 10 years ago
  20. 3eb064e webdav: add memFS, an initial implementation of an in-memory filesystem. by Nick Cooper · 10 years ago
  21. 240cea5 x/net/webdav: add a Dir type, analogous to http.Dir. by Nigel Tao · 10 years ago
  22. baf9fd4 go.net/webdav: new Handler, FileSystem, LockSystem and lockInfo types. by Nigel Tao · 10 years ago