- 0455786 webdav: skip test that fails with gccgo by Michael Hudson-Doyle · 9 years ago
- d7bf354 webdav: respect the Handler.Prefix in confirmLocks. by Nigel Tao · 9 years ago
- 30db966 webdav: set 'getlastmodified' live property for directories by H. İbrahim Güngör · 9 years ago
- e45385e webdav: have the exported API use the standard library's xml.Name type. by Nigel Tao · 9 years ago
- 8f3641d webdav: rename the "etc/internal/xml" import. by Nigel Tao · 9 years ago
- bcb71dd webdav: run "gofmt -s" to simplify some tests. by Nigel Tao · 9 years ago
- 9622a22 webdav: fill in the package's doc comment. by Nigel Tao · 9 years ago
- e000e3c webdav: remove runtime check for Go 1.4 or earlier. by Nigel Tao · 9 years ago
- d75b190 webdav: fix props for directory by Yasuhiro Matsumoto · 9 years ago
- 55cccaa x/net/webdav: percent-encode D:href in the XML. by Yasuhiro Matsumoto · 9 years ago
- db8e4de webdav: improve support for url prefixes by Federico Simoncelli · 10 years ago
- 6ba52e3 webdav: skip TestDir on nacl by Mikio Hara · 10 years ago
- 7b0ed26 webdav: disable TestDir on Plan 9 by Mikio Hara · 10 years ago
- 3a29182 webdav: use an internal fork of encoding/xml. by Nigel Tao · 10 years ago
- 34ff4cd webdav: make it work for Mini-Redirector, emit namespace-prefixed XML. by mpl · 10 years ago
- 9339372 webdav: Refactor XML normalisation for use with multistatusWriter tests. by Robert Stepanek · 10 years ago
- 3cffaba webdav: Refactor property value unmarshaller for reuse with lockInfo. by Robert Stepanek · 10 years ago
- dfcbca9 webdav: if TestReadProppatch fails, print InnerXML as a string. by Nigel Tao · 10 years ago
- 84afb0a webdav: Advertise exclusive write locks in supportedlock property. by Robert Stepanek · 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
- 610bfee webdav: Simplify handling of Etag and Content-Type headers for GET, HEAD, by Robert Stepanek · 10 years ago
- 4dbd2a1 webdav: Return HTTP 404 for PROPFIND/PROPPATCH requests on an inexistent by Robert Stepanek · 10 years ago
- 7ca853d webdav: add StripPrefix. by Nigel Tao · 10 years ago
- ad9eb39 webdav: delete the PropSystem and MemPS types. by Nigel Tao · 10 years ago
- 7212a08 webdav: special-case the propfind_invalid2 litmus test. by Nigel Tao · 10 years ago
- 72bfdce webdav: make properties belong to the File(System), not a PropSystem. by Nigel Tao · 10 years ago
- 5273a78 webdav: skip XML-related tests on Go 1.4. by Nigel Tao · 10 years ago
- a8c6199 webdav: Add PROPPATCH support to in-memory property system. by Robert Stepanek · 10 years ago
- d175081 webdav: Support empty multistatus responses and simplify error handling. by Robert Stepanek · 10 years ago
- 4977ec3 webdav: use path.Join instead of filepath.Join in walkFS by Alex Brainman · 10 years ago
- 169f422 webdav: Add XML and HTTP handler support for PROPPATCH. by Robert Stepanek · 10 years ago
- 84ba27d webdav: add support for (custom) ETags and Content-Type. by Robert Stepanek · 10 years ago
- 7dbad50 webdav: define property system and implement PROPFIND. by Robert Stepanek · 10 years ago
- 6dc0abc webdav: fix XML golden tests for encoding/xml xmlns change. by Robert Stepanek · 10 years ago
- 0075794 webdav: implement memLS.Confirm. by Nigel Tao · 10 years ago
- 5b4754d webdav: factor out a moveFiles function, and make the tests call that by Nigel Tao · 10 years ago
- 074db39 webdav: fix some "go vet" warnings. by Nigel Tao · 10 years ago
- 614fbbe webdav: log a non-nil error for unsupported HTTP methods. 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
- 5feaa29 webdav: set headers *before* calling w.WriteHeader. by Nigel Tao · 10 years ago
- a41a0cf webdav: log the X-Litmus header in the litmus_test_server. by Nigel Tao · 10 years ago
- 1dfe791 webdav: advertise PUT for existing files by Robert Stepanek · 10 years ago
- 5bde260 webdav: run path.Clean over a memLS' saved LockDetails. by Nigel Tao · 10 years ago
- 2033b3a webdav: set the Lock-Token HTTP header when LOCKing existing files, not by Nigel Tao · 10 years ago
- 2f7c1cc webdav: remove unnecessary "n.byExpiryIndex = -1". by Nigel Tao · 10 years ago
- cd21676 webdav: implement COPY and MOVE. by Nigel Tao · 10 years ago
- b8c11bb webdav: implement multistatus response and property. by Robert Stepanek · 10 years ago
- 0fd82b9 webdav: collect expired memLS nodes. 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
- 6f62f42 webdav: implement parseTimeout. by Nigel Tao · 10 years ago
- d46df1a webdav: added xml unmarshaler for PROPFIND requests. by Robert Stepanek · 10 years ago
- 8b2d0ae webdav: add a FileSystem.Rename method. by Nigel Tao · 10 years ago
- 5a08939 webdav: add a litmus test server. 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
- 67f2549 webdav: implement parseDepth; restrict LockDetails' depth to only zero by Nigel Tao · 10 years ago
- 46077d3 webdav: first cut of a memLS implementation. 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
- 174cd93 Merge "webdav: add memFS, an initial implementation of an in-memory filesystem." by Nigel Tao · 10 years ago
- 7b488c1 webdav: fixes for RFC/litmus compliance. by Nick Cooper · 10 years ago
- 3eb064e webdav: add memFS, an initial implementation of an in-memory filesystem. by Nick Cooper · 10 years ago
- 8aa6e20 net: add import comments. by David Symonds · 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
- d0b72ff go.net/webdav: new package. by Nigel Tao · 10 years ago