1. 69896b7 lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix by Tobias Klauser · 1 year, 10 months ago
  2. 1bab6f3 lif: use IFT_* consts from x/sys/unix by Tobias Klauser · 1 year, 10 months ago
  3. 263ec57 lif: remove unused sysIFF_* constants by Tobias Klauser · 1 year, 10 months ago
  4. 9d032be Revert "http2: enable VerboseLogs in TestTransportGroupsPendingDials" by Bryan Mills · 1 year, 10 months ago
  5. 355a448 http2: enable VerboseLogs in TestTransportGroupsPendingDials by Damien Neil · 1 year, 11 months ago
  6. 694bf12 http2: add newly dialed conns to the pool before signaling completion by Damien Neil · 1 year, 11 months ago
  7. fb05da6 nettest: skip known failure mode of TestTestConn/TCP/RacyRead on windows/arm64 by Bryan C. Mills · 1 year, 11 months ago
  8. c690dde http2: remove arbitrary timeouts in server_test.go by Bryan C. Mills · 1 year, 11 months ago
  9. c960675 http2: eliminate arbitrary timeouts in testServerResponse by Bryan C. Mills · 1 year, 11 months ago
  10. c186220 http2: prioritize RST_STREAM frames in priority write scheduler by Antonio Ojea · 2 years, 3 months ago
  11. 5463443 go.mod: update golang.org/x/sys to latest version by Tobias Klauser · 1 year, 11 months ago
  12. 1d687d4 http2/h2c: support direct hand off of h2c-upgrade connections by Damien Neil · 2 years ago
  13. 2e3eb7b http2: optimization of AppendHuffmanString by renthraysk · 2 years ago
  14. 183a9ca http2: exclude some header from 1xx responses by Kévin Dunglas · 2 years ago
  15. 20f9603 nettest: log more details about err for checkForTimeoutError by Zeke Lu · 2 years ago
  16. 45b2658 all: fix go vet warnings by Zeke Lu · 2 years ago
  17. 9564170 http2: allow sending 1xx responses by Kévin Dunglas · 2 years ago
  18. 2871e0c ipv4,ipv6: retry ENOBUFS and shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicastUDP by Bryan C. Mills · 2 years ago
  19. 1d1ef93 http2: use custom concurrent safe noBodyReader type when no body is present by Jorropo · 2 years ago
  20. 1850ba1 http2: make the Server use the priority write scheduler by Antonio Ojea · 2 years, 3 months ago
  21. a630d4f http2: support concurrent Request.Close calls by Moshe Good · 2 years, 2 months ago
  22. 290c469 all: gofmt by Russ Cox · 2 years, 1 month ago
  23. aac1ed4 http2: skip "write: broken pipe" failures in TestServer on OpenBSD by Bryan C. Mills · 2 years, 1 month ago
  24. 749bd19 net/http2: omit invalid header value from error message by Alexander Yastrebov · 2 years, 7 months ago
  25. 543a649 http2: log pings and RoundTrip retries when http2debug=1 by Damien Neil · 2 years, 6 months ago
  26. de3da57 net/http/httpproxy: support non-ASCII characters in NO_PROXY by Shiming Zhang · 2 years, 8 months ago
  27. 27dd868 http2: improve handling of slow-closing net.Conns by Damien Neil · 2 years, 6 months ago
  28. 3bcbab3 ipv4: retry ENOBUFS errors in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 2 months ago
  29. f80d34d ipv4: shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 2 months ago
  30. cd36cc0 internal/socket: reuse closure in Recv/SendMmsg by Matthias Frei · 2 years, 3 months ago
  31. 2fabfed internal/socket: use unix cmsg functions on zos by Tobias Klauser · 2 years, 3 months ago
  32. e204ce3 netutil: in TestLimitListenerSaturation, allow some connections to fail to dial by Bryan C. Mills · 2 years, 3 months ago
  33. 2ed6ce1 http2: in TestContentEncodingNoSniffing, do not allow the Transport to outlive the serverTester by Bryan C. Mills · 2 years, 3 months ago
  34. 4395403 go.mod: update imports to current versions by Praneeth · 2 years, 4 months ago
  35. 0dd24b2 http2: eliminate arbitrary timeouts in readFrame methods by Bryan C. Mills · 2 years, 4 months ago
  36. d55c255 ipv4, ipv6, internal/socket: add loong64 support by Guoqi Chen · 2 years, 7 months ago
  37. 5cfca57 ipv6: retry ENOBUFS errors in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 4 months ago
  38. 8b8fc08 ipv6: shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 4 months ago
  39. 5b0dc2d netutil: make LimitListener tests more robust by Bryan C. Mills · 2 years, 4 months ago
  40. fe4d628 netutil: streamline and simplify LimitListener tests by Bryan C. Mills · 2 years, 4 months ago
  41. 4ddde0e http2: fix tipo in comment by Ian Lance Taylor · 2 years, 5 months ago
  42. 491a49a http2: cap the size of the server's canonical header cache by Damien Neil · 2 years, 5 months ago
  43. db4efeb http2: deflake TestTransportGroupsPendingDials by Damien Neil · 2 years, 5 months ago
  44. 04296fa http2: prioritize RST_STREAM frames in random write scheduler by Antonio Ojea · 2 years, 5 months ago
  45. 8537929 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 2 years, 5 months ago
  46. eba003a ipv6: in PacketConn tests, retry writes that fail with ENOBUFS by Bryan C. Mills · 2 years, 5 months ago
  47. 266e24b ipv6: remove arbitrary deadlines from tests by Bryan C. Mills · 2 years, 5 months ago
  48. 012df41 dns/dnsmessage: clarify a few things in docs, fix typo by Brad Fitzpatrick · 2 years, 5 months ago
  49. 4852103 netutil: skip TestLimitListener on plan9 by Bryan C. Mills · 2 years, 5 months ago
  50. 0a0e4e1 net/http2: Fix handling of expect continue by Michal Hruby · 2 years, 5 months ago
  51. a5aa9c7 internal/socket: handle reordering in TestUDP/Messages by Matthias Frei · 2 years, 5 months ago
  52. d83791d internal/socket: always go through syscall package by Ian Lance Taylor · 2 years, 5 months ago
  53. fe8b969 ipv6: OpenBSD does not appear to support multicast loopback by Ian Lance Taylor · 2 years, 5 months ago
  54. 9e5a297 route: always go through syscall package by Ian Lance Taylor · 2 years, 5 months ago
  55. 6a13c67 http2: avoid spurious RoundTrip error when server closes and resets stream by Damien Neil · 2 years, 5 months ago
  56. 47ca1ff http2: avoid busy loop when ResponseHeaderTimeout is set by Damien Neil · 2 years, 5 months ago
  57. e8b54de http2/h2demo: delete by Heschi Kreinick · 2 years, 5 months ago
  58. 69e39ba http2: close conns after use when req.Close is set by Damien Neil · 2 years, 6 months ago
  59. f0573a1 http2: avoid spurious context cancelation error from Response.Body.Close by Damien Neil · 2 years, 6 months ago
  60. 58aab5e http2: compare Content-Encoding case-insensitive by Frank Chiarulli Jr · 2 years, 6 months ago
  61. e5c9674 internal/socket, lif: add missing //go:build lines by Tobias Klauser · 2 years, 6 months ago
  62. ef0fda0 dict: document package as frozen by Damien Neil · 2 years, 8 months ago
  63. df9f909 publicsuffix: update table with more recent data by Tiago Peczenyj · 2 years, 8 months ago
  64. 6635138 http2: fix TLS1.0 and TLS1.1 rejection tests by Roland Shoemaker · 2 years, 6 months ago
  65. b53810d http2: don't count aborted streams as active in tests by Damien Neil · 2 years, 6 months ago
  66. ce13745 idna: update from x/text by Damien Neil · 2 years, 6 months ago
  67. 7594919 http2: avoid race between processing END_STREAM and closing Response.Body by Damien Neil · 2 years, 6 months ago
  68. 4a448f8 http2: set ContentLength to -1 for HEAD response with no Content-Length by Damien Neil · 2 years, 6 months ago
  69. 9967326 http2: set Response.ContentLength to 0 when headers end stream by Damien Neil · 2 years, 6 months ago
  70. 540bb53 http2: add Transport.WriteByteTimeout by Damien Neil · 2 years, 7 months ago
  71. d418f37 http2: ignore read errors after closing the request body by Damien Neil · 2 years, 6 months ago
  72. c6ed85c http/httpproxy: document all loopbacks are special cased not just localhost by Alexander Yastrebov · 2 years, 6 months ago
  73. 4f30a5c http2: deflake TestTransportRetriesOnStreamProtocolError by Damien Neil · 2 years, 7 months ago
  74. db2dff3 http2: don't abort half-closed streams on server connection close by Damien Neil · 2 years, 7 months ago
  75. fd004c5 http2: on write errors, close ClientConn before returning from RoundTrip by Damien Neil · 2 years, 7 months ago
  76. 2b766c0 http2: deflake TestTransportReqBodyAfterResponse_200 by Damien Neil · 2 years, 7 months ago
  77. e13a265 http2: close the Request's Body when aborting a stream by Damien Neil · 2 years, 7 months ago
  78. ee2e9a0 http2: number of allocs reduced from 3852 to 31 by renthraysk · 2 years, 8 months ago
  79. 08712a7 http2: return unexpected eof on empty response with non-zero content length by Alexander Yastrebov · 2 years, 7 months ago
  80. caeb26a http2: don't rely on system TCP buffer sizes in TestServer_MaxQueuedControlFrames by Damien Neil · 2 years, 8 months ago
  81. 3b03d30 nettest: simplify iOS detection in TestableNetwork by Tobias Klauser · 2 years, 7 months ago
  82. 59d4e92 http2: add ClientConnState, ClientConn.State accessor by Brad Fitzpatrick · 2 years, 7 months ago
  83. 62292e8 http2: detect write-blocked PING frames by Damien Neil · 2 years, 7 months ago
  84. d2e5035 http2: avoid race in TestTransportReqBodyAfterResponse_403. by Damien Neil · 2 years, 7 months ago
  85. d4b1ae0 http2: avoid clientConnPool panic when NewClientConn fails by Damien Neil · 2 years, 7 months ago
  86. 69340ce http2: avoid extra GetConn trace call by Damien Neil · 2 years, 7 months ago
  87. b30845b http2: fix typo in doRequest doc comment by Damien Neil · 2 years, 7 months ago
  88. cedda3a http2: refactor request write flow by Damien Neil · 2 years, 8 months ago
  89. e81a3d9 http2: remove PingTimeout from TestTransportPingWhenReading by Michael Fraenkel · 2 years, 7 months ago
  90. d455829 http2: add error counter to one missing processHeaders error path by Brad Fitzpatrick · 2 years, 7 months ago
  91. 7d9f5e0 http2: wire up Transport and Server's CountError to frame parser code by Brad Fitzpatrick · 2 years, 7 months ago
  92. 4e4d966 http2: fix Transport connection pool TOCTOU max concurrent stream bug by Brad Fitzpatrick · 2 years, 7 months ago
  93. 76eb614 http2: shut down idle Transport connections after protocol errors by Brad Fitzpatrick · 2 years, 7 months ago
  94. 3ad01bb http2: remove check for read-after-close of request bodies by Damien Neil · 2 years, 7 months ago
  95. cf34111 http: fix race in DATA frame padding refund by Damien Neil · 2 years, 7 months ago
  96. 978cfad http2: avoid blocking while holding ClientConn.mu by Damien Neil · 2 years, 8 months ago
  97. 95888ee http2: add Transport.CountErrors by Brad Fitzpatrick · 2 years, 7 months ago
  98. 3c21e5b http2: add Server.CountError hook for error metrics by Brad Fitzpatrick · 2 years, 7 months ago
  99. 12bc252 http/h2demo: remove node selector by Heschi Kreinick · 2 years, 8 months ago
  100. 943fd67 http2: fix off-by-one error in client check for max concurrent streams by Damien Neil · 2 years, 8 months ago