1. ea0da6f http2: remove afterReqBodyWriteError wrapper by Tom Bergan · 7 years ago
  2. c73622c dns/dnsmessage: add AppendPack method to Message by Ben Burkert · 7 years ago
  3. 7b572d5 route: work around macOS kernel bug by Russ Cox · 7 years ago
  4. 4b14673 idna: updated to Unicode 10.0.0 by Marcel van Lohuizen · 7 years ago
  5. 92447d5 http2: Discard data reads on HEAD requests by Michael Fraenkel · 7 years ago
  6. 5561cd9 context: mention standard library version in package comment by Francisco Rojas · 7 years ago
  7. cd69bc3 http2: always delay closing the connection after sending GOAWAY by Tom Bergan · 7 years ago
  8. aabf507 proxy: fix typos in comments by Joe Kyo · 7 years ago
  9. 1087133 net/http2: reset client stream after processing response headers by Anand K. Mistry · 7 years ago
  10. a04bdac internal/socket: make ipv4, ipv6 and icmp work again on android by Mikio Hara · 7 years ago
  11. 4f8c76a internal/socket: don't crash with empty Message.Buffers by Mikio Hara · 7 years ago
  12. 0a93976 README: flush out description by Kevin Burke · 7 years ago
  13. 278c6cf html/atom: sync html table with the current whatwg spec by Kunpei Sakai · 7 years ago
  14. 0744d00 proxy: add mention of RFC 1929 for SOCKS5 by Joe Kyo · 7 years ago
  15. b60f3a9 html: add main and keygen as special element by namusyaka · 7 years ago
  16. 43a6ada publicsuffix: allow to encode up to 1023 children in the table by Volker Dobler · 7 years ago
  17. 411fb0e README: style syntax to markdown by Avelino · 7 years ago
  18. 8351a75 all: fix article typos by namusyaka · 7 years ago
  19. 859d1a8 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 7 years ago
  20. b129b8e idna: add test for domains containing non-ASCII dots by Hiroaki Nakamura · 7 years ago
  21. 66aacef http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn by Mike Appleby · 8 years ago
  22. 57efc9c http2: reject DATA frame before HEADERS frame by Olivier Poitrey · 7 years ago
  23. 1c05540 http2: block RoundTrip when the Transport hits MaxConcurrentStreams by Tom Bergan · 7 years ago
  24. 167db31 http2/h2i: add flag to dial one ip:port but SNI/:authority like it's another by Brad Fitzpatrick · 7 years ago
  25. 090ebbd http2: fix Go 1.6 build by Brad Fitzpatrick · 7 years ago
  26. 945ddfd http2: retry requests after receiving REFUSED STREAM by Tom Bergan · 7 years ago
  27. f5079bd route: make DefaultAddr convey newly added information on OpenBSD by Mikio Hara · 7 years ago
  28. ab54850 route: tweak comment on metric types by Mikio Hara · 7 years ago
  29. 7b7efd8 http2/h2i: dump PUSH_PROMISE headers in h2i by Tom Bergan · 7 years ago
  30. 02ac38e dns/dnsmessage: improve test coverage of skipping by Ian Gudger · 7 years ago
  31. aa7a5b9 ipv6: update RFC number of IPv6 specification in docs by Mikio Hara · 7 years ago
  32. cabdc3a ipv4: update RFC number of IPv6 specification in docs by Mikio Hara · 7 years ago
  33. 5d0d709 net: replaces "hostname" with "host name" in the proxy package by Daniela Petruzalek · 7 years ago
  34. b3756b4 context: use Go 1.9 type alias for CancelFunc and Context by Rhys Hiltner · 7 years ago
  35. f01ecb6 http2: fix format argument warnings in tests by Tobias Klauser · 7 years ago
  36. 054b33e proxy: add support for ALL_PROXY and NO_PROXY by Shi Han Ng · 7 years ago
  37. 570fa1c ipv6: simplify tests and benchmarks by Mikio Hara · 7 years ago
  38. e1ae248 ipv4: simplify tests and benchmarks by Mikio Hara · 7 years ago
  39. f5bfe5c dns/dnsmessage: tweak the error value on nil resource body by Mikio Hara · 7 years ago
  40. 1f92242 context: sync ExampleWithTimeout with std lib context by Dmitri Shuralyov · 7 years ago
  41. c81e7f2 context: deflake example by Brad Fitzpatrick · 7 years ago
  42. d4223d6 http2: refund connection flow control on DATA frames received after reset by Tom Bergan · 7 years ago
  43. 8663ed5 dns/dnsmessage: don't crash with nil resource body by Mikio Hara · 7 years ago
  44. 455220f dns/dnsmessage: move example code into example_test.go by Mikio Hara · 7 years ago
  45. 1274847 dns/dnsmessage: fix a typo by Mikio Hara · 7 years ago
  46. d997483 idna: update from x/text by Marcel van Lohuizen · 7 years ago
  47. 5f8847a dns/dnsmessage: additional test coverage by Ian Gudger · 7 years ago
  48. 30f0301 dns/dnsmessage: allocation free DNS message parsing and building by Ian Gudger · 7 years ago
  49. 057a25b ipv6: report a destination address on write error by Mikio Hara · 7 years ago
  50. a272b72 ipv4: report a destination address on write error by Mikio Hara · 7 years ago
  51. f9d2e38 icmp: use socket.NativeEndian by Mikio Hara · 7 years ago
  52. 454122b ipv6: use socket.NativeEndian by Mikio Hara · 7 years ago
  53. fe686d4 http2: fix Server race by Brad Fitzpatrick · 7 years ago
  54. 1816238 trace: export /debug/requests and /debug/events handlers by Jaana Burcu Dogan · 7 years ago
  55. 973f3f3 http2: make Transport treat http.NoBody like it were nil by Brad Fitzpatrick · 7 years ago
  56. ddf80d0 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 7 years ago
  57. 6b17b9b http2: stop rejecting outgoing paths beginning with two slashes by Brad Fitzpatrick · 7 years ago
  58. dfe83d4 internal/socket: don't crash with corrupted control messages by Mikio Hara · 7 years ago
  59. 9c9a3f3 bpf: add Setter interface by Matt Layher · 7 years ago
  60. 1a68b13 http2: fix up comment on unexported connError type by Brad Fitzpatrick · 7 years ago
  61. e78b1e4 ipv6: don't crash with corrupted control messages by Mikio Hara · 7 years ago
  62. ec5a957 ipv4: don't crash with corrupted control messages by Mikio Hara · 7 years ago
  63. 59a0b19 ipv6: deflake multicast listener tests by Mikio Hara · 7 years ago
  64. bcf7175 ipv4: deflake multicast listener tests by Mikio Hara · 7 years ago
  65. e4fa1c5 bpf: fix type of Extension constants by Lucas Bremgartner · 7 years ago
  66. 3da985c internal/socket: fix 386 emulation on amd64 for FreeBSD by Mikio Hara · 7 years ago
  67. 48359f4 ipv6: add {Read,Write}Batch methods to PacketConn by Mikio Hara · 7 years ago
  68. b7a1f62 ipv4: add {Read,Write}Batch methods to {Packet,Raw}Conn by Mikio Hara · 7 years ago
  69. 3470a06 http2: fix nil dereference after Read completes with an error by Tom Bergan · 7 years ago
  70. 06b2bf2 http2: fix typo in comment by David Lazar · 7 years ago
  71. b8b1343 internal/socket: add message IO functionality by Mikio Hara · 7 years ago
  72. f61a773 internal/socket: add platform-dependent boilerplate files by Mikio Hara · 7 years ago
  73. 7dcfb80 nettest: skip testConcurrentMethods on Plan 9 by David du Colombier · 7 years ago
  74. 5b58a9c http2/hpack: gofmt -w -s by Mikio Hara · 7 years ago
  75. 445979b internal/iana: update DSCP names by Mikio Hara · 7 years ago
  76. aa0b216 Revert "ipv4, ipv6, internal/netreflect, bpf: fix the x/net build" by Mikio Hara · 7 years ago
  77. e1564c3 internal/socket: merge internal/netreflect into internal/socket package by Mikio Hara · 7 years ago
  78. bd58382 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package by Mikio Hara · 7 years ago
  79. c4fa6e0 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package by Mikio Hara · 7 years ago
  80. 50e760f internal/socket: new package by Mikio Hara · 7 years ago
  81. d8bd24b http2: fix RFC number typo in comment by Brad Fitzpatrick · 7 years ago
  82. a8e8f92 http2: remove extra goroutine stack from awaitGracefulShutdown by Tom Bergan · 7 years ago
  83. 1a26cf0 http2: Discard DATA frames from the server after the response body is closed by Tom Bergan · 7 years ago
  84. 5961165 http2: mostly test for Transport memory issue by Brad Fitzpatrick · 7 years ago
  85. 4dbf598 http2/hpack: remove unused pair function from package by Dmitri Shuralyov · 7 years ago
  86. 0d77224 http2/hpack: remove pair function and initialize directly by Todd Neal · 7 years ago
  87. 5139290 http2: fix style inconsistency in test by Mikio Hara · 7 years ago
  88. 3405706 http2: reduce the number of select cases in serverConn.server by Brad Fitzpatrick · 7 years ago
  89. 84f0e6f http2: fix lock contention slowdown due to gracefulShutdownCh by Tom Bergan · 7 years ago
  90. c9b681d http2/hpack: move initialization to a static table by Todd Neal · 7 years ago
  91. fcc8ed8 lif: rename internal types by Mikio Hara · 7 years ago
  92. feeb485 http2: add all bad ciphers, use package constants by Dmitry Savintsev · 7 years ago
  93. 0819898 xsrftoken: panic for unsafe zero length keys by Martin Probst · 7 years ago
  94. da118f7 route: don't fail test when at least one version of INET protocols is available by Mikio Hara · 7 years ago
  95. a25ba90 lif: don't fail test when at least one version of INET protocols is available by Mikio Hara · 7 years ago
  96. d212a1e trace: support Go 1.6 again by Brad Fitzpatrick · 7 years ago
  97. 0b588ed nettest: break on unexpected error by Eyal Posener · 7 years ago
  98. c8c7437 trace: use standard library context by Brad Fitzpatrick · 7 years ago
  99. 5602c73 http2: Use NO_ERROR instead of CANCEL when responding before the request is finished by Tom Bergan · 7 years ago
  100. d1e1b35 http2: enforce write deadline per stream by Kale Blankenship · 7 years ago