aboutsummaryrefslogtreecommitdiff
path: root/webdav/file.go
AgeCommit message (Expand)Author
2015-02-10webdav: factor out a moveFiles function, and make the tests call thatNigel Tao
2015-02-04webdav: return 500 Internal Server Error and not 404 Not Found or 403Nigel Tao
2015-01-30webdav: implement COPY and MOVE.Nigel Tao
2015-01-27webdav: make the memFS (not the memFSNode) the canonical source of aNigel Tao
2015-01-17webdav: add a FileSystem.Rename method.Nigel Tao
2015-01-16webdav: test that Dir and memFS semantics agree.Nigel Tao
2015-01-15webdav: allow opening the memFS root file "/".Nigel Tao
2015-01-07webdav: make memFile.Write allocate less often.Nigel Tao
2015-01-06webdav: fix memFile.Write to advance the file position.Nigel Tao
2015-01-05webdav: add memFS, an initial implementation of an in-memoryNick Cooper
2014-11-14x/net/webdav: add a Dir type, analogous to http.Dir.Nigel Tao
2014-11-11go.net/webdav: new Handler, FileSystem, LockSystem and lockInfo types.Nigel Tao