1. d28f0bd all: follow convention for generated code comment by Tobias Klauser · 5 years ago
  2. 3f473d3 internal/socket: add support for freebsd/arm64 by Tobias Klauser · 5 years ago
  3. dbab0cf internal/socket: add support for openbsd/arm64 by Tobias Klauser · 5 years ago
  4. 461777f http2: support getting the Server connection's base context from net/http by Brad Fitzpatrick · 5 years ago
  5. 26fcbda go.mod: add go language version by Brad Fitzpatrick · 5 years ago
  6. d5cec38 http2: disable a flaky test on Windows for now, add more logging by Brad Fitzpatrick · 5 years ago
  7. 27ecd3f bpf: fix VM out of bounds LoadMemShift check by Arthur Fabre · 5 years ago
  8. 1492cef webdav: remove redundant trailing slash for root directory by Mykhailo Lesyk · 5 years ago
  9. 60506f4 internal/socket: add support for netbsd/arm64 by Tobias Klauser · 5 years ago
  10. f3200d1 internal/socket: remove leftover AF_* and SOCK_RAW constants on aix by Tobias Klauser · 5 years ago
  11. fa69b94 internal/socket: use AF_* and SOCK_RAW constants from x/sys by Tobias Klauser · 7 years ago
  12. 018c4d4 ipv4, ipv6, internal/socket: add riscv64 support by CarlosEDP · 5 years ago
  13. 3ec1911 http2: track reused connections by Michael Fraenkel · 5 years ago
  14. a4d6f7f http2/h2demo: stop using gitlock, use Go modules by Brad Fitzpatrick · 5 years ago
  15. f4e77d3 proxy: add ProxyFromEnvironmentUsing by Brad Fitzpatrick · 5 years ago
  16. 7f726ca proxy: add Dial (with context) by Jacob Blain Christen · 5 years ago
  17. 9ce7a69 html: implement ParseWithOptions and ParseFragmentWithOptions by Kunpei Sakai · 5 years ago
  18. 4829fb1 idna: update to Unicode 11 by Marcel van Lohuizen · 5 years ago
  19. afe8014 publicsuffix: domain labels may not be empty by Volker Dobler · 5 years ago
  20. ce75fb3 html: Add missing condition to 'in cell' insertion mode, required by spec by Tom Anthony · 5 years ago
  21. 574d568 html: add "in head noscript" im support by Kunpei Sakai · 5 years ago
  22. afa5a82 ipv4: clarify the range of broken freebsd kernel versions by Mikio Hara · 5 years ago
  23. 1f3472d icmp: add port for aix/ppc64 by chigotc · 5 years ago
  24. 8dbb310 ipv6: add port for aix/ppc64 by chigotc · 5 years ago
  25. c98bf44 ipv4: add port for aix/ppc64 by chigotc · 5 years ago
  26. 457ff44 internal/socket: add port for aix/ppc64 by chigotc · 5 years ago
  27. 1da14a5 http2: don't hang a stream if trailers values are not provided by marius a. eriksen · 5 years ago
  28. 4a65cf9 ipv4: work around FreeBSD 12.0 kernel running COMPAT_FREEBSD32 by Yuval Pavel Zholkover · 5 years ago
  29. eb5bcb5 publicsuffix: add a who-manages-this example by Nigel Tao · 5 years ago
  30. b630fd6 http2/h2i: add port for aix/ppc64 by chigotc · 5 years ago
  31. 74de082 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 5 years ago
  32. 63eda1e all: use of nettest, remove internal/nettest by Mikio Hara · 6 years ago
  33. 9bff7f1 bpf: use of nettest by Mikio Hara · 5 years ago
  34. 710a502 nettest: add SupportsRawSocket by Mikio Hara · 5 years ago
  35. 74e053c http2: make empty method mean GET by Michael Fraenkel · 5 years ago
  36. 15845e8 nettest: move helpers from internal/nettest package by Mikio Hara · 6 years ago
  37. a33f666 html: gofmt -w -s by Mikio Hara · 5 years ago
  38. e3b2ff5 html: fix parsing where nested tags of unknown types inadvertently close one another by Tom Anthony · 5 years ago
  39. addf6b3 nettest: remove Go 1.6 compatibility code by Matt Layher · 5 years ago
  40. 1272bf9 ipv4: work around FreeBSD 11.3 or 12 kernel running COMPAT_FREEBSD32 by Mikio Hara · 5 years ago
  41. 77544e6 all: make bit clear operator explicitly by Mikio Hara · 5 years ago
  42. d196dff Revert "ipv4: work around FreeBSD 12 kernel running COMPAT_FREEBSD32" by Mikio Hara · 5 years ago
  43. 7a92b51 ipv4: work around FreeBSD 12 kernel running COMPAT_FREEBSD32 by Mikio Hara · 5 years ago
  44. 9f648a6 ipv6: skip tests on aix, fuchsia and hurd by Mikio Hara · 5 years ago
  45. 7949ac6 ipv4: skip tests on aix, fuchsia and hurd by Mikio Hara · 5 years ago
  46. 1d742bf ipv6: replace errOpNoSupport with errNotImplemented by Mikio Hara · 5 years ago
  47. 511f794 ipv4: replace errOpNoSupport with errNotImplemented by Mikio Hara · 5 years ago
  48. 5c2c250 icmp: make non-privileged tests more adaptive by Mikio Hara · 5 years ago
  49. c19f08b icmp: replace errOpNoSupport with errNotImplemented by Mikio Hara · 5 years ago
  50. d888771 http2/h2demo: require golang.org/x/net@latest by Michael Matloob · 5 years ago
  51. 12eef18 all: add go.mod files, carve h2demo into separate module by Michael Matloob · 5 years ago
  52. 56fb011 icmp: add simple multipart message validation by Mikio Hara · 5 years ago
  53. c10a055 ipv6: drop support for go1.8 or below by Mikio Hara · 5 years ago
  54. 784e4c8 ipv4: drop support for go1.8 or below by Mikio Hara · 5 years ago
  55. c1c7484 internal/socket: drop support for go1.8 or below by Mikio Hara · 5 years ago
  56. b774fd8 ipv4: fix error values on header manipulation by Mikio Hara · 5 years ago
  57. 16b79f2 internal/socket: use correct cmsg alignment for netbsd/arm by Mikio Hara · 5 years ago
  58. 92fc7df http2: remove use of DeepEqual for testing errors by Brad Fitzpatrick · 5 years ago
  59. c95aed5 webdav: add trailing slash on directories by Mickael KERJEAN · 5 years ago
  60. e869164 ipv4: fix typo in comment by sergeydobrodey · 5 years ago
  61. 312bce6 internal/socket: make not implemented errors more descriptive by Mikio Hara · 5 years ago
  62. 617fbc8 ipv6: rename freebsd32o64 with compatFreeBSD32 for consistency by Mikio Hara · 5 years ago
  63. 1ea17d6 ipv4: rename freebsd32o64 with compatFreeBSD32 for consistency by Mikio Hara · 5 years ago
  64. d76a190 ipv6: make not implemented errors more descriptive by Mikio Hara · 5 years ago
  65. d6388d9 icmp: don't run diagnostic tests by default, even in long mode by Mikio Hara · 5 years ago
  66. 4602d50 icmp: simplify Message.Marshal by Mikio Hara · 5 years ago
  67. afe646c nettest: mark test helper functions by Santhosh Kumar Tekuri · 5 years ago
  68. 67f368f nettest: fix doc for testPresentTimeout by Santhosh Kumar Tekuri · 5 years ago
  69. 66a96c8 html: remove G+ reference from testdata by Brad Fitzpatrick · 5 years ago
  70. fe579d4 http2: fix a typo by zoncoen · 5 years ago
  71. 3a22650 html: remove unnecessary break by Kunpei Sakai · 5 years ago
  72. 65e2d4e http2/h2demo: fix the HTTP/1-vs-HTTP/2 demo after HSTS breakage by Brad Fitzpatrick · 5 years ago
  73. d26f9f9 html: update inSelectIM and inSelectInTableIM for the latest spec by Kunpei Sakai · 6 years ago
  74. 4b62a64 html: make (*nodeStack)contains distinguish namespace by Kunpei Sakai · 5 years ago
  75. ed066c8 http2: Revert a closed stream cannot receive data by Michael Fraenkel · 5 years ago
  76. 915654e trace: tighten the check for duplicate registration by Brad Fitzpatrick · 5 years ago
  77. be1c187 route: update package docs by Mikio Hara · 5 years ago
  78. 1e06a53 route: fix TestRouteMessage by Mikio Hara · 5 years ago
  79. 395948e proxy: support socks5h scheme in proxy URL by Wèi Cōngruì · 5 years ago
  80. be88a9a ipv4, ipv6: directly initialize ctlOpts and sockOpts by Tobias Klauser · 5 years ago
  81. 45ffb0c ipv4, ipv6: drop support for macOS 10.7 and earlier by Tobias Klauser · 5 years ago
  82. 1a61f44 route: add support for freebsd/arm64 by Tobias Klauser · 5 years ago
  83. a67830c internal/nettest: drop causesIPv6Crash by Tobias Klauser · 5 years ago
  84. 927f977 publicsuffix: hold icann-ness until wildcards fully match by Nigel Tao · 5 years ago
  85. 45fec1d publicsuffix: add comments on the icann return value by Nigel Tao · 5 years ago
  86. e147a91 internal/socket: use correct cmsg alignment for openbsd/arm by Joel Sing · 5 years ago
  87. 891ebc4 http2/hpack: track the beginning of a header block by Michael Fraenkel · 5 years ago
  88. 6105869 http2/h2c: Add missing error check by Michal Rostecki · 5 years ago
  89. 351d144 http2: revert Transport's strict interpretation of MAX_CONCURRENT_STREAMS by Brad Fitzpatrick · 5 years ago
  90. fae4c4e http2: confirm the test fix for golang/go#28762 was correct by Filippo Valsorda · 5 years ago
  91. adae6a3 internal/socket: use libc calls on darwin by Keith Randall · 5 years ago
  92. 777a393 route: use libc calls on Darwin by Keith Randall · 5 years ago
  93. 88d92db context/ctxhttp: remove Go 1.6 support, use std context by Dmitri Shuralyov · 5 years ago
  94. c98d57f http2: disable TLS 1.3 in failing test temporarily(?) by Brad Fitzpatrick · 5 years ago
  95. 03003ca internal/socket: simplify nested if-blocks by Mikio Hara · 5 years ago
  96. 04ba8c8 webdav: remove Go 1.6 support, use std context by Brad Fitzpatrick · 5 years ago
  97. ccbb57f trace: remove Go 1.6 support by Brad Fitzpatrick · 5 years ago
  98. 1c5f79c http2: don't leak streams on broken body by Ruslan Nigmatullin · 6 years ago
  99. a544f70 internal/socket: update zoneCache on cache misses to cover appearing interfaces by Michael Stapelberg · 5 years ago
  100. 10aee18 icmp, ipv4, ipv6: re-adjust build constraints by Mikio Hara · 5 years ago