aboutsummaryrefslogtreecommitdiff
path: root/webdav
AgeCommit message (Expand)Author
2015-08-04webdav: skip TestDir on naclMikio Hara
2015-07-30webdav: disable TestDir on Plan 9Mikio Hara
2015-07-29webdav: use an internal fork of encoding/xml.Nigel Tao
2015-06-23webdav: make it work for Mini-Redirector, emit namespace-prefixed XML.mpl
2015-06-16webdav: Refactor XML normalisation for use with multistatusWriter tests.Robert Stepanek
2015-06-12webdav: Refactor property value unmarshaller for reuse with lockInfo.Robert Stepanek
2015-06-10webdav: if TestReadProppatch fails, print InnerXML as a string.Nigel Tao
2015-06-03webdav: Advertise exclusive write locks in supportedlock property.Robert Stepanek
2015-05-29webdav: let DeadPropsHolder.DeadProps return an error.Nigel Tao
2015-05-28webdav: have copyFiles copy dead properties.Nigel Tao
2015-05-28webdav: Simplify handling of Etag and Content-Type headers for GET, HEAD,Robert Stepanek
2015-05-27webdav: Return HTTP 404 for PROPFIND/PROPPATCH requests on an inexistentRobert Stepanek
2015-05-27webdav: add StripPrefix.Nigel Tao
2015-05-22webdav: delete the PropSystem and MemPS types.Nigel Tao
2015-05-21webdav: special-case the propfind_invalid2 litmus test.Nigel Tao
2015-05-20webdav: make properties belong to the File(System), not a PropSystem.Nigel Tao
2015-05-19webdav: skip XML-related tests on Go 1.4.Nigel Tao
2015-04-29webdav: Add PROPPATCH support to in-memory property system.Robert Stepanek
2015-04-23webdav: Support empty multistatus responses and simplify error handling.Robert Stepanek
2015-04-22webdav: use path.Join instead of filepath.Join in walkFSAlex Brainman
2015-04-20webdav: Add XML and HTTP handler support for PROPPATCH.Robert Stepanek
2015-04-09webdav: add support for (custom) ETags and Content-Type.Robert Stepanek
2015-03-20webdav: define property system and implement PROPFIND.Robert Stepanek
2015-03-04webdav: fix XML golden tests for encoding/xml xmlns change.Robert Stepanek
2015-02-10webdav: implement memLS.Confirm.Nigel Tao
2015-02-10webdav: factor out a moveFiles function, and make the tests call thatNigel Tao
2015-02-06webdav: fix some "go vet" warnings.Nigel Tao
2015-02-04webdav: log a non-nil error for unsupported HTTP methods.Nigel Tao
2015-02-04webdav: return 500 Internal Server Error and not 404 Not Found or 403Nigel Tao
2015-02-04webdav: set headers *before* calling w.WriteHeader.Nigel Tao
2015-02-04webdav: log the X-Litmus header in the litmus_test_server.Nigel Tao
2015-02-02webdav: advertise PUT for existing filesRobert Stepanek
2015-02-02webdav: run path.Clean over a memLS' saved LockDetails.Nigel Tao
2015-02-01webdav: set the Lock-Token HTTP header when LOCKing existing files, notNigel Tao
2015-01-30webdav: remove unnecessary "n.byExpiryIndex = -1".Nigel Tao
2015-01-30webdav: implement COPY and MOVE.Nigel Tao
2015-01-27webdav: implement multistatus response and property.Robert Stepanek
2015-01-27webdav: collect expired memLS nodes.Nigel Tao
2015-01-27webdav: make the memFS (not the memFSNode) the canonical source of aNigel Tao
2015-01-21webdav: implement parseTimeout.Nigel Tao
2015-01-20webdav: added xml unmarshaler for PROPFIND requests.Robert Stepanek
2015-01-17webdav: add a FileSystem.Rename method.Nigel Tao
2015-01-17webdav: add a litmus test server.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-09webdav: implement parseDepth; restrict LockDetails' depth to only zeroNigel Tao
2015-01-08webdav: first cut of a memLS implementation.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-06Merge "webdav: add memFS, an initial implementation of an in-memory filesystem."Nigel Tao