1. 0455786 webdav: skip test that fails with gccgo by Michael Hudson-Doyle · 9 years ago
  2. d7bf354 webdav: respect the Handler.Prefix in confirmLocks. by Nigel Tao · 9 years ago
  3. 30db966 webdav: set 'getlastmodified' live property for directories by H. İbrahim Güngör · 9 years ago
  4. e45385e webdav: have the exported API use the standard library's xml.Name type. by Nigel Tao · 9 years ago
  5. 8f3641d webdav: rename the "etc/internal/xml" import. by Nigel Tao · 9 years ago
  6. bcb71dd webdav: run "gofmt -s" to simplify some tests. by Nigel Tao · 9 years ago
  7. 9622a22 webdav: fill in the package's doc comment. by Nigel Tao · 9 years ago
  8. e000e3c webdav: remove runtime check for Go 1.4 or earlier. by Nigel Tao · 9 years ago
  9. d75b190 webdav: fix props for directory by Yasuhiro Matsumoto · 9 years ago
  10. 55cccaa x/net/webdav: percent-encode D:href in the XML. by Yasuhiro Matsumoto · 9 years ago
  11. db8e4de webdav: improve support for url prefixes by Federico Simoncelli · 10 years ago
  12. 6ba52e3 webdav: skip TestDir on nacl by Mikio Hara · 10 years ago
  13. 7b0ed26 webdav: disable TestDir on Plan 9 by Mikio Hara · 10 years ago
  14. 3a29182 webdav: use an internal fork of encoding/xml. by Nigel Tao · 10 years ago
  15. 34ff4cd webdav: make it work for Mini-Redirector, emit namespace-prefixed XML. by mpl · 10 years ago
  16. 9339372 webdav: Refactor XML normalisation for use with multistatusWriter tests. by Robert Stepanek · 10 years ago
  17. 3cffaba webdav: Refactor property value unmarshaller for reuse with lockInfo. by Robert Stepanek · 10 years ago
  18. dfcbca9 webdav: if TestReadProppatch fails, print InnerXML as a string. by Nigel Tao · 10 years ago
  19. 84afb0a webdav: Advertise exclusive write locks in supportedlock property. by Robert Stepanek · 10 years ago
  20. 589db58 webdav: let DeadPropsHolder.DeadProps return an error. by Nigel Tao · 10 years ago
  21. 6fbb23f webdav: have copyFiles copy dead properties. by Nigel Tao · 10 years ago
  22. 610bfee webdav: Simplify handling of Etag and Content-Type headers for GET, HEAD, by Robert Stepanek · 10 years ago
  23. 4dbd2a1 webdav: Return HTTP 404 for PROPFIND/PROPPATCH requests on an inexistent by Robert Stepanek · 10 years ago
  24. 7ca853d webdav: add StripPrefix. by Nigel Tao · 10 years ago
  25. ad9eb39 webdav: delete the PropSystem and MemPS types. by Nigel Tao · 10 years ago
  26. 7212a08 webdav: special-case the propfind_invalid2 litmus test. by Nigel Tao · 10 years ago
  27. 72bfdce webdav: make properties belong to the File(System), not a PropSystem. by Nigel Tao · 10 years ago
  28. 5273a78 webdav: skip XML-related tests on Go 1.4. by Nigel Tao · 10 years ago
  29. a8c6199 webdav: Add PROPPATCH support to in-memory property system. by Robert Stepanek · 10 years ago
  30. d175081 webdav: Support empty multistatus responses and simplify error handling. by Robert Stepanek · 10 years ago
  31. 4977ec3 webdav: use path.Join instead of filepath.Join in walkFS by Alex Brainman · 10 years ago
  32. 169f422 webdav: Add XML and HTTP handler support for PROPPATCH. by Robert Stepanek · 10 years ago
  33. 84ba27d webdav: add support for (custom) ETags and Content-Type. by Robert Stepanek · 10 years ago
  34. 7dbad50 webdav: define property system and implement PROPFIND. by Robert Stepanek · 10 years ago
  35. 6dc0abc webdav: fix XML golden tests for encoding/xml xmlns change. by Robert Stepanek · 10 years ago
  36. 0075794 webdav: implement memLS.Confirm. by Nigel Tao · 10 years ago
  37. 5b4754d webdav: factor out a moveFiles function, and make the tests call that by Nigel Tao · 10 years ago
  38. 074db39 webdav: fix some "go vet" warnings. by Nigel Tao · 10 years ago
  39. 614fbbe webdav: log a non-nil error for unsupported HTTP methods. by Nigel Tao · 10 years ago
  40. 1cd7b71 webdav: return 500 Internal Server Error and not 404 Not Found or 403 by Nigel Tao · 10 years ago
  41. 5feaa29 webdav: set headers *before* calling w.WriteHeader. by Nigel Tao · 10 years ago
  42. a41a0cf webdav: log the X-Litmus header in the litmus_test_server. by Nigel Tao · 10 years ago
  43. 1dfe791 webdav: advertise PUT for existing files by Robert Stepanek · 10 years ago
  44. 5bde260 webdav: run path.Clean over a memLS' saved LockDetails. by Nigel Tao · 10 years ago
  45. 2033b3a webdav: set the Lock-Token HTTP header when LOCKing existing files, not by Nigel Tao · 10 years ago
  46. 2f7c1cc webdav: remove unnecessary "n.byExpiryIndex = -1". by Nigel Tao · 10 years ago
  47. cd21676 webdav: implement COPY and MOVE. by Nigel Tao · 10 years ago
  48. b8c11bb webdav: implement multistatus response and property. by Robert Stepanek · 10 years ago
  49. 0fd82b9 webdav: collect expired memLS nodes. by Nigel Tao · 10 years ago
  50. 3bf99b6 webdav: make the memFS (not the memFSNode) the canonical source of a file name. by Nigel Tao · 10 years ago
  51. 6f62f42 webdav: implement parseTimeout. by Nigel Tao · 10 years ago
  52. d46df1a webdav: added xml unmarshaler for PROPFIND requests. by Robert Stepanek · 10 years ago
  53. 8b2d0ae webdav: add a FileSystem.Rename method. by Nigel Tao · 10 years ago
  54. 5a08939 webdav: add a litmus test server. by Nigel Tao · 10 years ago
  55. 1db34d8 webdav: test that Dir and memFS semantics agree. by Nigel Tao · 10 years ago
  56. dc4a180 webdav: allow opening the memFS root file "/". by Nigel Tao · 10 years ago
  57. 67f2549 webdav: implement parseDepth; restrict LockDetails' depth to only zero by Nigel Tao · 10 years ago
  58. 46077d3 webdav: first cut of a memLS implementation. by Nigel Tao · 10 years ago
  59. 0000f67 webdav: make memFile.Write allocate less often. by Nigel Tao · 10 years ago
  60. d8b496d webdav: fix memFile.Write to advance the file position. by Nigel Tao · 10 years ago
  61. 174cd93 Merge "webdav: add memFS, an initial implementation of an in-memory filesystem." by Nigel Tao · 10 years ago
  62. 7b488c1 webdav: fixes for RFC/litmus compliance. by Nick Cooper · 10 years ago
  63. 3eb064e webdav: add memFS, an initial implementation of an in-memory filesystem. by Nick Cooper · 10 years ago
  64. 8aa6e20 net: add import comments. by David Symonds · 10 years ago
  65. 240cea5 x/net/webdav: add a Dir type, analogous to http.Dir. by Nigel Tao · 10 years ago
  66. baf9fd4 go.net/webdav: new Handler, FileSystem, LockSystem and lockInfo types. by Nigel Tao · 10 years ago
  67. d0b72ff go.net/webdav: new package. by Nigel Tao · 10 years ago