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