1. d418f37 http2: ignore read errors after closing the request body by Damien Neil · 2 years, 6 months ago
  2. c6ed85c http/httpproxy: document all loopbacks are special cased not just localhost by Alexander Yastrebov · 2 years, 6 months ago
  3. 4f30a5c http2: deflake TestTransportRetriesOnStreamProtocolError by Damien Neil · 2 years, 6 months ago
  4. db2dff3 http2: don't abort half-closed streams on server connection close by Damien Neil · 2 years, 6 months ago
  5. fd004c5 http2: on write errors, close ClientConn before returning from RoundTrip by Damien Neil · 2 years, 6 months ago
  6. 2b766c0 http2: deflake TestTransportReqBodyAfterResponse_200 by Damien Neil · 2 years, 6 months ago
  7. e13a265 http2: close the Request's Body when aborting a stream by Damien Neil · 2 years, 7 months ago
  8. ee2e9a0 http2: number of allocs reduced from 3852 to 31 by renthraysk · 2 years, 8 months ago
  9. 08712a7 http2: return unexpected eof on empty response with non-zero content length by Alexander Yastrebov · 2 years, 7 months ago
  10. caeb26a http2: don't rely on system TCP buffer sizes in TestServer_MaxQueuedControlFrames by Damien Neil · 2 years, 7 months ago
  11. 3b03d30 nettest: simplify iOS detection in TestableNetwork by Tobias Klauser · 2 years, 7 months ago
  12. 59d4e92 http2: add ClientConnState, ClientConn.State accessor by Brad Fitzpatrick · 2 years, 7 months ago
  13. 62292e8 http2: detect write-blocked PING frames by Damien Neil · 2 years, 7 months ago
  14. d2e5035 http2: avoid race in TestTransportReqBodyAfterResponse_403. by Damien Neil · 2 years, 7 months ago
  15. d4b1ae0 http2: avoid clientConnPool panic when NewClientConn fails by Damien Neil · 2 years, 7 months ago
  16. 69340ce http2: avoid extra GetConn trace call by Damien Neil · 2 years, 7 months ago
  17. b30845b http2: fix typo in doRequest doc comment by Damien Neil · 2 years, 7 months ago
  18. cedda3a http2: refactor request write flow by Damien Neil · 2 years, 8 months ago
  19. e81a3d9 http2: remove PingTimeout from TestTransportPingWhenReading by Michael Fraenkel · 2 years, 7 months ago
  20. d455829 http2: add error counter to one missing processHeaders error path by Brad Fitzpatrick · 2 years, 7 months ago
  21. 7d9f5e0 http2: wire up Transport and Server's CountError to frame parser code by Brad Fitzpatrick · 2 years, 7 months ago
  22. 4e4d966 http2: fix Transport connection pool TOCTOU max concurrent stream bug by Brad Fitzpatrick · 2 years, 7 months ago
  23. 76eb614 http2: shut down idle Transport connections after protocol errors by Brad Fitzpatrick · 2 years, 7 months ago
  24. 3ad01bb http2: remove check for read-after-close of request bodies by Damien Neil · 2 years, 7 months ago
  25. cf34111 http: fix race in DATA frame padding refund by Damien Neil · 2 years, 7 months ago
  26. 978cfad http2: avoid blocking while holding ClientConn.mu by Damien Neil · 2 years, 8 months ago
  27. 95888ee http2: add Transport.CountErrors by Brad Fitzpatrick · 2 years, 7 months ago
  28. 3c21e5b http2: add Server.CountError hook for error metrics by Brad Fitzpatrick · 2 years, 7 months ago
  29. 12bc252 http/h2demo: remove node selector by Heschi Kreinick · 2 years, 7 months ago
  30. 943fd67 http2: fix off-by-one error in client check for max concurrent streams by Damien Neil · 2 years, 8 months ago
  31. 7bf0baf http2: close request body after early RoundTrip failures by Damien Neil · 2 years, 8 months ago
  32. a5e0955 http2/h2demo: set prod namespace for deploy by Heschi Kreinick · 2 years, 8 months ago
  33. ff17edf http/h2demo: move to Workload Identity by Heschi Kreinick · 2 years, 8 months ago
  34. f8bed21 http2: limit client initial MAX_CONCURRENT_STREAMS by Steven Hartland · 3 years, 11 months ago
  35. ad29c8a http2: make Transport not reuse conns after a stream protocol error by Brad Fitzpatrick · 2 years, 8 months ago
  36. 8d99171 http2: accept zero-length block fragments in HEADERS frames by Damien Neil · 2 years, 8 months ago
  37. e898025 http2: close the request body if needed by Michael Fraenkel · 2 years, 11 months ago
  38. 60bc85c http2: complete outstanding async write before reading the next frame by Michael Fraenkel · 3 years, 5 months ago
  39. 3a7c478 http2: delete README by Damien Neil · 2 years, 9 months ago
  40. aaa1db6 internal/socket: support MSG_DONTWAIT by Matthias Frei · 2 years, 9 months ago
  41. c6fcb2d all: fix typos by Yasuhiro Matsumoto · 2 years, 9 months ago
  42. 853a461 http2/h2demo: add Autocert notification email by Heschi Kreinick · 2 years, 9 months ago
  43. 04defd4 http2: reduce frameScratchBuffer caching aggressiveness by Brad Fitzpatrick · 2 years, 11 months ago
  44. 84b48f8 http2: check that Unicode-aware functions are not used by Filippo Valsorda · 3 years ago
  45. 52da8fb http2: also set "http/1.1" ALPN in ConfigureServer by Filippo Valsorda · 2 years, 11 months ago
  46. abc4532 route: remove check for unparsed route message bytes by Damien Neil · 3 years ago
  47. fe42d45 route: revert routing message alignment for FreeBSD 386 emulation by Damien Neil · 3 years ago
  48. 37e1c6a html: ignore templates nested within foreign content by Nigel Tao · 3 years ago
  49. 4163338 route: add //go:build line to empty.s by Tobias Klauser · 3 years ago
  50. 81045d8 http2: switch to ASCII equivalents of string functions by Roberto Clapis · 3 years ago
  51. 16afe75 http2: remove TLSConfig.CipherSuites order check by Filippo Valsorda · 3 years ago
  52. 0714010 crypto/tls: don't use tls.Dialer on pre-Go1.15 systems by Ian Lance Taylor · 3 years ago
  53. 0287a6f internal/socket: handle nil addr in sendMsgs by Matthias Frei · 3 years ago
  54. bbd867f http2: use (*tls.Dialer).DialContext in dialTLS by Johan Brandhorst · 3 years, 2 months ago
  55. 7fd8e65 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years ago
  56. e590880 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years ago
  57. f8dd838 internal/socket: reuse buffers in recv/sendMsgs by Matthias Frei · 3 years ago
  58. aec3718 idna: allow specifying CheckHyphens and CheckJoiners by Timothy Gu · 3 years, 5 months ago
  59. 89ef3d9 http/httpguts: remove recursion in HeaderValuesContainsToken by Katie Hockman · 3 years ago
  60. 85d9c07 route: retry FetchRIB a few times in case data grows by Brad Fitzpatrick · 3 years ago
  61. 5f58ad6 ipv4: use type IPMreqn from x/sys/unix by Tobias Klauser · 3 years ago
  62. e997de6 internal/socket: add ppc system call definitions, for use with gccgo by Ben Hutchings · 3 years ago
  63. 4e50805 internal/socket: use larger buffers in race test by Ian Lance Taylor · 3 years ago
  64. 2554d15 internal/socket: use SizeofSockaddrInet{4,6} constants from x/sys/unix by Tobias Klauser · 3 years ago
  65. 798c215 ipv6: use all socket option consts from x/sys/unix by Tobias Klauser · 3 years ago
  66. d25e304 ipv4: use all socket option consts from x/sys/unix by Tobias Klauser · 3 years ago
  67. e915ea6 internal/socket: more logging for TestRace by Ian Lance Taylor · 3 years ago
  68. 0645797 http2: update curl download location in Dockerfile by David Black · 3 years ago
  69. afb366f go.mod: bump golang.org/x/text to v0.3.6 by Tobias Klauser · 3 years, 1 month ago
  70. a5a99cb internal/socket: use interface not type assertions to infer a wrapped net.Conn's kind by Marten Seemann · 3 years, 5 months ago
  71. 0fccb6f ipv6: use socket option consts from x/sys/unix on netbsd, openbsd and dragonfly by Tobias Klauser · 3 years, 1 month ago
  72. 41e9268 ipv4: use socket option consts from x/sys/unix on dragonfly by Tobias Klauser · 3 years, 1 month ago
  73. cb1fcc7 ipv6: use socket option consts from x/sys/unix on freebsd by Tobias Klauser · 3 years, 1 month ago
  74. e572328 go.mod: update golang.org/x/sys to v0.0.0-20210330210617-4fbd30eecc44 by Tobias Klauser · 3 years, 1 month ago
  75. cd0ac97 dns/dnsmessage: add RFC3597-inspired UnknownResource type by Dan McArdle · 3 years, 6 months ago
  76. c8897c2 ipv4: use IP_PKTINFO const from x/sys/unix by Tobias Klauser · 3 years, 1 month ago
  77. 22f4162 ipv6: use socket option consts from x/sys/unix on aix by Tobias Klauser · 3 years, 1 month ago
  78. df645c7 ipv6: enable IPV6_PATHMTU and IPV6_TCLASS tests on darwin/ios by Tobias Klauser · 3 years, 1 month ago
  79. db2394d ipv6: use socket option consts from x/sys/unix on darwin by Tobias Klauser · 3 years, 1 month ago
  80. 53308fa ipv6: use socket option consts from x/sys/unix on linux by Tobias Klauser · 3 years, 1 month ago
  81. 61e0566 ipv4: use socket option consts from x/sys/unix on zos by Tobias Klauser · 3 years, 1 month ago
  82. 6ef6e9b ipv4: use socket option consts from x/sys/unix on aix by Tobias Klauser · 3 years, 1 month ago
  83. 6b15177 ipv4: use socket option consts from x/sys/unix on solaris by Tobias Klauser · 3 years, 1 month ago
  84. ef31e18 ipv4: use socket option consts from x/sys/unix on netbsd and openbsd by Tobias Klauser · 3 years, 1 month ago
  85. f475aed ipv4: use socket option consts from x/sys/unix on freebsd by Tobias Klauser · 3 years, 1 month ago
  86. d1beb07 ipv4: use socket option consts from x/sys/unix on linux by Tobias Klauser · 3 years, 1 month ago
  87. 3061449 go.mod: update golang.org/x/sys to v0.0.0-20210324051608 by Tobias Klauser · 3 years, 1 month ago
  88. 2c4c8ec ipv4: use socket option consts from x/sys/unix on darwin by Tobias Klauser · 3 years, 1 month ago
  89. 08027d5 internal/socket: skip known flaky TestRace by Tobias Klauser · 3 years, 1 month ago
  90. d523dce ipv4, ipv6: use IP_* socket option constants from x/sys/windows by Tobias Klauser · 3 years, 1 month ago
  91. 34ac3e1 ipv4: remove unused type inetPktinfo by Tobias Klauser · 3 years, 1 month ago
  92. e18ecbb http2/h2c: Respect the req.Context() by Luke Shumaker · 3 years, 3 months ago
  93. 39120d0 http2: discard DATA frames with higher stream IDs during graceful shutdown by Ashish Bhate · 3 years, 10 months ago
  94. 3d97a24 internal/socket: check for EWOULDBLOCK on all platforms by Tobias Klauser · 3 years, 2 months ago
  95. 9060382 http2: rework Ping test to rely less on timing by Michael Fraenkel · 3 years, 5 months ago
  96. 5f55cee all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  97. 5f4716e ipv6: skip known-failing tests on openbsd-{arm,arm64,mips64}-jsing builders by Tobias Klauser · 3 years, 3 months ago
  98. 6772e93 ipv6: skip known-failing tests on OpenBSD 6.8 builders by Dmitri Shuralyov · 3 years, 4 months ago
  99. 986b41b publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years, 5 months ago
  100. ac852fb http2/h2i: use x/term instead of x/crypto/ssh/terminal by Tobias Klauser · 3 years, 5 months ago