1. 345f96a keep history after reset to ToT of master by Bill Rassieur · 9 years ago mirror-goog-studio-master-dev studio-master-dev gradle_2.0.0 gradle_2.3.0 gradle_3.0.0 gradle_3.1.2 studio-2.0 studio-2.0-rc1 studio-2.3 studio-3.0 studio-3.1.2 studio-3.2.1
  2. 66f0418 ipv6: don't refer internal packages in examples by Mikio Hara · 9 years ago gradle_1.5.0 studio-1.5 studio-master-dev_before_26911779 studio-master-dev_before_27917934
  3. b6ee6b3 ipv4: don't refer internal packages in examples by Mikio Hara · 9 years ago
  4. ea66ef9 icmp: don't refer internal packages in examples by Mikio Hara · 9 years ago
  5. b026840 websocket: don't send IPv6 zone identifier in outbound request, per RFC 6874 by Mikio Hara · 9 years ago
  6. 4a71d18 net/trace: add event logs. by Sameer Ajmani · 9 years ago
  7. 1bc0720 context: Add ctxhttp package. by Chris Broadfoot · 9 years ago
  8. b963d28 websocket: handle solicited and unsolicited Ping/Pong frames correctly by Mikio Hara · 9 years ago
  9. 8464987 websocket: add extented payload length check for the case of 7+64 bits by Mikio Hara · 9 years ago
  10. 6ba52e3 webdav: skip TestDir on nacl by Mikio Hara · 9 years ago
  11. 76c2dd9 context: Increase a gccgo-specific alloc limit. by David Symonds · 9 years ago
  12. 19fe7f4 websocket: drop unreachable code by Mikio Hara · 9 years ago
  13. 51854ab websocket: fix build by Mikio Hara · 9 years ago
  14. 46f551b websocket: skip TestClose on Plan 9 by Mikio Hara · 9 years ago
  15. d9b482f websocket: fix mis-handshake in the case of lack of HTTP origin header by Mikio Hara · 9 years ago
  16. 7b0ed26 webdav: disable TestDir on Plan 9 by Mikio Hara · 9 years ago
  17. 3a29182 webdav: use an internal fork of encoding/xml. by Nigel Tao · 9 years ago
  18. b71143c ipv6: fix typo in package documentation by Mikio Hara · 9 years ago
  19. 1e5264d ipv4: fix typo in package documentation by Mikio Hara · 9 years ago
  20. eab13bb ipv6: update icmp parameters by Mikio Hara · 9 years ago
  21. d9eac8b internal/iana: update protocol numbers by Mikio Hara · 9 years ago
  22. 446d52d publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 9 years ago
  23. f0cf018 publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 9 years ago
  24. d9558e5 internal/nettest: fix build on nacl by Mikio Hara · 9 years ago
  25. edab5dc html: Use existing standard library interface internally. by Dmitri Shuralyov · 9 years ago
  26. 8bfde94 netutil: deflake TestLimitListener (again) by Mikio Hara · 9 years ago
  27. af03a19 netutil, internal/nettest: deflake TestLimitListener by Mikio Hara · 9 years ago
  28. 669b27b ipv6: fix multicast socket options on freebsd/arm by Mikio Hara · 9 years ago
  29. c135eec ipv4: fix multicast socket options on freebsd/arm by Mikio Hara · 9 years ago
  30. 34ff4cd webdav: make it work for Mini-Redirector, emit namespace-prefixed XML. by mpl · 9 years ago
  31. 38f3db3 trace: Add NewContext and FromContext functions. by David Symonds · 9 years ago
  32. 1057609 ipv6: simplify init function for freebsd by Mikio Hara · 9 years ago
  33. dab7b16 ipv4: simplify init function for freebsd by Mikio Hara · 9 years ago
  34. d375fa3 ipv6: fix multicast socket options on freebsd/386 on amd64 by Mikio Hara · 9 years ago
  35. 4d302b6 ipv4: fix multicast socket options on freebsd/386 on amd64 by Mikio Hara · 9 years ago
  36. 9339372 webdav: Refactor XML normalisation for use with multistatusWriter tests. by Robert Stepanek · 9 years ago
  37. 3cffaba webdav: Refactor property value unmarshaller for reuse with lockInfo. by Robert Stepanek · 9 years ago
  38. dfcbca9 webdav: if TestReadProppatch fails, print InnerXML as a string. by Nigel Tao · 9 years ago
  39. dfe268f trace: Fix IPv6 local address detection. by David Symonds · 9 years ago
  40. e562cdb trace: New package. by David Symonds · 9 years ago
  41. a19b75a internal/timeseries: New package. by David Symonds · 9 years ago
  42. 84afb0a webdav: Advertise exclusive write locks in supportedlock property. by Robert Stepanek · 9 years ago
  43. 8d61702 websocket: fix a minor grammar issue in a comment. by Nigel Tao · 9 years ago
  44. a74a067 icmp: fix ListenPacket shadowing bug. by Nigel Tao · 9 years ago
  45. 589db58 webdav: let DeadPropsHolder.DeadProps return an error. by Nigel Tao · 9 years ago
  46. 6fbb23f webdav: have copyFiles copy dead properties. by Nigel Tao · 9 years ago
  47. 610bfee webdav: Simplify handling of Etag and Content-Type headers for GET, HEAD, by Robert Stepanek · 9 years ago
  48. 4dbd2a1 webdav: Return HTTP 404 for PROPFIND/PROPPATCH requests on an inexistent by Robert Stepanek · 9 years ago
  49. 7ca853d webdav: add StripPrefix. by Nigel Tao · 9 years ago
  50. bdcab5d icmp: add missing attribute length check by Mikio Hara · 9 years ago
  51. 621fff3 icmp: more coverage to ping test by Mikio Hara · 9 years ago
  52. ad9eb39 webdav: delete the PropSystem and MemPS types. by Nigel Tao · 9 years ago
  53. 7212a08 webdav: special-case the propfind_invalid2 litmus test. by Nigel Tao · 9 years ago
  54. 72bfdce webdav: make properties belong to the File(System), not a PropSystem. by Nigel Tao · 9 years ago
  55. 5273a78 webdav: skip XML-related tests on Go 1.4. by Nigel Tao · 9 years ago
  56. bb64f4d x/net/websocket: always close underlying connection on ws.Close by Dave Cheney · 9 years ago
  57. 5aa7325 ipv6: fix build on linux/arm64 by Mikio Hara · 9 years ago
  58. d1d6947 ipv4: fix build on linux/arm64 by Mikio Hara · 9 years ago
  59. e0403b4 html/charset/testdata: update licensing info in README by Ian Lance Taylor · 9 years ago
  60. a8c6199 webdav: Add PROPPATCH support to in-memory property system. by Robert Stepanek · 9 years ago
  61. ff8eb9a spdy: delete package by Brad Fitzpatrick · 9 years ago
  62. d175081 webdav: Support empty multistatus responses and simplify error handling. by Robert Stepanek · 9 years ago
  63. 4977ec3 webdav: use path.Join instead of filepath.Join in walkFS by Alex Brainman · 9 years ago
  64. 169f422 webdav: Add XML and HTTP handler support for PROPPATCH. by Robert Stepanek · 9 years ago
  65. 84ba27d webdav: add support for (custom) ETags and Content-Type. by Robert Stepanek · 9 years ago
  66. 6460565 x/net/html/charset: Change NewReaderByName to NewReaderLabel. by Andy Balholm · 9 years ago
  67. 7dbad50 webdav: define property system and implement PROPFIND. by Robert Stepanek · 9 years ago
  68. 2ad7428 ipv6: add support for linux/arm64 by Mikio Hara · 9 years ago
  69. efd6492 ipv4: add support for linux/arm64 by Mikio Hara · 9 years ago
  70. 0b492c5 net: add codereview.cfg by Josh Bleecher Snyder · 9 years ago
  71. 97d8e4e ipv6: fix build on go1.4 and below by Mikio Hara · 9 years ago
  72. ff099b4 ipv4: fix build on go1.4 and below by Mikio Hara · 9 years ago
  73. d6e0d5f ipv6: add support for linux/{ppc64,ppc64le} by Mikio Hara · 9 years ago
  74. b0dddd4 ipv4: add support for linux/{ppc64,ppc64le} by Mikio Hara · 9 years ago
  75. 13b0908 websocket: fix socket leak in the case of negotiation failure by Mikio Hara · 9 years ago
  76. 6dc0abc webdav: fix XML golden tests for encoding/xml xmlns change. by Robert Stepanek · 9 years ago
  77. 3d87fd6 x/net/html: Sync the html parser and atom with the current whatwg spec by Dmitry Savintsev · 9 years ago
  78. b6fdb7d context: Be clear that users must cancel the result of WithCancel. by Aaron Jacobs · 9 years ago
  79. 9472249 doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  80. 2461baf Initial empty repository by Bill Yi · 9 years ago
  81. 59b0df9 net/context: Don't leak goroutines in Done example. by Bryan C. Mills · 9 years ago main master studio-1.3-release studio-1.4-release studio-master-release gradle_1.3.0-beta1 gradle_1.3.0-beta2 gradle_1.3.0-beta3 gradle_1.3.0-beta4 gradle_1.3.1
  82. ec18079 x/net/html/charset: add NewReaderByName by Andy Balholm · 9 years ago
  83. 0075794 webdav: implement memLS.Confirm. by Nigel Tao · 9 years ago
  84. 5b4754d webdav: factor out a moveFiles function, and make the tests call that by Nigel Tao · 9 years ago
  85. f090b05 context: fix removal of cancelled timer contexts from parent by Damien Neil · 9 years ago
  86. c84eff7 icmp: add extensions for interface and next-hop identification by Mikio Hara · 9 years ago
  87. d534621 net/context: Don't accept a context in the DoSomethingSlow example. by Aaron Jacobs · 9 years ago
  88. 71586c3 icmp: add extensions for MPLS by Mikio Hara · 9 years ago
  89. 074db39 webdav: fix some "go vet" warnings. by Nigel Tao · 9 years ago
  90. 614fbbe webdav: log a non-nil error for unsupported HTTP methods. by Nigel Tao · 9 years ago
  91. 1cd7b71 webdav: return 500 Internal Server Error and not 404 Not Found or 403 by Nigel Tao · 9 years ago
  92. 5feaa29 webdav: set headers *before* calling w.WriteHeader. by Nigel Tao · 9 years ago
  93. a41a0cf webdav: log the X-Litmus header in the litmus_test_server. by Nigel Tao · 9 years ago
  94. 1dfe791 webdav: advertise PUT for existing files by Robert Stepanek · 9 years ago
  95. 5bde260 webdav: run path.Clean over a memLS' saved LockDetails. by Nigel Tao · 9 years ago
  96. 2033b3a webdav: set the Lock-Token HTTP header when LOCKing existing files, not by Nigel Tao · 9 years ago
  97. 9dd48c2 ipv6: remove unnecessary double quotations from test messages by Mikio Hara · 9 years ago
  98. 200fa7c ipv4: remove unnecessary double quotations from test messages by Mikio Hara · 9 years ago
  99. 2f7c1cc webdav: remove unnecessary "n.byExpiryIndex = -1". by Nigel Tao · 9 years ago
  100. cd21676 webdav: implement COPY and MOVE. by Nigel Tao · 9 years ago