1. 7fd8e65 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years ago
  2. e590880 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years ago
  3. f8dd838 internal/socket: reuse buffers in recv/sendMsgs by Matthias Frei · 3 years ago
  4. aec3718 idna: allow specifying CheckHyphens and CheckJoiners by Timothy Gu · 3 years, 5 months ago
  5. 89ef3d9 http/httpguts: remove recursion in HeaderValuesContainsToken by Katie Hockman · 3 years ago
  6. 85d9c07 route: retry FetchRIB a few times in case data grows by Brad Fitzpatrick · 3 years ago
  7. 5f58ad6 ipv4: use type IPMreqn from x/sys/unix by Tobias Klauser · 3 years ago
  8. e997de6 internal/socket: add ppc system call definitions, for use with gccgo by Ben Hutchings · 3 years ago
  9. 4e50805 internal/socket: use larger buffers in race test by Ian Lance Taylor · 3 years, 1 month ago
  10. 2554d15 internal/socket: use SizeofSockaddrInet{4,6} constants from x/sys/unix by Tobias Klauser · 3 years, 1 month ago
  11. 798c215 ipv6: use all socket option consts from x/sys/unix by Tobias Klauser · 3 years, 1 month ago
  12. d25e304 ipv4: use all socket option consts from x/sys/unix by Tobias Klauser · 3 years, 1 month ago
  13. e915ea6 internal/socket: more logging for TestRace by Ian Lance Taylor · 3 years, 1 month ago
  14. 0645797 http2: update curl download location in Dockerfile by David Black · 3 years, 1 month ago
  15. afb366f go.mod: bump golang.org/x/text to v0.3.6 by Tobias Klauser · 3 years, 1 month ago
  16. a5a99cb internal/socket: use interface not type assertions to infer a wrapped net.Conn's kind by Marten Seemann · 3 years, 6 months ago
  17. 0fccb6f ipv6: use socket option consts from x/sys/unix on netbsd, openbsd and dragonfly by Tobias Klauser · 3 years, 1 month ago
  18. 41e9268 ipv4: use socket option consts from x/sys/unix on dragonfly by Tobias Klauser · 3 years, 1 month ago
  19. cb1fcc7 ipv6: use socket option consts from x/sys/unix on freebsd by Tobias Klauser · 3 years, 1 month ago
  20. e572328 go.mod: update golang.org/x/sys to v0.0.0-20210330210617-4fbd30eecc44 by Tobias Klauser · 3 years, 1 month ago
  21. cd0ac97 dns/dnsmessage: add RFC3597-inspired UnknownResource type by Dan McArdle · 3 years, 7 months ago
  22. c8897c2 ipv4: use IP_PKTINFO const from x/sys/unix by Tobias Klauser · 3 years, 1 month ago
  23. 22f4162 ipv6: use socket option consts from x/sys/unix on aix by Tobias Klauser · 3 years, 1 month ago
  24. df645c7 ipv6: enable IPV6_PATHMTU and IPV6_TCLASS tests on darwin/ios by Tobias Klauser · 3 years, 1 month ago
  25. db2394d ipv6: use socket option consts from x/sys/unix on darwin by Tobias Klauser · 3 years, 1 month ago
  26. 53308fa ipv6: use socket option consts from x/sys/unix on linux by Tobias Klauser · 3 years, 1 month ago
  27. 61e0566 ipv4: use socket option consts from x/sys/unix on zos by Tobias Klauser · 3 years, 1 month ago
  28. 6ef6e9b ipv4: use socket option consts from x/sys/unix on aix by Tobias Klauser · 3 years, 1 month ago
  29. 6b15177 ipv4: use socket option consts from x/sys/unix on solaris by Tobias Klauser · 3 years, 1 month ago
  30. ef31e18 ipv4: use socket option consts from x/sys/unix on netbsd and openbsd by Tobias Klauser · 3 years, 1 month ago
  31. f475aed ipv4: use socket option consts from x/sys/unix on freebsd by Tobias Klauser · 3 years, 1 month ago
  32. d1beb07 ipv4: use socket option consts from x/sys/unix on linux by Tobias Klauser · 3 years, 1 month ago
  33. 3061449 go.mod: update golang.org/x/sys to v0.0.0-20210324051608 by Tobias Klauser · 3 years, 1 month ago
  34. 2c4c8ec ipv4: use socket option consts from x/sys/unix on darwin by Tobias Klauser · 3 years, 2 months ago
  35. 08027d5 internal/socket: skip known flaky TestRace by Tobias Klauser · 3 years, 2 months ago
  36. d523dce ipv4, ipv6: use IP_* socket option constants from x/sys/windows by Tobias Klauser · 3 years, 2 months ago
  37. 34ac3e1 ipv4: remove unused type inetPktinfo by Tobias Klauser · 3 years, 2 months ago
  38. e18ecbb http2/h2c: Respect the req.Context() by Luke Shumaker · 3 years, 3 months ago
  39. 39120d0 http2: discard DATA frames with higher stream IDs during graceful shutdown by Ashish Bhate · 3 years, 11 months ago
  40. 3d97a24 internal/socket: check for EWOULDBLOCK on all platforms by Tobias Klauser · 3 years, 2 months ago
  41. 9060382 http2: rework Ping test to rely less on timing by Michael Fraenkel · 3 years, 6 months ago
  42. 5f55cee all: go fmt ./... by Russ Cox · 3 years, 3 months ago
  43. 5f4716e ipv6: skip known-failing tests on openbsd-{arm,arm64,mips64}-jsing builders by Tobias Klauser · 3 years, 4 months ago
  44. 6772e93 ipv6: skip known-failing tests on OpenBSD 6.8 builders by Dmitri Shuralyov · 3 years, 5 months ago
  45. 986b41b publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years, 5 months ago
  46. ac852fb http2/h2i: use x/term instead of x/crypto/ssh/terminal by Tobias Klauser · 3 years, 5 months ago
  47. 747e238 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 5 months ago
  48. c7110b5 internal/socket: add support for openbsd/mips64 by Tobias Klauser · 3 years, 5 months ago
  49. 5d6afe9 http2: send a nil error if we cancel a delayed body write by Michael Fraenkel · 3 years, 6 months ago
  50. 69a7880 http2: remove the timeout since we don't know a good value by Michael Fraenkel · 3 years, 6 months ago
  51. a11eb1b http2: wait for both client and server funcs by Michael Fraenkel · 3 years, 6 months ago
  52. ff519b6 net/http2: wait until the request body has been written by Michael Fraenkel · 3 years, 8 months ago
  53. 28c70e6 html: port html5lib tests from html5lib/html5lib-tests by Kunpei Sakai · 3 years, 7 months ago
  54. 942e2f4 html: avoid using raw text mode even when nested noscript tags by Kunpei Sakai · 3 years, 7 months ago
  55. 8adf50f html: avoid using raw text mode if there are raw tags to be ignored in select IM by Kunpei Sakai · 3 years, 6 months ago
  56. e049550 html: skip tests for behavior outside the parsing algorithm by Kunpei Sakai · 3 years, 6 months ago
  57. 8eef523 idna: upgrade to Unicode 13 by Marcel van Lohuizen · 3 years, 6 months ago
  58. 146b70c all: add support for zos/s390x by billofarrell · 3 years, 7 months ago
  59. be3efd7 net/http2: wait for test goroutines to complete by Michael Fraenkel · 3 years, 8 months ago
  60. 08b3837 http2: add ConfigureTransports by Damien Neil · 3 years, 7 months ago
  61. f585440 http2: close Transport connection on write errors by Michael Fraenkel · 3 years, 10 months ago
  62. d65d470 html: remove a few attributes from svg attribute adjustments by Kunpei Sakai · 3 years, 7 months ago
  63. 7b1cca2 http/httpproxy: match http scheme when selecting http_proxy by Michael Fraenkel · 3 years, 9 months ago
  64. 4f7140c html: add comments indicating that these have been removed from the spec by Kunpei Sakai · 3 years, 7 months ago
  65. dbdefad ipv4: refactor multicast tests to use subtests by Tamir Duberstein · 3 years, 7 months ago
  66. 59f7323 xsrftoken: add custom timeout support for valid func by Alexey Vilenski · 3 years, 7 months ago
  67. a7d1128 go.mod: bump golang.org/x/text to v0.3.3 by Radek Simko · 3 years, 7 months ago
  68. 0a1ea39 internal/socket: use Cmsg{Len,Space} from golang.org/x/sys/unix by Tobias Klauser · 3 years, 7 months ago
  69. 3d0752d go.mod: update golang.org/x/sys to v0.0.0-20200930185726-fdedc70b468f by Tobias Klauser · 3 years, 7 months ago
  70. 4acb6c0 internal/socket: use correct cmsg alignment for netbsd/arm64 by Tobias Klauser · 3 years, 7 months ago
  71. 5d4f700 net/http2: send WINDOW_UPDATE on a body's write failure by Michael Fraenkel · 3 years, 9 months ago
  72. 05aa5d4 internal/socket, route: drop support for pre-1.12 direct syscalls on darwin by Tobias Klauser · 3 years, 8 months ago
  73. 328152d all: add GOOS=ios by Cherry Zhang · 3 years, 8 months ago
  74. 62affa3 x/net/http2: reject HTTP/2 Content-Length headers containing a sign by Paschalis Tsilias · 4 years ago
  75. c890458 net/http2: fix erringRoundTripper by Michael Fraenkel · 3 years, 10 months ago
  76. 3edf25e publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years, 9 months ago
  77. ab34263 dns/dnsmessage: remove use of fmt that crept in by Russ Cox · 3 years, 10 months ago
  78. 4c52546 all: update golang.org/x/crypto to v0.0.0-20200622213623-75b288015ac9 by Brad Fitzpatrick · 3 years, 11 months ago
  79. 627f964 x/net/http2: don't rely on TCP CloseWrite in tests on Plan 9 by Richard Miller · 4 years ago
  80. 3c3fba1 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 4 years ago
  81. 0ba52f6 http2: perform connection health check by Chao Xu · 4 years, 2 months ago
  82. 59133d7 http2: read request in TestTransportBodyLargerThanXXX by Ian Lance Taylor · 4 years ago
  83. d87ec0c http2: skip OS-dependent tests on Plan 9 by Richard Miller · 4 years ago
  84. a91f071 icmp, webdav/internal/xml: avoid string(int) by Brad Fitzpatrick · 4 years ago
  85. 7e3656a ipv4: remove unused const maxHeaderLen by Tobias Klauser · 4 years ago
  86. 1ed2336 http2: use ASCII space trimming for parsing Trailer header by Filippo Valsorda · 4 years ago
  87. e0ff5e5 http2: mark some structs as non-comparable by Brad Fitzpatrick · 4 years ago
  88. ff2c4b7 http2: remove unused addConn by Jia Zhan · 4 years ago
  89. e086a09 route: fix spelling of 'represents' in RIBType doc by Ali Farooq · 4 years, 1 month ago
  90. d3edc99 go.mod: update golang.org/x/sys to fix riscv64 build by Tobias Klauser · 4 years, 1 month ago
  91. 118fecf http2/h2demo: update gopher image URL by Dmitri Shuralyov · 4 years, 2 months ago
  92. 1c781a1 gitignore: remove obsolete reference to .hgignore in comment by Yannic Bonenberger · 4 years, 2 months ago
  93. 63522db http2: reduce allocations of (*clientConnReadLoop).handleReponse by Olivier Poitrey · 4 years, 2 months ago
  94. 244492d dns/dnsmessage: correct error message to be readable by Ian Lance Taylor · 4 years, 2 months ago
  95. 0de0cce publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 4 years, 2 months ago
  96. 491c5fc dns/dnsmessage: avoid string(i) where i has type int by Ian Lance Taylor · 4 years, 2 months ago
  97. 5d076fc dns/dnsmessage: remove unused funcs skipText and skipBytes by Tobias Klauser · 4 years, 3 months ago
  98. 5a598a2 http2: remove unused errors by Tobias Klauser · 4 years, 3 months ago
  99. 078779b route: fill correctly field by Dreamacro · 4 years, 4 months ago
  100. 4628272 http2: remove unused stream struct fields by Tobias Klauser · 4 years, 3 months ago