1. 0455786 webdav: skip test that fails with gccgo by Michael Hudson-Doyle · 9 years ago
  2. e45385e webdav: have the exported API use the standard library's xml.Name type. by Nigel Tao · 9 years ago
  3. 6ba52e3 webdav: skip TestDir on nacl by Mikio Hara · 10 years ago
  4. 7b0ed26 webdav: disable TestDir on Plan 9 by Mikio Hara · 10 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. 7dbad50 webdav: define property system and implement PROPFIND. by Robert Stepanek · 10 years ago
  9. 5b4754d webdav: factor out a moveFiles function, and make the tests call that by Nigel Tao · 10 years ago
  10. cd21676 webdav: implement COPY and MOVE. by Nigel Tao · 10 years ago
  11. 3bf99b6 webdav: make the memFS (not the memFSNode) the canonical source of a file name. by Nigel Tao · 10 years ago
  12. 8b2d0ae webdav: add a FileSystem.Rename method. by Nigel Tao · 10 years ago
  13. 1db34d8 webdav: test that Dir and memFS semantics agree. by Nigel Tao · 10 years ago
  14. dc4a180 webdav: allow opening the memFS root file "/". by Nigel Tao · 10 years ago
  15. 0000f67 webdav: make memFile.Write allocate less often. by Nigel Tao · 10 years ago
  16. d8b496d webdav: fix memFile.Write to advance the file position. by Nigel Tao · 10 years ago
  17. 3eb064e webdav: add memFS, an initial implementation of an in-memory filesystem. by Nick Cooper · 10 years ago
  18. 240cea5 x/net/webdav: add a Dir type, analogous to http.Dir. by Nigel Tao · 10 years ago