1. 296f09a http2: case insensitive handling for 100-continue by Michael Fraenkel · 1 year, 4 months ago
  2. f8411da nettest: fix tests on dragonfly and js/wasm by Cuong Manh Le · 1 year, 4 months ago
  3. 8e0e7d8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.5.0
  4. 7805fdc http2: rewrite inbound flow control tracking by Damien Neil · 1 year, 6 months ago
  5. 2aa8215 nettest: use RoutedInterface for probing network stack capability by Cuong Manh Le · 1 year, 5 months ago
  6. ad92d3d websocket: don't recommend Gorilla by Ian Lance Taylor · 1 year, 5 months ago
  7. e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth by Dmitri Shuralyov · 1 year, 5 months ago
  8. 1e63c2f http2: limit canonical header cache by bytes, not entries by Damien Neil · 1 year, 5 months ago v0.4.0
  9. 3247b5b go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago v0.3.0
  10. ecf7fda http2: deflake TestTransportMaxFrameReadSize by Damien Neil · 1 year, 6 months ago
  11. 0833b63 publicsuffix: embed table data by Damien Neil · 1 year, 6 months ago
  12. ecf091a publicsuffix: update table to latest list from publicsuffix.org by Damien Neil · 1 year, 6 months ago
  13. 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting by robaho · 2 years, 6 months ago
  14. 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support by Eli Lindsey · 1 year, 7 months ago
  15. a2d827a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago v0.2.0
  16. 15e1b25 http2: speed up TestTransportRetryHasLimit by Damien Neil · 1 year, 6 months ago
  17. 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError by Damien Neil · 1 year, 7 months ago
  18. efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes by Damien Neil · 1 year, 6 months ago
  19. a870f35 http2: support Server.ReadTimeout by Damien Neil · 1 year, 6 months ago
  20. d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 1 year, 6 months ago
  21. 702349b http2/h2c: handle errors when reading HTTP/1 request body by Damien Neil · 1 year, 6 months ago
  22. 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body by Nikola Jokic · 1 year, 7 months ago
  23. a1278a7 http2: add common header caching to Transport to reduce allocations by Eli Lindsey · 1 year, 7 months ago
  24. c877839 http2: add a few other common headers to the shared headermap cache by Eli Lindsey · 1 year, 7 months ago
  25. c630100 http2: discard more frames after GOAWAY by Damien Neil · 1 year, 7 months ago
  26. 0c1aede http2: calculate a correct window increment size for a stream by Zeke Lu · 1 year, 6 months ago
  27. 84c13af http2/hpack: build static table with go generate by Tomasz Jezierski · 1 year, 7 months ago
  28. 430a433 html: properly handle exclamation marks in comments by Roland Shoemaker · 1 year, 7 months ago
  29. da05058 net/http: remove unnecessary slicing by ChristLZS · 1 year, 7 months ago
  30. 1568cf9 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago v0.1.0
  31. cb67ada internal/socket: add support for openbsd/ppc64 by Joel Sing · 1 year, 7 months ago
  32. 311fa19 internal/socket: add support for openbsd/riscv64 by Joel Sing · 1 year, 7 months ago
  33. f25eb7e all: update golang.org/x/sys by Joel Sing · 1 year, 7 months ago
  34. f15817d webdav: ignore path and perm errors in PROPFIND by Kyle Larose · 3 years, 3 months ago
  35. 0b7e1fb all: fix a few function names on comments by cui fliter · 1 year, 7 months ago
  36. 8021a29 publicsuffix: change node table entry size to 40 bits by Damien Neil · 1 year, 7 months ago
  37. bcab684 all: use time.Since instead of time.Now().Sub by hopehook · 1 year, 7 months ago
  38. 107f3e3 http2: don't return from RoundTrip until request body is closed by Damien Neil · 1 year, 7 months ago
  39. f486391 http2: improved Request.Body.Close not to hold lock on connection by Nikola Jokic · 1 year, 9 months ago
  40. aa73b25 http2: handle MaxUploadBufferPerConnection of 65535 by Damien Neil · 1 year, 7 months ago
  41. 02166a9 internal/socket: properly reset Iov and Control on the msghdr by Marten Seemann · 1 year, 8 months ago
  42. 8be6392 webdav: replace os.SEEK_XXX with io.SeekXXX by cui fliter · 1 year, 8 months ago
  43. d300de1 http2: don't rely on double-close of a net.Conn failing by Damien Neil · 1 year, 8 months ago
  44. db77216 http2: remove race from TestTransportCancelDataResponseRace by Michael Fraenkel · 3 years ago
  45. d0c6ba3 http2: close client connections after receiving GOAWAY by Damien Neil · 1 year, 8 months ago
  46. 2e0b12c http2: Send WindowUpdates when remaining bytes are below a threshold by Damien Neil · 1 year, 8 months ago
  47. bf014ff http2: send undeclared trailers when body is not written by Damien Neil · 1 year, 8 months ago
  48. 4a395b0 Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 1 year, 8 months ago
  49. f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold by Michael Fraenkel · 5 years ago
  50. ca03788 dns/dnsmessage: remove unnecessary []byte conversions by Mateusz Poliwczak · 1 year, 8 months ago
  51. 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2 by Weidi Deng · 1 year, 9 months ago
  52. f8f703f http2: accept HEAD requests with a body by Damien Neil · 1 year, 10 months ago
  53. bea034e all: remove redundant type conversion by cui fliter · 1 year, 8 months ago
  54. 1e95f45 http/httpproxy: remove comment on https proxy precedance by Sean Liao · 1 year, 8 months ago
  55. f3363e0 http2: handle server errors after sending GOAWAY by Damien Neil · 2 years, 2 months ago
  56. 83b083e internal/socket: add missing import to zos-s390x file by David Chase · 1 year, 8 months ago
  57. b0a4917 dns/dnsmessage: use exported MustNewName in example by Mateusz Poliwczak · 1 year, 9 months ago
  58. 3211cb9 nettest: fix Unix socket test on macOS by Russ Cox · 1 year, 9 months ago
  59. 4c34ddd http2: delete multipart form tempfiles after ServeHTTP returns by Damien Neil · 1 year, 9 months ago
  60. 1d4ff48 http2: add DialTLSContext to Transport by Dreamacro · 2 years ago
  61. 13a9a73 http2: fix conn flow control when stream closes on bad content-length by Ronak Jain · 1 year, 9 months ago
  62. 07c6da5 dns/dnsmessage: add AD and CD bits support by Mateusz Poliwczak · 2 years ago
  63. f428fae all: add FreeBSD riscv64 support by Meng Zhuo · 1 year, 10 months ago
  64. a33c5aa route: import syscall rather than golang.org/x/sys/unix by Ian Lance Taylor · 1 year, 9 months ago
  65. 7431dee lif: import syscall rather than golang.org/x/sys/unix by Ian Lance Taylor · 1 year, 9 months ago
  66. 0bcc04d http2: fix spec document links by Ronak Jain · 1 year, 9 months ago
  67. c7608f3 ipv4, ipv6: enable additional tests on darwin and ios by Tobias Klauser · 1 year, 9 months ago
  68. f92ba40 route: remove RTM_LOCK on openbsd by Tobias Klauser · 1 year, 9 months ago
  69. 1f511ac internal/socket: delete darwin/{386,arm} code by Tobias Klauser · 1 year, 9 months ago
  70. 41545e8 route: drops const that x/unix has by Meng Zhuo · 1 year, 10 months ago
  71. 993b7b1 net: update to new x/sys version by Ian Lance Taylor · 1 year, 9 months ago
  72. 0699458 html: escape comment and doctype tokens' data by Nigel Tao · 1 year, 10 months ago
  73. 46097bf internal/socket: support building with gccgo by Ian Lance Taylor · 1 year, 10 months ago
  74. a158d28 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 10 months ago
  75. 1185a90 ipv4,ipv6: retry ENOBUFS in TestPacketConnReadWriteUnicastUDP by Bryan C. Mills · 1 year, 10 months ago
  76. c90051b http2/h2i: update install documentation by Maxime Veber · 1 year, 10 months ago
  77. 69896b7 lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix by Tobias Klauser · 1 year, 10 months ago
  78. 1bab6f3 lif: use IFT_* consts from x/sys/unix by Tobias Klauser · 1 year, 11 months ago
  79. 263ec57 lif: remove unused sysIFF_* constants by Tobias Klauser · 1 year, 11 months ago
  80. 9d032be Revert "http2: enable VerboseLogs in TestTransportGroupsPendingDials" by Bryan Mills · 1 year, 11 months ago
  81. 355a448 http2: enable VerboseLogs in TestTransportGroupsPendingDials by Damien Neil · 1 year, 11 months ago
  82. 694bf12 http2: add newly dialed conns to the pool before signaling completion by Damien Neil · 1 year, 11 months ago
  83. fb05da6 nettest: skip known failure mode of TestTestConn/TCP/RacyRead on windows/arm64 by Bryan C. Mills · 1 year, 11 months ago
  84. c690dde http2: remove arbitrary timeouts in server_test.go by Bryan C. Mills · 1 year, 11 months ago
  85. c960675 http2: eliminate arbitrary timeouts in testServerResponse by Bryan C. Mills · 2 years ago
  86. c186220 http2: prioritize RST_STREAM frames in priority write scheduler by Antonio Ojea · 2 years, 3 months ago
  87. 5463443 go.mod: update golang.org/x/sys to latest version by Tobias Klauser · 2 years ago
  88. 1d687d4 http2/h2c: support direct hand off of h2c-upgrade connections by Damien Neil · 2 years ago
  89. 2e3eb7b http2: optimization of AppendHuffmanString by renthraysk · 2 years ago
  90. 183a9ca http2: exclude some header from 1xx responses by Kévin Dunglas · 2 years ago
  91. 20f9603 nettest: log more details about err for checkForTimeoutError by Zeke Lu · 2 years ago
  92. 45b2658 all: fix go vet warnings by Zeke Lu · 2 years ago
  93. 9564170 http2: allow sending 1xx responses by Kévin Dunglas · 2 years ago
  94. 2871e0c ipv4,ipv6: retry ENOBUFS and shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicastUDP by Bryan C. Mills · 2 years ago
  95. 1d1ef93 http2: use custom concurrent safe noBodyReader type when no body is present by Jorropo · 2 years, 1 month ago
  96. 1850ba1 http2: make the Server use the priority write scheduler by Antonio Ojea · 2 years, 3 months ago
  97. a630d4f http2: support concurrent Request.Close calls by Moshe Good · 2 years, 3 months ago
  98. 290c469 all: gofmt by Russ Cox · 2 years, 1 month ago
  99. aac1ed4 http2: skip "write: broken pipe" failures in TestServer on OpenBSD by Bryan C. Mills · 2 years, 1 month ago
  100. 749bd19 net/http2: omit invalid header value from error message by Alexander Yastrebov · 2 years, 7 months ago