1. 7bf0baf http2: close request body after early RoundTrip failures by Damien Neil · 2 years, 7 months ago
  2. a5e0955 http2/h2demo: set prod namespace for deploy by Heschi Kreinick · 2 years, 7 months ago
  3. ff17edf http/h2demo: move to Workload Identity by Heschi Kreinick · 2 years, 7 months ago
  4. f8bed21 http2: limit client initial MAX_CONCURRENT_STREAMS by Steven Hartland · 3 years, 10 months ago
  5. ad29c8a http2: make Transport not reuse conns after a stream protocol error by Brad Fitzpatrick · 2 years, 7 months ago
  6. 8d99171 http2: accept zero-length block fragments in HEADERS frames by Damien Neil · 2 years, 7 months ago
  7. e898025 http2: close the request body if needed by Michael Fraenkel · 2 years, 10 months ago
  8. 60bc85c http2: complete outstanding async write before reading the next frame by Michael Fraenkel · 3 years, 4 months ago
  9. 3a7c478 http2: delete README by Damien Neil · 2 years, 8 months ago
  10. aaa1db6 internal/socket: support MSG_DONTWAIT by Matthias Frei · 2 years, 8 months ago
  11. c6fcb2d all: fix typos by Yasuhiro Matsumoto · 2 years, 8 months ago
  12. 853a461 http2/h2demo: add Autocert notification email by Heschi Kreinick · 2 years, 9 months ago
  13. 04defd4 http2: reduce frameScratchBuffer caching aggressiveness by Brad Fitzpatrick · 2 years, 10 months ago
  14. 84b48f8 http2: check that Unicode-aware functions are not used by Filippo Valsorda · 2 years, 11 months ago
  15. 52da8fb http2: also set "http/1.1" ALPN in ConfigureServer by Filippo Valsorda · 2 years, 10 months ago
  16. abc4532 route: remove check for unparsed route message bytes by Damien Neil · 2 years, 10 months ago
  17. fe42d45 route: revert routing message alignment for FreeBSD 386 emulation by Damien Neil · 2 years, 10 months ago
  18. 37e1c6a html: ignore templates nested within foreign content by Nigel Tao · 3 years ago
  19. 4163338 route: add //go:build line to empty.s by Tobias Klauser · 2 years, 11 months ago
  20. 81045d8 http2: switch to ASCII equivalents of string functions by Roberto Clapis · 3 years ago
  21. 16afe75 http2: remove TLSConfig.CipherSuites order check by Filippo Valsorda · 3 years ago
  22. 0714010 crypto/tls: don't use tls.Dialer on pre-Go1.15 systems by Ian Lance Taylor · 2 years, 11 months ago
  23. 0287a6f internal/socket: handle nil addr in sendMsgs by Matthias Frei · 2 years, 11 months ago
  24. bbd867f http2: use (*tls.Dialer).DialContext in dialTLS by Johan Brandhorst · 3 years, 1 month ago
  25. 7fd8e65 go.mod: upgrade to go 1.17 by Bryan C. Mills · 2 years, 11 months ago
  26. e590880 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years ago
  27. f8dd838 internal/socket: reuse buffers in recv/sendMsgs by Matthias Frei · 2 years, 11 months ago
  28. aec3718 idna: allow specifying CheckHyphens and CheckJoiners by Timothy Gu · 3 years, 4 months ago
  29. 89ef3d9 http/httpguts: remove recursion in HeaderValuesContainsToken by Katie Hockman · 3 years ago
  30. 85d9c07 route: retry FetchRIB a few times in case data grows by Brad Fitzpatrick · 3 years ago
  31. 5f58ad6 ipv4: use type IPMreqn from x/sys/unix by Tobias Klauser · 3 years ago
  32. e997de6 internal/socket: add ppc system call definitions, for use with gccgo by Ben Hutchings · 3 years ago
  33. 4e50805 internal/socket: use larger buffers in race test by Ian Lance Taylor · 3 years ago
  34. 2554d15 internal/socket: use SizeofSockaddrInet{4,6} constants from x/sys/unix by Tobias Klauser · 3 years ago
  35. 798c215 ipv6: use all socket option consts from x/sys/unix by Tobias Klauser · 3 years ago
  36. d25e304 ipv4: use all socket option consts from x/sys/unix by Tobias Klauser · 3 years ago
  37. e915ea6 internal/socket: more logging for TestRace by Ian Lance Taylor · 3 years ago
  38. 0645797 http2: update curl download location in Dockerfile by David Black · 3 years ago
  39. afb366f go.mod: bump golang.org/x/text to v0.3.6 by Tobias Klauser · 3 years ago
  40. a5a99cb internal/socket: use interface not type assertions to infer a wrapped net.Conn's kind by Marten Seemann · 3 years, 4 months ago
  41. 0fccb6f ipv6: use socket option consts from x/sys/unix on netbsd, openbsd and dragonfly by Tobias Klauser · 3 years ago
  42. 41e9268 ipv4: use socket option consts from x/sys/unix on dragonfly by Tobias Klauser · 3 years ago
  43. cb1fcc7 ipv6: use socket option consts from x/sys/unix on freebsd by Tobias Klauser · 3 years ago
  44. e572328 go.mod: update golang.org/x/sys to v0.0.0-20210330210617-4fbd30eecc44 by Tobias Klauser · 3 years ago
  45. cd0ac97 dns/dnsmessage: add RFC3597-inspired UnknownResource type by Dan McArdle · 3 years, 6 months ago
  46. c8897c2 ipv4: use IP_PKTINFO const from x/sys/unix by Tobias Klauser · 3 years ago
  47. 22f4162 ipv6: use socket option consts from x/sys/unix on aix by Tobias Klauser · 3 years ago
  48. df645c7 ipv6: enable IPV6_PATHMTU and IPV6_TCLASS tests on darwin/ios by Tobias Klauser · 3 years ago
  49. db2394d ipv6: use socket option consts from x/sys/unix on darwin by Tobias Klauser · 3 years ago
  50. 53308fa ipv6: use socket option consts from x/sys/unix on linux by Tobias Klauser · 3 years ago
  51. 61e0566 ipv4: use socket option consts from x/sys/unix on zos by Tobias Klauser · 3 years ago
  52. 6ef6e9b ipv4: use socket option consts from x/sys/unix on aix by Tobias Klauser · 3 years ago
  53. 6b15177 ipv4: use socket option consts from x/sys/unix on solaris by Tobias Klauser · 3 years ago
  54. ef31e18 ipv4: use socket option consts from x/sys/unix on netbsd and openbsd by Tobias Klauser · 3 years ago
  55. f475aed ipv4: use socket option consts from x/sys/unix on freebsd by Tobias Klauser · 3 years ago
  56. d1beb07 ipv4: use socket option consts from x/sys/unix on linux by Tobias Klauser · 3 years ago
  57. 3061449 go.mod: update golang.org/x/sys to v0.0.0-20210324051608 by Tobias Klauser · 3 years ago
  58. 2c4c8ec ipv4: use socket option consts from x/sys/unix on darwin by Tobias Klauser · 3 years ago
  59. 08027d5 internal/socket: skip known flaky TestRace by Tobias Klauser · 3 years ago
  60. d523dce ipv4, ipv6: use IP_* socket option constants from x/sys/windows by Tobias Klauser · 3 years ago
  61. 34ac3e1 ipv4: remove unused type inetPktinfo by Tobias Klauser · 3 years ago
  62. e18ecbb http2/h2c: Respect the req.Context() by Luke Shumaker · 3 years, 2 months ago
  63. 39120d0 http2: discard DATA frames with higher stream IDs during graceful shutdown by Ashish Bhate · 3 years, 10 months ago
  64. 3d97a24 internal/socket: check for EWOULDBLOCK on all platforms by Tobias Klauser · 3 years, 1 month ago
  65. 9060382 http2: rework Ping test to rely less on timing by Michael Fraenkel · 3 years, 5 months ago
  66. 5f55cee all: go fmt ./... by Russ Cox · 3 years, 1 month ago
  67. 5f4716e ipv6: skip known-failing tests on openbsd-{arm,arm64,mips64}-jsing builders by Tobias Klauser · 3 years, 2 months ago
  68. 6772e93 ipv6: skip known-failing tests on OpenBSD 6.8 builders by Dmitri Shuralyov · 3 years, 3 months ago
  69. 986b41b publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years, 4 months ago
  70. ac852fb http2/h2i: use x/term instead of x/crypto/ssh/terminal by Tobias Klauser · 3 years, 4 months ago
  71. 747e238 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 4 months ago
  72. c7110b5 internal/socket: add support for openbsd/mips64 by Tobias Klauser · 3 years, 4 months ago
  73. 5d6afe9 http2: send a nil error if we cancel a delayed body write by Michael Fraenkel · 3 years, 5 months ago
  74. 69a7880 http2: remove the timeout since we don't know a good value by Michael Fraenkel · 3 years, 5 months ago
  75. a11eb1b http2: wait for both client and server funcs by Michael Fraenkel · 3 years, 5 months ago
  76. ff519b6 net/http2: wait until the request body has been written by Michael Fraenkel · 3 years, 7 months ago
  77. 28c70e6 html: port html5lib tests from html5lib/html5lib-tests by Kunpei Sakai · 3 years, 5 months ago
  78. 942e2f4 html: avoid using raw text mode even when nested noscript tags by Kunpei Sakai · 3 years, 5 months ago
  79. 8adf50f html: avoid using raw text mode if there are raw tags to be ignored in select IM by Kunpei Sakai · 3 years, 5 months ago
  80. e049550 html: skip tests for behavior outside the parsing algorithm by Kunpei Sakai · 3 years, 5 months ago
  81. 8eef523 idna: upgrade to Unicode 13 by Marcel van Lohuizen · 3 years, 5 months ago
  82. 146b70c all: add support for zos/s390x by billofarrell · 3 years, 5 months ago
  83. be3efd7 net/http2: wait for test goroutines to complete by Michael Fraenkel · 3 years, 7 months ago
  84. 08b3837 http2: add ConfigureTransports by Damien Neil · 3 years, 5 months ago
  85. f585440 http2: close Transport connection on write errors by Michael Fraenkel · 3 years, 9 months ago
  86. d65d470 html: remove a few attributes from svg attribute adjustments by Kunpei Sakai · 3 years, 5 months ago
  87. 7b1cca2 http/httpproxy: match http scheme when selecting http_proxy by Michael Fraenkel · 3 years, 7 months ago
  88. 4f7140c html: add comments indicating that these have been removed from the spec by Kunpei Sakai · 3 years, 6 months ago
  89. dbdefad ipv4: refactor multicast tests to use subtests by Tamir Duberstein · 3 years, 6 months ago
  90. 59f7323 xsrftoken: add custom timeout support for valid func by Alexey Vilenski · 3 years, 6 months ago
  91. a7d1128 go.mod: bump golang.org/x/text to v0.3.3 by Radek Simko · 3 years, 6 months ago
  92. 0a1ea39 internal/socket: use Cmsg{Len,Space} from golang.org/x/sys/unix by Tobias Klauser · 3 years, 6 months ago
  93. 3d0752d go.mod: update golang.org/x/sys to v0.0.0-20200930185726-fdedc70b468f by Tobias Klauser · 3 years, 6 months ago
  94. 4acb6c0 internal/socket: use correct cmsg alignment for netbsd/arm64 by Tobias Klauser · 3 years, 6 months ago
  95. 5d4f700 net/http2: send WINDOW_UPDATE on a body's write failure by Michael Fraenkel · 3 years, 8 months ago
  96. 05aa5d4 internal/socket, route: drop support for pre-1.12 direct syscalls on darwin by Tobias Klauser · 3 years, 6 months ago
  97. 328152d all: add GOOS=ios by Cherry Zhang · 3 years, 6 months ago
  98. 62affa3 x/net/http2: reject HTTP/2 Content-Length headers containing a sign by Paschalis Tsilias · 3 years, 10 months ago
  99. c890458 net/http2: fix erringRoundTripper by Michael Fraenkel · 3 years, 9 months ago
  100. 3edf25e publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years, 8 months ago