1. bf014ff http2: send undeclared trailers when body is not written by Damien Neil · 1 year, 8 months ago
  2. 4a395b0 Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 1 year, 8 months ago
  3. f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold by Michael Fraenkel · 5 years ago
  4. ca03788 dns/dnsmessage: remove unnecessary []byte conversions by Mateusz Poliwczak · 1 year, 8 months ago
  5. 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2 by Weidi Deng · 1 year, 9 months ago
  6. f8f703f http2: accept HEAD requests with a body by Damien Neil · 1 year, 10 months ago
  7. bea034e all: remove redundant type conversion by cui fliter · 1 year, 8 months ago
  8. 1e95f45 http/httpproxy: remove comment on https proxy precedance by Sean Liao · 1 year, 8 months ago
  9. f3363e0 http2: handle server errors after sending GOAWAY by Damien Neil · 2 years, 2 months ago
  10. 83b083e internal/socket: add missing import to zos-s390x file by David Chase · 1 year, 8 months ago
  11. b0a4917 dns/dnsmessage: use exported MustNewName in example by Mateusz Poliwczak · 1 year, 9 months ago
  12. 3211cb9 nettest: fix Unix socket test on macOS by Russ Cox · 1 year, 9 months ago
  13. 4c34ddd http2: delete multipart form tempfiles after ServeHTTP returns by Damien Neil · 1 year, 9 months ago
  14. 1d4ff48 http2: add DialTLSContext to Transport by Dreamacro · 2 years ago
  15. 13a9a73 http2: fix conn flow control when stream closes on bad content-length by Ronak Jain · 1 year, 9 months ago
  16. 07c6da5 dns/dnsmessage: add AD and CD bits support by Mateusz Poliwczak · 2 years ago
  17. f428fae all: add FreeBSD riscv64 support by Meng Zhuo · 1 year, 10 months ago
  18. a33c5aa route: import syscall rather than golang.org/x/sys/unix by Ian Lance Taylor · 1 year, 9 months ago
  19. 7431dee lif: import syscall rather than golang.org/x/sys/unix by Ian Lance Taylor · 1 year, 9 months ago
  20. 0bcc04d http2: fix spec document links by Ronak Jain · 1 year, 9 months ago
  21. c7608f3 ipv4, ipv6: enable additional tests on darwin and ios by Tobias Klauser · 1 year, 9 months ago
  22. f92ba40 route: remove RTM_LOCK on openbsd by Tobias Klauser · 1 year, 9 months ago
  23. 1f511ac internal/socket: delete darwin/{386,arm} code by Tobias Klauser · 1 year, 9 months ago
  24. 41545e8 route: drops const that x/unix has by Meng Zhuo · 1 year, 10 months ago
  25. 993b7b1 net: update to new x/sys version by Ian Lance Taylor · 1 year, 9 months ago
  26. 0699458 html: escape comment and doctype tokens' data by Nigel Tao · 1 year, 10 months ago
  27. 46097bf internal/socket: support building with gccgo by Ian Lance Taylor · 1 year, 10 months ago
  28. a158d28 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 10 months ago
  29. 1185a90 ipv4,ipv6: retry ENOBUFS in TestPacketConnReadWriteUnicastUDP by Bryan C. Mills · 1 year, 10 months ago
  30. c90051b http2/h2i: update install documentation by Maxime Veber · 1 year, 10 months ago
  31. 69896b7 lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix by Tobias Klauser · 1 year, 10 months ago
  32. 1bab6f3 lif: use IFT_* consts from x/sys/unix by Tobias Klauser · 1 year, 11 months ago
  33. 263ec57 lif: remove unused sysIFF_* constants by Tobias Klauser · 1 year, 11 months ago
  34. 9d032be Revert "http2: enable VerboseLogs in TestTransportGroupsPendingDials" by Bryan Mills · 1 year, 11 months ago
  35. 355a448 http2: enable VerboseLogs in TestTransportGroupsPendingDials by Damien Neil · 1 year, 11 months ago
  36. 694bf12 http2: add newly dialed conns to the pool before signaling completion by Damien Neil · 1 year, 11 months ago
  37. fb05da6 nettest: skip known failure mode of TestTestConn/TCP/RacyRead on windows/arm64 by Bryan C. Mills · 1 year, 11 months ago
  38. c690dde http2: remove arbitrary timeouts in server_test.go by Bryan C. Mills · 1 year, 11 months ago
  39. c960675 http2: eliminate arbitrary timeouts in testServerResponse by Bryan C. Mills · 1 year, 11 months ago
  40. c186220 http2: prioritize RST_STREAM frames in priority write scheduler by Antonio Ojea · 2 years, 3 months ago
  41. 5463443 go.mod: update golang.org/x/sys to latest version by Tobias Klauser · 2 years ago
  42. 1d687d4 http2/h2c: support direct hand off of h2c-upgrade connections by Damien Neil · 2 years ago
  43. 2e3eb7b http2: optimization of AppendHuffmanString by renthraysk · 2 years ago
  44. 183a9ca http2: exclude some header from 1xx responses by Kévin Dunglas · 2 years ago
  45. 20f9603 nettest: log more details about err for checkForTimeoutError by Zeke Lu · 2 years ago
  46. 45b2658 all: fix go vet warnings by Zeke Lu · 2 years ago
  47. 9564170 http2: allow sending 1xx responses by Kévin Dunglas · 2 years ago
  48. 2871e0c ipv4,ipv6: retry ENOBUFS and shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicastUDP by Bryan C. Mills · 2 years ago
  49. 1d1ef93 http2: use custom concurrent safe noBodyReader type when no body is present by Jorropo · 2 years, 1 month ago
  50. 1850ba1 http2: make the Server use the priority write scheduler by Antonio Ojea · 2 years, 3 months ago
  51. a630d4f http2: support concurrent Request.Close calls by Moshe Good · 2 years, 3 months ago
  52. 290c469 all: gofmt by Russ Cox · 2 years, 1 month ago
  53. aac1ed4 http2: skip "write: broken pipe" failures in TestServer on OpenBSD by Bryan C. Mills · 2 years, 1 month ago
  54. 749bd19 net/http2: omit invalid header value from error message by Alexander Yastrebov · 2 years, 7 months ago
  55. 543a649 http2: log pings and RoundTrip retries when http2debug=1 by Damien Neil · 2 years, 6 months ago
  56. de3da57 net/http/httpproxy: support non-ASCII characters in NO_PROXY by Shiming Zhang · 2 years, 9 months ago
  57. 27dd868 http2: improve handling of slow-closing net.Conns by Damien Neil · 2 years, 6 months ago
  58. 3bcbab3 ipv4: retry ENOBUFS errors in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 2 months ago
  59. f80d34d ipv4: shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 2 months ago
  60. cd36cc0 internal/socket: reuse closure in Recv/SendMmsg by Matthias Frei · 2 years, 3 months ago
  61. 2fabfed internal/socket: use unix cmsg functions on zos by Tobias Klauser · 2 years, 3 months ago
  62. e204ce3 netutil: in TestLimitListenerSaturation, allow some connections to fail to dial by Bryan C. Mills · 2 years, 3 months ago
  63. 2ed6ce1 http2: in TestContentEncodingNoSniffing, do not allow the Transport to outlive the serverTester by Bryan C. Mills · 2 years, 3 months ago
  64. 4395403 go.mod: update imports to current versions by Praneeth · 2 years, 4 months ago
  65. 0dd24b2 http2: eliminate arbitrary timeouts in readFrame methods by Bryan C. Mills · 2 years, 4 months ago
  66. d55c255 ipv4, ipv6, internal/socket: add loong64 support by Guoqi Chen · 2 years, 7 months ago
  67. 5cfca57 ipv6: retry ENOBUFS errors in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 4 months ago
  68. 8b8fc08 ipv6: shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 4 months ago
  69. 5b0dc2d netutil: make LimitListener tests more robust by Bryan C. Mills · 2 years, 5 months ago
  70. fe4d628 netutil: streamline and simplify LimitListener tests by Bryan C. Mills · 2 years, 5 months ago
  71. 4ddde0e http2: fix tipo in comment by Ian Lance Taylor · 2 years, 5 months ago
  72. 491a49a http2: cap the size of the server's canonical header cache by Damien Neil · 2 years, 5 months ago
  73. db4efeb http2: deflake TestTransportGroupsPendingDials by Damien Neil · 2 years, 5 months ago
  74. 04296fa http2: prioritize RST_STREAM frames in random write scheduler by Antonio Ojea · 2 years, 5 months ago
  75. 8537929 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 2 years, 5 months ago
  76. eba003a ipv6: in PacketConn tests, retry writes that fail with ENOBUFS by Bryan C. Mills · 2 years, 5 months ago
  77. 266e24b ipv6: remove arbitrary deadlines from tests by Bryan C. Mills · 2 years, 5 months ago
  78. 012df41 dns/dnsmessage: clarify a few things in docs, fix typo by Brad Fitzpatrick · 2 years, 5 months ago
  79. 4852103 netutil: skip TestLimitListener on plan9 by Bryan C. Mills · 2 years, 5 months ago
  80. 0a0e4e1 net/http2: Fix handling of expect continue by Michal Hruby · 2 years, 5 months ago
  81. a5aa9c7 internal/socket: handle reordering in TestUDP/Messages by Matthias Frei · 2 years, 5 months ago
  82. d83791d internal/socket: always go through syscall package by Ian Lance Taylor · 2 years, 5 months ago
  83. fe8b969 ipv6: OpenBSD does not appear to support multicast loopback by Ian Lance Taylor · 2 years, 5 months ago
  84. 9e5a297 route: always go through syscall package by Ian Lance Taylor · 2 years, 5 months ago
  85. 6a13c67 http2: avoid spurious RoundTrip error when server closes and resets stream by Damien Neil · 2 years, 6 months ago
  86. 47ca1ff http2: avoid busy loop when ResponseHeaderTimeout is set by Damien Neil · 2 years, 6 months ago
  87. e8b54de http2/h2demo: delete by Heschi Kreinick · 2 years, 6 months ago
  88. 69e39ba http2: close conns after use when req.Close is set by Damien Neil · 2 years, 6 months ago
  89. f0573a1 http2: avoid spurious context cancelation error from Response.Body.Close by Damien Neil · 2 years, 6 months ago
  90. 58aab5e http2: compare Content-Encoding case-insensitive by Frank Chiarulli Jr · 2 years, 6 months ago
  91. e5c9674 internal/socket, lif: add missing //go:build lines by Tobias Klauser · 2 years, 6 months ago
  92. ef0fda0 dict: document package as frozen by Damien Neil · 2 years, 8 months ago
  93. df9f909 publicsuffix: update table with more recent data by Tiago Peczenyj · 2 years, 8 months ago
  94. 6635138 http2: fix TLS1.0 and TLS1.1 rejection tests by Roland Shoemaker · 2 years, 6 months ago
  95. b53810d http2: don't count aborted streams as active in tests by Damien Neil · 2 years, 6 months ago
  96. ce13745 idna: update from x/text by Damien Neil · 2 years, 6 months ago
  97. 7594919 http2: avoid race between processing END_STREAM and closing Response.Body by Damien Neil · 2 years, 6 months ago
  98. 4a448f8 http2: set ContentLength to -1 for HEAD response with no Content-Length by Damien Neil · 2 years, 6 months ago
  99. 9967326 http2: set Response.ContentLength to 0 when headers end stream by Damien Neil · 2 years, 6 months ago
  100. 540bb53 http2: add Transport.WriteByteTimeout by Damien Neil · 2 years, 7 months ago