1. 62affa3 x/net/http2: reject HTTP/2 Content-Length headers containing a sign by Paschalis Tsilias · 4 years ago
  2. c890458 net/http2: fix erringRoundTripper by Michael Fraenkel · 3 years, 10 months ago
  3. 3edf25e publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 3 years, 9 months ago
  4. ab34263 dns/dnsmessage: remove use of fmt that crept in by Russ Cox · 3 years, 10 months ago
  5. 4c52546 all: update golang.org/x/crypto to v0.0.0-20200622213623-75b288015ac9 by Brad Fitzpatrick · 3 years, 11 months ago
  6. 627f964 x/net/http2: don't rely on TCP CloseWrite in tests on Plan 9 by Richard Miller · 4 years ago
  7. 3c3fba1 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 4 years ago
  8. 0ba52f6 http2: perform connection health check by Chao Xu · 4 years, 2 months ago
  9. 59133d7 http2: read request in TestTransportBodyLargerThanXXX by Ian Lance Taylor · 4 years ago
  10. d87ec0c http2: skip OS-dependent tests on Plan 9 by Richard Miller · 4 years ago
  11. a91f071 icmp, webdav/internal/xml: avoid string(int) by Brad Fitzpatrick · 4 years ago
  12. 7e3656a ipv4: remove unused const maxHeaderLen by Tobias Klauser · 4 years ago
  13. 1ed2336 http2: use ASCII space trimming for parsing Trailer header by Filippo Valsorda · 4 years ago
  14. e0ff5e5 http2: mark some structs as non-comparable by Brad Fitzpatrick · 4 years ago
  15. ff2c4b7 http2: remove unused addConn by Jia Zhan · 4 years ago
  16. e086a09 route: fix spelling of 'represents' in RIBType doc by Ali Farooq · 4 years, 1 month ago
  17. d3edc99 go.mod: update golang.org/x/sys to fix riscv64 build by Tobias Klauser · 4 years, 2 months ago
  18. 118fecf http2/h2demo: update gopher image URL by Dmitri Shuralyov · 4 years, 2 months ago
  19. 1c781a1 gitignore: remove obsolete reference to .hgignore in comment by Yannic Bonenberger · 4 years, 2 months ago
  20. 63522db http2: reduce allocations of (*clientConnReadLoop).handleReponse by Olivier Poitrey · 4 years, 2 months ago
  21. 244492d dns/dnsmessage: correct error message to be readable by Ian Lance Taylor · 4 years, 2 months ago
  22. 0de0cce publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 4 years, 3 months ago
  23. 491c5fc dns/dnsmessage: avoid string(i) where i has type int by Ian Lance Taylor · 4 years, 2 months ago
  24. 5d076fc dns/dnsmessage: remove unused funcs skipText and skipBytes by Tobias Klauser · 4 years, 3 months ago
  25. 5a598a2 http2: remove unused errors by Tobias Klauser · 4 years, 3 months ago
  26. 078779b route: fill correctly field by Dreamacro · 4 years, 4 months ago
  27. 4628272 http2: remove unused stream struct fields by Tobias Klauser · 4 years, 3 months ago
  28. f229aea ipv4, ipv6: remove or move unused err* vars by Tobias Klauser · 4 years, 3 months ago
  29. 1617124 html: add the RawNode NodeType by Nigel Tao · 4 years, 3 months ago
  30. 6afb519 http2: fix typo in comment by Pure White · 4 years, 4 months ago
  31. c0dbc17 webdav: allow empty host in move by Alexandr Mayorskiy · 4 years, 6 months ago
  32. e7e4b65 html: improve coding style by Kunpei Sakai · 4 years, 5 months ago
  33. 51f0931 html: update adoption agency algorithm by Kunpei Sakai · 4 years, 5 months ago
  34. 1ddd1de html: implement generic raw text element parsing algorithm by Kunpei Sakai · 4 years, 5 months ago
  35. afd1edf html: drop <isindex> and <command> specific handlings by Kunpei Sakai · 4 years, 6 months ago
  36. 5ee1b9f http2: workaround TCPConn CloseWrite not being supported on Plan 9 by Fazlul Shahriar · 4 years, 5 months ago
  37. ef20fe5 http2: make Transport.IdleConnTimeout consider wall (not monotonic) time by Brad Fitzpatrick · 4 years, 6 months ago
  38. ffdde10 html: implement adjusted current node and make parser support foreign fragment by Kunpei Sakai · 4 years, 6 months ago
  39. 72fef5d html: remove "filterres" from svg attribute adjustments by Kunpei Sakai · 4 years, 6 months ago
  40. 8f7fa26 html: support #script-(on|off) directives for tests by Kunpei Sakai · 4 years, 6 months ago
  41. b954d4e html: add Main support by Kunpei Sakai · 4 years, 6 months ago
  42. 4163a4d publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 4 years, 6 months ago
  43. fc4aabc ipv4, ipv6: use SockFprog definitions from x/sys/unix by Tobias Klauser · 4 years, 6 months ago
  44. d06c31c internal/socket: pass race detection if CGO is not enabled by Emmanuel T Odeke · 4 years, 6 months ago
  45. f9c8255 netutil: fix goroutine error handling in test by Lars Lehtonen · 4 years, 6 months ago
  46. 2180aed internal/socket: tell race detector about syscall reads and writes by Keith Randall · 4 years, 6 months ago
  47. daa7c04 internal/timeseries: avoid storing numbers as durations by JP Sugarbroad · 4 years, 6 months ago
  48. c7154b7 webdav: fix dropped test error by Lars Lehtonen · 4 years, 6 months ago
  49. 4ba9e2e icmp: fix ListenPacket panic by songjiayang · 4 years, 10 months ago
  50. 42ef8db http2: add missing test update from CL 200317 by Brad Fitzpatrick · 4 years, 6 months ago
  51. 9aaf51a netutil: fix test to not t.Fatal from goroutine by Lars Lehtonen · 4 years, 6 months ago
  52. 380dde4 http2: make CipherSuites validation error more verbose by Brad Fitzpatrick · 4 years, 7 months ago
  53. 7e6e90b html: port html5lib test data from html5lib/html5lib-tests by Kunpei Sakai · 4 years, 6 months ago
  54. 6f6bbb1 html: add Dialog support by Kunpei Sakai · 4 years, 6 months ago
  55. a882066 nettest: use unixStrmDgramEnabled on AIX by Mikio Hara · 5 years ago
  56. 0deb692 idna: update tables to Unicode 12 by Marcel van Lohuizen · 4 years, 6 months ago
  57. fe3aa8a ipv4: use unsafe.Sizeof on struct size, not pointer size by Brad Fitzpatrick · 4 years, 6 months ago
  58. 53de4c7 http2: fix test goroutine by Lars Lehtonen · 4 years, 7 months ago
  59. d64ee3f ipv4: fix unsafe pointer conversion in parseInterface by Cuong Manh Le · 4 years, 7 months ago
  60. 83d349e ipv4, ipv6: add support for freebsd/arm64 by Dmitri Goutnik · 4 years, 7 months ago
  61. ec77196 ipv6: re-enable tests on Dragonfly by Tobias Klauser · 4 years, 7 months ago
  62. 24d2ffb all: fix tests on dragonfly after ABI changes by Tobias Klauser · 4 years, 7 months ago
  63. da9a3fd http2: make Transport.NewClientConn respect Transport.DisableKeepAlives by Moritz Fain · 4 years, 7 months ago
  64. 2ba7206 http2: track unread bytes when the pipe is broken by Michael Fraenkel · 4 years, 10 months ago
  65. 491137f http2: split cookie pair into separate hpack header fields by Olivier Poitrey · 5 years ago
  66. d66e710 http2: do not sniff body if Content-Encoding is set by Emmanuel T Odeke · 4 years, 7 months ago
  67. 72f9393 http2/h2demo: update README by Brad Fitzpatrick · 4 years, 7 months ago
  68. d98b1b4 http2: fix memory leak in random write scheduler by Brad Fitzpatrick · 4 years, 7 months ago
  69. 2ec1893 html: fix tokenizer error by Dario · 4 years, 8 months ago
  70. 2e5a9a9 html: add Tokenizer.Raw comment re byte offsets by Nigel Tao · 4 years, 7 months ago
  71. c5a3c61 all: adjust defs for Dragonfly BSD by Antonio Huete Jimenez · 4 years, 7 months ago
  72. c00fd9a http2/h2demo: deploy with Go 1.13 by Dmitri Shuralyov · 4 years, 8 months ago
  73. aa69164 xsrftoken: escape colons by Gregory Man · 4 years, 8 months ago
  74. 1a5e07d websocket: Add nhooyr.io/websocket to the deprecation message by Anmol Sethi · 4 years, 8 months ago
  75. a8b05e9 http2/h2demo: remove h2demo build constraint by Dmitri Shuralyov · 4 years, 8 months ago
  76. c858923 internal/socket: remove unused sizeofMmsghdr const by Tobias Klauser · 4 years, 8 months ago
  77. 24e19bd http2: end stream eagerly after sending the request body by Tianji Wu · 5 years ago
  78. a7b1673 all: fix typos by Ainar Garipov · 4 years, 8 months ago
  79. ba9fcec http2: correct ServeConnOpts.context's nil receiver check by Aofei Sheng · 4 years, 9 months ago
  80. 74dc4d7 http2: limit number of control frames in server send queue by Filippo Valsorda · 4 years, 9 months ago
  81. ca1201d http2: use updated URI in doc by Pascal Dierich · 4 years, 10 months ago
  82. da137c7 proxy: fix TestDial failures on wasm/js by Jacob Blain Christen · 4 years, 11 months ago
  83. 3b0461e internal/socket, ipv4, ipv6: add support for GOOS=illumos by Tobias Klauser · 4 years, 11 months ago
  84. b5b0513 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 5 years ago
  85. d28f0bd all: follow convention for generated code comment by Tobias Klauser · 5 years ago
  86. 3f473d3 internal/socket: add support for freebsd/arm64 by Tobias Klauser · 5 years ago
  87. dbab0cf internal/socket: add support for openbsd/arm64 by Tobias Klauser · 5 years ago
  88. 461777f http2: support getting the Server connection's base context from net/http by Brad Fitzpatrick · 5 years ago
  89. 26fcbda go.mod: add go language version by Brad Fitzpatrick · 5 years ago
  90. d5cec38 http2: disable a flaky test on Windows for now, add more logging by Brad Fitzpatrick · 5 years ago
  91. 27ecd3f bpf: fix VM out of bounds LoadMemShift check by Arthur Fabre · 5 years ago
  92. 1492cef webdav: remove redundant trailing slash for root directory by Mykhailo Lesyk · 5 years ago
  93. 60506f4 internal/socket: add support for netbsd/arm64 by Tobias Klauser · 5 years ago
  94. f3200d1 internal/socket: remove leftover AF_* and SOCK_RAW constants on aix by Tobias Klauser · 5 years ago
  95. fa69b94 internal/socket: use AF_* and SOCK_RAW constants from x/sys by Tobias Klauser · 7 years ago
  96. 018c4d4 ipv4, ipv6, internal/socket: add riscv64 support by CarlosEDP · 5 years ago
  97. 3ec1911 http2: track reused connections by Michael Fraenkel · 5 years ago
  98. a4d6f7f http2/h2demo: stop using gitlock, use Go modules by Brad Fitzpatrick · 5 years ago
  99. f4e77d3 proxy: add ProxyFromEnvironmentUsing by Brad Fitzpatrick · 5 years ago
  100. 7f726ca proxy: add Dial (with context) by Jacob Blain Christen · 5 years ago