1. 120fc90 http2: change default frame scheduler to round robin by Damien Neil · 1 year, 2 months ago
  2. 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names by Mateusz Poliwczak · 12 months ago
  3. d28c0b1 all: fix some comments by cui fliter · 1 year ago
  4. daac0ce go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago v0.10.0
  5. 82780d6 http2: don't reuse connections that are experiencing errors by Damien Neil · 1 year, 1 month ago
  6. 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS by Tobias Klauser · 1 year ago
  7. 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1 by Tobias Klauser · 1 year, 1 month ago
  8. eb1572c html: another shot at security doc by Roland Shoemaker · 1 year, 1 month ago
  9. 9001ca7 nettest: re-enable unixpacket tests on netbsd/386 by Tobias Klauser · 1 year, 1 month ago
  10. 3d5a8ee internal/socks: permit authenticating with an empty password by iseki · 1 year, 5 months ago
  11. 694cff8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago v0.9.0
  12. 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt by Bryan C. Mills · 1 year, 2 months ago
  13. 9f24bb4 http2: properly discard data received after request/response body is closed by Damien Neil · 1 year, 2 months ago
  14. 08dda57 html: fix package doc typo by Roland Shoemaker · 1 year, 2 months ago
  15. dfa2b5d go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago v0.8.0
  16. 8c4ef2f hmtl: add security section to package comment by Roland Shoemaker · 1 year, 5 months ago
  17. 1d46ed8 html: have Render escape comments less often by Nigel Tao · 1 year, 3 months ago
  18. 569fe81 html: add "Microsoft Outlook comment" tests by Nigel Tao · 1 year, 3 months ago
  19. 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding by Damien Neil · 1 year, 5 months ago v0.7.0
  20. 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning by Damien Neil · 1 year, 3 months ago
  21. 39940ad html: parse comments per HTML spec by Nigel Tao · 1 year, 3 months ago
  22. 87ce33e go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago v0.6.0
  23. 415cb6d all: fix some comments by cui fliter · 1 year, 3 months ago
  24. 7e3c19c all: correct typos in comments by Oleksandr Redko · 1 year, 3 months ago
  25. 296f09a http2: case insensitive handling for 100-continue by Michael Fraenkel · 1 year, 4 months ago
  26. f8411da nettest: fix tests on dragonfly and js/wasm by Cuong Manh Le · 1 year, 4 months ago
  27. 8e0e7d8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.5.0
  28. 7805fdc http2: rewrite inbound flow control tracking by Damien Neil · 1 year, 6 months ago
  29. 2aa8215 nettest: use RoutedInterface for probing network stack capability by Cuong Manh Le · 1 year, 5 months ago
  30. ad92d3d websocket: don't recommend Gorilla by Ian Lance Taylor · 1 year, 5 months ago
  31. e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth by Dmitri Shuralyov · 1 year, 5 months ago
  32. 1e63c2f http2: limit canonical header cache by bytes, not entries by Damien Neil · 1 year, 5 months ago v0.4.0
  33. 3247b5b go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago v0.3.0
  34. ecf7fda http2: deflake TestTransportMaxFrameReadSize by Damien Neil · 1 year, 6 months ago
  35. 0833b63 publicsuffix: embed table data by Damien Neil · 1 year, 6 months ago
  36. ecf091a publicsuffix: update table to latest list from publicsuffix.org by Damien Neil · 1 year, 6 months ago
  37. 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting by robaho · 2 years, 6 months ago
  38. 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support by Eli Lindsey · 1 year, 7 months ago
  39. a2d827a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago v0.2.0
  40. 15e1b25 http2: speed up TestTransportRetryHasLimit by Damien Neil · 1 year, 7 months ago
  41. 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError by Damien Neil · 1 year, 7 months ago
  42. efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes by Damien Neil · 1 year, 7 months ago
  43. a870f35 http2: support Server.ReadTimeout by Damien Neil · 1 year, 7 months ago
  44. d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 1 year, 6 months ago
  45. 702349b http2/h2c: handle errors when reading HTTP/1 request body by Damien Neil · 1 year, 6 months ago
  46. 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body by Nikola Jokic · 1 year, 7 months ago
  47. a1278a7 http2: add common header caching to Transport to reduce allocations by Eli Lindsey · 1 year, 7 months ago
  48. c877839 http2: add a few other common headers to the shared headermap cache by Eli Lindsey · 1 year, 7 months ago
  49. c630100 http2: discard more frames after GOAWAY by Damien Neil · 1 year, 8 months ago
  50. 0c1aede http2: calculate a correct window increment size for a stream by Zeke Lu · 1 year, 7 months ago
  51. 84c13af http2/hpack: build static table with go generate by Tomasz Jezierski · 1 year, 8 months ago
  52. 430a433 html: properly handle exclamation marks in comments by Roland Shoemaker · 1 year, 7 months ago
  53. da05058 net/http: remove unnecessary slicing by ChristLZS · 1 year, 7 months ago
  54. 1568cf9 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago v0.1.0
  55. cb67ada internal/socket: add support for openbsd/ppc64 by Joel Sing · 1 year, 7 months ago
  56. 311fa19 internal/socket: add support for openbsd/riscv64 by Joel Sing · 1 year, 7 months ago
  57. f25eb7e all: update golang.org/x/sys by Joel Sing · 1 year, 7 months ago
  58. f15817d webdav: ignore path and perm errors in PROPFIND by Kyle Larose · 3 years, 4 months ago
  59. 0b7e1fb all: fix a few function names on comments by cui fliter · 1 year, 7 months ago
  60. 8021a29 publicsuffix: change node table entry size to 40 bits by Damien Neil · 1 year, 8 months ago
  61. bcab684 all: use time.Since instead of time.Now().Sub by hopehook · 1 year, 7 months ago
  62. 107f3e3 http2: don't return from RoundTrip until request body is closed by Damien Neil · 1 year, 8 months ago
  63. f486391 http2: improved Request.Body.Close not to hold lock on connection by Nikola Jokic · 1 year, 9 months ago
  64. aa73b25 http2: handle MaxUploadBufferPerConnection of 65535 by Damien Neil · 1 year, 8 months ago
  65. 02166a9 internal/socket: properly reset Iov and Control on the msghdr by Marten Seemann · 1 year, 9 months ago
  66. 8be6392 webdav: replace os.SEEK_XXX with io.SeekXXX by cui fliter · 1 year, 8 months ago
  67. d300de1 http2: don't rely on double-close of a net.Conn failing by Damien Neil · 1 year, 8 months ago
  68. db77216 http2: remove race from TestTransportCancelDataResponseRace by Michael Fraenkel · 3 years ago
  69. d0c6ba3 http2: close client connections after receiving GOAWAY by Damien Neil · 1 year, 8 months ago
  70. 2e0b12c http2: Send WindowUpdates when remaining bytes are below a threshold by Damien Neil · 1 year, 8 months ago
  71. bf014ff http2: send undeclared trailers when body is not written by Damien Neil · 1 year, 8 months ago
  72. 4a395b0 Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 1 year, 8 months ago
  73. f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold by Michael Fraenkel · 5 years ago
  74. ca03788 dns/dnsmessage: remove unnecessary []byte conversions by Mateusz Poliwczak · 1 year, 9 months ago
  75. 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2 by Weidi Deng · 1 year, 9 months ago
  76. f8f703f http2: accept HEAD requests with a body by Damien Neil · 1 year, 10 months ago
  77. bea034e all: remove redundant type conversion by cui fliter · 1 year, 8 months ago
  78. 1e95f45 http/httpproxy: remove comment on https proxy precedance by Sean Liao · 1 year, 8 months ago
  79. f3363e0 http2: handle server errors after sending GOAWAY by Damien Neil · 2 years, 2 months ago
  80. 83b083e internal/socket: add missing import to zos-s390x file by David Chase · 1 year, 9 months ago
  81. b0a4917 dns/dnsmessage: use exported MustNewName in example by Mateusz Poliwczak · 1 year, 9 months ago
  82. 3211cb9 nettest: fix Unix socket test on macOS by Russ Cox · 1 year, 9 months ago
  83. 4c34ddd http2: delete multipart form tempfiles after ServeHTTP returns by Damien Neil · 1 year, 9 months ago
  84. 1d4ff48 http2: add DialTLSContext to Transport by Dreamacro · 2 years ago
  85. 13a9a73 http2: fix conn flow control when stream closes on bad content-length by Ronak Jain · 1 year, 9 months ago
  86. 07c6da5 dns/dnsmessage: add AD and CD bits support by Mateusz Poliwczak · 2 years ago
  87. f428fae all: add FreeBSD riscv64 support by Meng Zhuo · 1 year, 10 months ago
  88. a33c5aa route: import syscall rather than golang.org/x/sys/unix by Ian Lance Taylor · 1 year, 9 months ago
  89. 7431dee lif: import syscall rather than golang.org/x/sys/unix by Ian Lance Taylor · 1 year, 9 months ago
  90. 0bcc04d http2: fix spec document links by Ronak Jain · 1 year, 9 months ago
  91. c7608f3 ipv4, ipv6: enable additional tests on darwin and ios by Tobias Klauser · 1 year, 10 months ago
  92. f92ba40 route: remove RTM_LOCK on openbsd by Tobias Klauser · 1 year, 10 months ago
  93. 1f511ac internal/socket: delete darwin/{386,arm} code by Tobias Klauser · 1 year, 10 months ago
  94. 41545e8 route: drops const that x/unix has by Meng Zhuo · 1 year, 10 months ago
  95. 993b7b1 net: update to new x/sys version by Ian Lance Taylor · 1 year, 10 months ago
  96. 0699458 html: escape comment and doctype tokens' data by Nigel Tao · 1 year, 10 months ago
  97. 46097bf internal/socket: support building with gccgo by Ian Lance Taylor · 1 year, 10 months ago
  98. a158d28 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 10 months ago
  99. 1185a90 ipv4,ipv6: retry ENOBUFS in TestPacketConnReadWriteUnicastUDP by Bryan C. Mills · 1 year, 10 months ago
  100. c90051b http2/h2i: update install documentation by Maxime Veber · 1 year, 10 months ago