1. 7594486 internal/socks: add DialWithConn method to Dialer by Mikio Hara · 6 years ago
  2. 4ef37e8 internal/iana: follow the move of TOS/TC registry by Mikio Hara · 6 years ago
  3. 8d282c4 internal/socks: fix typo in comment by Tobias Klauser · 6 years ago
  4. 89e5432 icmp: fix typo by Mikio Hara · 6 years ago
  5. dfa909b http2: fix flaky TestTransportHandlerBodyClose by Brad Fitzpatrick · 6 years ago
  6. 9ef9f5b http2: receiving too much data is a protocol error by Michael Fraenkel · 6 years ago
  7. 8e0cdda webdav: allow the user to override the ETag and ContentType properties by Nick Craig-Wood · 6 years ago
  8. 5706520 webdav: convert to UTC before using http.TimeFormat by Brad Fitzpatrick · 6 years ago
  9. 2491c5d ipv4: fix typo in Header.Parse documentation by Matt Layher · 6 years ago
  10. f73e4c9 http2: add X-Content-Type-Options automatically to prevent sniffing by Filippo Valsorda · 6 years ago
  11. 3a7846f html: gofmt -w -s by Mikio Hara · 6 years ago
  12. d11bb6c http2: dynamic table updates must occur first by Michael Fraenkel · 6 years ago
  13. cbb82b5 lex/httplex, http/httpguts: merge the httplex package into httpguts by Brad Fitzpatrick · 6 years ago
  14. 403019b http2: set nextStreamID to 3 when AllowHTTP is set by Thanabodee Charoenpiriyakij · 6 years ago
  15. 640f462 internal/nettest: add js/wasm architecture by Richard Musiol · 6 years ago
  16. 5f9ae10 http2: terminate await request cancel goroutine on conn close by Mark Fischer · 6 years ago
  17. d41e817 html: handle rb and rtc elements by Kunpei Sakai · 6 years ago
  18. 84348c2 http2: don't sniff Content-type in Server when X-Content-Type-Options:nosniff by Baokun Lee · 6 years ago
  19. 8d16fa6 html: avoid invalid nil pointer access by Kunpei Sakai · 6 years ago
  20. 3121141 html/atom: add atom.Rb and atom.Rtc by Kunpei Sakai · 6 years ago
  21. a35a21d http2, http/httpguts: move ValidTrailerHeader to new common package http/httpguts by David Url · 6 years ago
  22. 500e7a4 html: add "in template" insertion mode support by namusyaka · 6 years ago
  23. 61147c4 internal/{socks,sockstest}: new packages by Mikio Hara · 7 years ago
  24. b3c676e netutil: unblock LimitListener.Accept on Close by Anand K. Mistry · 6 years ago
  25. b68f304 dns/dnsmessage: align error messages in test by Mikio Hara · 6 years ago
  26. d9ff770 dns/dnsmessage: add basic support for EDNS(0) by Mikio Hara · 7 years ago
  27. 6078986 icmp: add support for extended echo request and echo reply messages by Mikio Hara · 7 years ago
  28. 92b859f ipv6: update icmp parameters by Mikio Hara · 7 years ago
  29. 344b2e3 ipv4: update icmp parameters by Mikio Hara · 7 years ago
  30. 08b7f81 internal/iana: add address family number constants by Mikio Hara · 7 years ago
  31. a4c73ec icmp: use subtests by Mikio Hara · 7 years ago
  32. 24dd378 dns/dnsmessage: reject compressed SRV resource records by Ian Gudger · 6 years ago
  33. e0c57d8 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  34. 892bf7b dns/dnsmessage: correctly handle multiple and >255 byte TXT records by Ian Gudger · 6 years ago
  35. 803fdb9 ipv4, ipv6, icmp, internal/socket: fix build on netbsd/arm by Mikio Hara · 6 years ago
  36. ae89d30 route: avoid unnecessary type conversions by namusyaka · 6 years ago
  37. d0aafc7 trace: fix races on concurrent Trace method calls by David Howden · 6 years ago
  38. 07e8617 http2/h2demo: set externalTrafficPolicy to preserve client IPs by Brad Fitzpatrick · 6 years ago
  39. d25186b dns/dnsmessage: fix go vet warning about unkeyed composite literals by Ian Gudger · 6 years ago
  40. 22ae77b dns/dnsmessage: change Builder to append and update documentation by Ian Gudger · 6 years ago
  41. cbe0f93 all: remove "the" duplications by namusyaka · 6 years ago
  42. 136a25c html: update quotes about the list of active formatting elements by namusyaka · 6 years ago
  43. 2e7f24a html: update section numbers by namusyaka · 6 years ago
  44. dc948df http2: use RFC 723x as normative reference in docs by David Url · 6 years ago
  45. f5dfe33 publicsuffix: update table to latest list from publicsuffix.org by Nigel Tao · 6 years ago
  46. 2fb46b1 dns/dnsmessage: don't use untrusted data to pre-allocate slices by Lorenz Bauer · 6 years ago
  47. b417086 http2/h2demo: pass h2demo tag to gitlock by Brad Fitzpatrick · 6 years ago
  48. d19327a http2/h2demo: enable HTTP ACME challenges, move from CoreOS to Kubernetes by Brad Fitzpatrick · 6 years ago
  49. 309822c html/atom: add atom.Acronym by Nigel Tao · 6 years ago
  50. 0ed95ab all: use HTTPS for iana.org links by Kevin Burke · 6 years ago release-branch.go1.10
  51. 5ccada7 html: fix misleading Tokenizer.Token comment by Nigel Tao · 6 years ago
  52. ab555f3 http2: add internal function isNoCachedConnError to test for ErrNoCachedConn by Brad Fitzpatrick · 6 years ago
  53. 434ec0c dns/dnsmessage: update docs for terminology alignment by Mikio Hara · 7 years ago
  54. 42fe2e1 http2: don't check WriteHeader status if we've already sent the header by Brad Fitzpatrick · 6 years ago
  55. d866cfc internal/socket: fix typos by Mikio Hara · 6 years ago
  56. dc871a5 Revert "internal/socket: enable {recv,send}mmsg on NetBSD" by Mikio Hara · 6 years ago
  57. f073e08 Revert "ipv4: enable {Read,Write}Batch methods of {Packet,Raw}Conn on NetBSD" by Mikio Hara · 6 years ago
  58. 9709904 Revert "ipv6: enable {Read,Write}Batch methods of PacketConn on NetBSD" by Mikio Hara · 6 years ago
  59. eb818ae ipv4: enable {Read,Write}Batch methods of {Packet,Raw}Conn on NetBSD by Mikio Hara · 6 years ago
  60. 5c0ad18 internal/socket: enable {recv,send}mmsg on NetBSD by Mikio Hara · 6 years ago
  61. a0df083 ipv6: enable {Read,Write}Batch methods of PacketConn on NetBSD by Mikio Hara · 6 years ago
  62. faacc1b internal/socket: add support for darwin/arm64 by Mikio Hara · 6 years ago
  63. a8b9294 internal/nettest: skip unixpacket tests on netbsd/386 by Brad Fitzpatrick · 6 years ago
  64. 894f8ed http2: fix flake in net/http's TestCloseIdleConnections_h2 by Tom Bergan · 6 years ago
  65. 6921abc http2: discard logger output in invalid response tests by Gregory Man · 6 years ago
  66. fc492d2 http/httpproxy: fix build on Go 1.8 by Brad Fitzpatrick · 6 years ago
  67. e6a4aa3 http2: fix leak in activeRes by removing activeRes by Tom Bergan · 6 years ago
  68. db473f6 http2: don't autodetect Content-Type when the response has an empty body by Tom Bergan · 6 years ago
  69. d3b7d8c http2: panic on invalid WriteHeader status code by Brad Fitzpatrick · 6 years ago
  70. 80e70a3 http2: fix race on ClientConn.maxFrameSize by Tom Bergan · 6 years ago
  71. 3e050b2 http2: don't crash in Transport on server's DATA following bogus HEADERS by Brad Fitzpatrick · 6 years ago
  72. c708664 http/httpproxy: new package by Roger Peppe · 6 years ago
  73. fb01801 http2: don't log about timeouts reading client preface on new connections by Brad Fitzpatrick · 6 years ago
  74. 9dfe398 net/html: add missing package name in doc example by Frederic Guillot · 6 years ago
  75. a337091 http2: require either ECDSA or RSA ciphersuite by Anmol Sethi · 8 years ago
  76. 01c1902 http2: fix transport data race on reused *http.Request objects by Tom Bergan · 6 years ago
  77. 49e6db1 idna: bug fix imported from x/text by Marcel van Lohuizen · 6 years ago
  78. ea0da6f http2: remove afterReqBodyWriteError wrapper by Tom Bergan · 6 years ago
  79. c73622c dns/dnsmessage: add AppendPack method to Message by Ben Burkert · 7 years ago
  80. 7b572d5 route: work around macOS kernel bug by Russ Cox · 7 years ago
  81. 4b14673 idna: updated to Unicode 10.0.0 by Marcel van Lohuizen · 7 years ago
  82. 92447d5 http2: Discard data reads on HEAD requests by Michael Fraenkel · 7 years ago
  83. 5561cd9 context: mention standard library version in package comment by Francisco Rojas · 7 years ago
  84. cd69bc3 http2: always delay closing the connection after sending GOAWAY by Tom Bergan · 7 years ago
  85. aabf507 proxy: fix typos in comments by Joe Kyo · 7 years ago
  86. 1087133 net/http2: reset client stream after processing response headers by Anand K. Mistry · 7 years ago
  87. a04bdac internal/socket: make ipv4, ipv6 and icmp work again on android by Mikio Hara · 7 years ago
  88. 4f8c76a internal/socket: don't crash with empty Message.Buffers by Mikio Hara · 7 years ago
  89. 0a93976 README: flush out description by Kevin Burke · 7 years ago
  90. 278c6cf html/atom: sync html table with the current whatwg spec by Kunpei Sakai · 7 years ago
  91. 0744d00 proxy: add mention of RFC 1929 for SOCKS5 by Joe Kyo · 7 years ago
  92. b60f3a9 html: add main and keygen as special element by namusyaka · 7 years ago
  93. 43a6ada publicsuffix: allow to encode up to 1023 children in the table by Volker Dobler · 7 years ago
  94. 411fb0e README: style syntax to markdown by Avelino · 7 years ago
  95. 8351a75 all: fix article typos by namusyaka · 7 years ago
  96. 859d1a8 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 7 years ago
  97. b129b8e idna: add test for domains containing non-ASCII dots by Hiroaki Nakamura · 7 years ago
  98. 66aacef http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn by Mike Appleby · 8 years ago
  99. 57efc9c http2: reject DATA frame before HEADERS frame by Olivier Poitrey · 7 years ago
  100. 1c05540 http2: block RoundTrip when the Transport hits MaxConcurrentStreams by Tom Bergan · 7 years ago