0.1.0
Pre-release
Pre-release
go-webdav v0.1.0
This is the initial go-webdav pre-release, for use by packages which
already depend on it. Note that the library will be completely
re-written for 0.2.0.
Dmitri Shuralyov (1):
carddav: Remove duplicate package comment
Konstantin Chukhlomin (1):
Removed extra logging from carddav
Simon Ser (4):
Add go.mod
Rename webdav.go to server.go
carddav: improve error handling
webdav: fix propfind decode errors
emersion (18):
Initial commit
Imported from golang.org/x/net/webdav, removed encoding/xml fork
Allow nil LockSystem
carddav: first commit
carddav: add Stat to AddressObject interface
Use AddressObject.Stat if supported
carddav: add AddressBook.Info
Add ref to RFC in package doc
webdav: remove DAV: prefix hack
webdav: remove outdated comments
Expose MultistatusWriter
carddav: add support for REPORT addressbook-multiget, fixes #2
carddav: go fmt
Add godoc badge to README
carddav: PUT support
carddav: remove .vcf extension
carddav: cache file contents when opening it
carddav: add AddressObject.Remove