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