- Jul 20, 2019
-
-
Adphi authored
-
- Jan 03, 2019
-
-
vitalii authored
-
- Dec 30, 2018
-
-
vitalii authored
-
- Dec 29, 2018
-
-
vitalii authored
-
- Nov 08, 2018
-
-
yatsen1 authored
-
- Oct 24, 2018
-
-
vitalii authored
RFC 2518 was removed because it is obsolete RFC 4918 was added because it is actual RFC 5689 was added because it updates RFC 4918
-
- Oct 22, 2018
- Oct 21, 2018
-
-
vitalii authored
-
vitalii authored
http.Do() method will return non-nil [error] in following cases: 1. Request is nil 2. Response missing Location header 3. Client failed to parse Location header 4. Method "request.GetBody()" returns error 5. Http.Client.Send() returns error 5. Client timeout was exceeded Signed-off-by:
Christoph Polcin <labs@polcin.de>
-
- Oct 20, 2018
-
-
vitalii authored
-
- Jul 17, 2018
-
-
vitalii authored
-
- Jul 13, 2018
-
-
Christoph Polcin authored
-
Vitalii authored
* method for creating parent collection was added to Client struct "func (c *Client) createParentCollection(itemPath string) error" was added to request.go file * using Client's method to create parent collection in following methods: Client.Write() Client.WriteStream() Client.copymove() deadlock is impossible in method Client.copymove() because of paragraph #6 section 9.8.5 (https://tools.ietf.org/html/rfc4918#section-9.8.5) and paragraph #6 section 9.9.4 (https://tools.ietf.org/html/rfc4918#section-9.9.4) of RFC 4918 (https://tools.ietf.org/html/rfc4918) * install dependencies script was added to Travis-CI file * testing was added to Travis-CI file * error wrapping was removed from Client.put() method * using an early return on error in case of 409 in Client.Write() method
-
Christoph Polcin authored
-
Christoph Polcin authored
-
- Jul 11, 2018
-
-
vitalii authored
-
- Jul 10, 2018
-
-
Vitalii authored
Digest authentication was improved
-
- Jul 08, 2018
-
-
Vitalii authored
-
Vitalii authored
issue title: "Can't upload file with content" https://github.com/studio-b12/gowebdav/issues/20
-
- Jun 21, 2018
- Jun 20, 2018
- Jun 19, 2018
-
-
vitalii authored
-
vitalii authored
gitignore: .idea folder and *.exe files was added
-
Christoph Polcin authored
-
Christoph Polcin authored
-
- Jun 18, 2018
-
-
David authored
-
- Jun 14, 2018
-
-
vitalii authored
-
- Jun 10, 2018
-
-
misha-plus authored
-
- May 25, 2018
-
-
Aaron Bieber authored
-
Christoph Polcin authored
-