1. 84348c2 http2: don't sniff Content-type in Server when X-Content-Type-Options:nosniff by Baokun Lee · 6 years ago
  2. 8d16fa6 html: avoid invalid nil pointer access by Kunpei Sakai · 6 years ago
  3. 3121141 html/atom: add atom.Rb and atom.Rtc by Kunpei Sakai · 6 years ago
  4. a35a21d http2, http/httpguts: move ValidTrailerHeader to new common package http/httpguts by David Url · 6 years ago
  5. 500e7a4 html: add "in template" insertion mode support by namusyaka · 6 years ago
  6. 61147c4 internal/{socks,sockstest}: new packages by Mikio Hara · 7 years ago
  7. b3c676e netutil: unblock LimitListener.Accept on Close by Anand K. Mistry · 6 years ago
  8. b68f304 dns/dnsmessage: align error messages in test by Mikio Hara · 6 years ago
  9. d9ff770 dns/dnsmessage: add basic support for EDNS(0) by Mikio Hara · 7 years ago
  10. 6078986 icmp: add support for extended echo request and echo reply messages by Mikio Hara · 7 years ago
  11. 92b859f ipv6: update icmp parameters by Mikio Hara · 7 years ago
  12. 344b2e3 ipv4: update icmp parameters by Mikio Hara · 7 years ago
  13. 08b7f81 internal/iana: add address family number constants by Mikio Hara · 7 years ago
  14. a4c73ec icmp: use subtests by Mikio Hara · 7 years ago
  15. 24dd378 dns/dnsmessage: reject compressed SRV resource records by Ian Gudger · 6 years ago
  16. e0c57d8 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  17. 892bf7b dns/dnsmessage: correctly handle multiple and >255 byte TXT records by Ian Gudger · 6 years ago
  18. 803fdb9 ipv4, ipv6, icmp, internal/socket: fix build on netbsd/arm by Mikio Hara · 6 years ago
  19. ae89d30 route: avoid unnecessary type conversions by namusyaka · 6 years ago
  20. d0aafc7 trace: fix races on concurrent Trace method calls by David Howden · 6 years ago
  21. 07e8617 http2/h2demo: set externalTrafficPolicy to preserve client IPs by Brad Fitzpatrick · 6 years ago
  22. d25186b dns/dnsmessage: fix go vet warning about unkeyed composite literals by Ian Gudger · 6 years ago
  23. 22ae77b dns/dnsmessage: change Builder to append and update documentation by Ian Gudger · 6 years ago
  24. cbe0f93 all: remove "the" duplications by namusyaka · 6 years ago
  25. 136a25c html: update quotes about the list of active formatting elements by namusyaka · 6 years ago
  26. 2e7f24a html: update section numbers by namusyaka · 6 years ago
  27. dc948df http2: use RFC 723x as normative reference in docs by David Url · 6 years ago
  28. f5dfe33 publicsuffix: update table to latest list from publicsuffix.org by Nigel Tao · 6 years ago
  29. 2fb46b1 dns/dnsmessage: don't use untrusted data to pre-allocate slices by Lorenz Bauer · 6 years ago
  30. b417086 http2/h2demo: pass h2demo tag to gitlock by Brad Fitzpatrick · 6 years ago
  31. d19327a http2/h2demo: enable HTTP ACME challenges, move from CoreOS to Kubernetes by Brad Fitzpatrick · 6 years ago
  32. 309822c html/atom: add atom.Acronym by Nigel Tao · 6 years ago
  33. 0ed95ab all: use HTTPS for iana.org links by Kevin Burke · 6 years ago release-branch.go1.10
  34. 5ccada7 html: fix misleading Tokenizer.Token comment by Nigel Tao · 6 years ago
  35. ab555f3 http2: add internal function isNoCachedConnError to test for ErrNoCachedConn by Brad Fitzpatrick · 6 years ago
  36. 434ec0c dns/dnsmessage: update docs for terminology alignment by Mikio Hara · 7 years ago
  37. 42fe2e1 http2: don't check WriteHeader status if we've already sent the header by Brad Fitzpatrick · 6 years ago
  38. d866cfc internal/socket: fix typos by Mikio Hara · 6 years ago
  39. dc871a5 Revert "internal/socket: enable {recv,send}mmsg on NetBSD" by Mikio Hara · 6 years ago
  40. f073e08 Revert "ipv4: enable {Read,Write}Batch methods of {Packet,Raw}Conn on NetBSD" by Mikio Hara · 6 years ago
  41. 9709904 Revert "ipv6: enable {Read,Write}Batch methods of PacketConn on NetBSD" by Mikio Hara · 6 years ago
  42. eb818ae ipv4: enable {Read,Write}Batch methods of {Packet,Raw}Conn on NetBSD by Mikio Hara · 6 years ago
  43. 5c0ad18 internal/socket: enable {recv,send}mmsg on NetBSD by Mikio Hara · 6 years ago
  44. a0df083 ipv6: enable {Read,Write}Batch methods of PacketConn on NetBSD by Mikio Hara · 6 years ago
  45. faacc1b internal/socket: add support for darwin/arm64 by Mikio Hara · 6 years ago
  46. a8b9294 internal/nettest: skip unixpacket tests on netbsd/386 by Brad Fitzpatrick · 6 years ago
  47. 894f8ed http2: fix flake in net/http's TestCloseIdleConnections_h2 by Tom Bergan · 6 years ago
  48. 6921abc http2: discard logger output in invalid response tests by Gregory Man · 6 years ago
  49. fc492d2 http/httpproxy: fix build on Go 1.8 by Brad Fitzpatrick · 6 years ago
  50. e6a4aa3 http2: fix leak in activeRes by removing activeRes by Tom Bergan · 6 years ago
  51. db473f6 http2: don't autodetect Content-Type when the response has an empty body by Tom Bergan · 6 years ago
  52. d3b7d8c http2: panic on invalid WriteHeader status code by Brad Fitzpatrick · 6 years ago
  53. 80e70a3 http2: fix race on ClientConn.maxFrameSize by Tom Bergan · 6 years ago
  54. 3e050b2 http2: don't crash in Transport on server's DATA following bogus HEADERS by Brad Fitzpatrick · 6 years ago
  55. c708664 http/httpproxy: new package by Roger Peppe · 6 years ago
  56. fb01801 http2: don't log about timeouts reading client preface on new connections by Brad Fitzpatrick · 6 years ago
  57. 9dfe398 net/html: add missing package name in doc example by Frederic Guillot · 6 years ago
  58. a337091 http2: require either ECDSA or RSA ciphersuite by Anmol Sethi · 8 years ago
  59. 01c1902 http2: fix transport data race on reused *http.Request objects by Tom Bergan · 6 years ago
  60. 49e6db1 idna: bug fix imported from x/text by Marcel van Lohuizen · 6 years ago
  61. ea0da6f http2: remove afterReqBodyWriteError wrapper by Tom Bergan · 6 years ago
  62. c73622c dns/dnsmessage: add AppendPack method to Message by Ben Burkert · 7 years ago
  63. 7b572d5 route: work around macOS kernel bug by Russ Cox · 6 years ago
  64. 4b14673 idna: updated to Unicode 10.0.0 by Marcel van Lohuizen · 7 years ago
  65. 92447d5 http2: Discard data reads on HEAD requests by Michael Fraenkel · 6 years ago
  66. 5561cd9 context: mention standard library version in package comment by Francisco Rojas · 6 years ago
  67. cd69bc3 http2: always delay closing the connection after sending GOAWAY by Tom Bergan · 7 years ago
  68. aabf507 proxy: fix typos in comments by Joe Kyo · 7 years ago
  69. 1087133 net/http2: reset client stream after processing response headers by Anand K. Mistry · 7 years ago
  70. a04bdac internal/socket: make ipv4, ipv6 and icmp work again on android by Mikio Hara · 7 years ago
  71. 4f8c76a internal/socket: don't crash with empty Message.Buffers by Mikio Hara · 7 years ago
  72. 0a93976 README: flush out description by Kevin Burke · 7 years ago
  73. 278c6cf html/atom: sync html table with the current whatwg spec by Kunpei Sakai · 7 years ago
  74. 0744d00 proxy: add mention of RFC 1929 for SOCKS5 by Joe Kyo · 7 years ago
  75. b60f3a9 html: add main and keygen as special element by namusyaka · 7 years ago
  76. 43a6ada publicsuffix: allow to encode up to 1023 children in the table by Volker Dobler · 7 years ago
  77. 411fb0e README: style syntax to markdown by Avelino · 7 years ago
  78. 8351a75 all: fix article typos by namusyaka · 7 years ago
  79. 859d1a8 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 7 years ago
  80. b129b8e idna: add test for domains containing non-ASCII dots by Hiroaki Nakamura · 7 years ago
  81. 66aacef http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn by Mike Appleby · 8 years ago
  82. 57efc9c http2: reject DATA frame before HEADERS frame by Olivier Poitrey · 7 years ago
  83. 1c05540 http2: block RoundTrip when the Transport hits MaxConcurrentStreams by Tom Bergan · 7 years ago
  84. 167db31 http2/h2i: add flag to dial one ip:port but SNI/:authority like it's another by Brad Fitzpatrick · 7 years ago
  85. 090ebbd http2: fix Go 1.6 build by Brad Fitzpatrick · 7 years ago
  86. 945ddfd http2: retry requests after receiving REFUSED STREAM by Tom Bergan · 7 years ago
  87. f5079bd route: make DefaultAddr convey newly added information on OpenBSD by Mikio Hara · 7 years ago
  88. ab54850 route: tweak comment on metric types by Mikio Hara · 7 years ago
  89. 7b7efd8 http2/h2i: dump PUSH_PROMISE headers in h2i by Tom Bergan · 7 years ago
  90. 02ac38e dns/dnsmessage: improve test coverage of skipping by Ian Gudger · 7 years ago
  91. aa7a5b9 ipv6: update RFC number of IPv6 specification in docs by Mikio Hara · 7 years ago
  92. cabdc3a ipv4: update RFC number of IPv6 specification in docs by Mikio Hara · 7 years ago
  93. 5d0d709 net: replaces "hostname" with "host name" in the proxy package by Daniela Petruzalek · 7 years ago
  94. b3756b4 context: use Go 1.9 type alias for CancelFunc and Context by Rhys Hiltner · 7 years ago
  95. f01ecb6 http2: fix format argument warnings in tests by Tobias Klauser · 7 years ago
  96. 054b33e proxy: add support for ALL_PROXY and NO_PROXY by Shi Han Ng · 7 years ago
  97. 570fa1c ipv6: simplify tests and benchmarks by Mikio Hara · 7 years ago
  98. e1ae248 ipv4: simplify tests and benchmarks by Mikio Hara · 7 years ago
  99. f5bfe5c dns/dnsmessage: tweak the error value on nil resource body by Mikio Hara · 7 years ago
  100. 1f92242 context: sync ExampleWithTimeout with std lib context by Dmitri Shuralyov · 7 years ago