1. ab400d3 http2/h2i: re-adjust build constraints by Mikio Hara · 5 years ago
  2. c10e955 icmp: fix InterfaceIdent.Index handling by uhei · 5 years ago
  3. b7e2968 Revert "icmp: fix ExtendedEchoRequest extension object" by Mikio Hara · 5 years ago
  4. e117301 icmp: fix ExtendedEchoRequest extension object by uhei · 5 years ago
  5. 22700d5 http2: remove support for Go 1.8 and earlier by Brad Fitzpatrick · 5 years ago
  6. c44066c http2: fix typos by Igor Zhilianin · 5 years ago
  7. 9b4f9f5 internal/nettest: add AIX operating system by chigotc · 6 years ago
  8. 04a2e54 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 6 years ago
  9. 49bb7ce bpf: support JumpIf on RegX instead of K by Arthur Fabre · 6 years ago
  10. 146acd2 route: don't run NET_RT_IFLIST vs. NET_RT_IFLISTL test in 386 emulation (again) by Mikio Hara · 6 years ago
  11. 68fc911 route: re-adjust routing message alignment for FreeBSD 386 emulation by Mikio Hara · 6 years ago
  12. f5e5bdd html: remove unnecessary namespace checking by Kunpei Sakai · 6 years ago
  13. 4dfa261 all: fix typos in comments by Jongmin Kim · 6 years ago
  14. f04abc6 html: add missing special elements for <svg> and <math> by Kunpei Sakai · 6 years ago
  15. cf3bd58 html: don't set im if <template> doesn't have HTML namespace by Kunpei Sakai · 6 years ago
  16. 2f5d238 html: avoid panic even if unconsidered <isindex> and <template> combination by Kunpei Sakai · 6 years ago
  17. 26e67e7 internal/socks: fix socket descriptor leakage in Dialer.Dial by Mikio Hara · 6 years ago
  18. 161cd47 html: add more comments to Parse and ParseFragment by Nigel Tao · 6 years ago
  19. 8a410e7 html: fix wrong comparison in foster parenting algorithm by Kunpei Sakai · 6 years ago
  20. 4bcd98c html: copy passed tests from chromium by Kunpei Sakai · 6 years ago
  21. faa378e html: handle end-of-file cases correctly by Kunpei Sakai · 6 years ago
  22. 922f481 http2: reduce init-time work & allocations by Brad Fitzpatrick · 6 years ago
  23. aaf6012 html: remove special procedure for <template> in frameset im by Kunpei Sakai · 6 years ago
  24. c394268 html: don't ignore token when current token is not <template> by Kunpei Sakai · 6 years ago
  25. f9ce57c icmp: clarify the format used by raw ICMP socket by Mikio Hara · 6 years ago
  26. b6095f6 ipv4: clarify the format used by raw IP socket by Mikio Hara · 6 years ago
  27. 19491d3 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 6 years ago
  28. f4c29de trace: better error message for double init by Jean de Klerk · 6 years ago
  29. 22bb95c http2/hpack: lazily build huffman table on first use by Brad Fitzpatrick · 6 years ago
  30. 32f9bdb http2/hpack: reduce memory for huffman decoding table by Brad Fitzpatrick · 6 years ago
  31. 49c15d8 http2: revert CL 107295 (don't sniff Content-type in Server when nosniff) by Brad Fitzpatrick · 6 years ago
  32. a0f8a16 ipv6: fix a typo by Mikio Hara · 6 years ago
  33. 27e6fde ipv4: fix a typo by Mikio Hara · 6 years ago
  34. 8d04b09 icmp: update docs by Mikio Hara · 6 years ago
  35. 17b7cf4 icmp: fix error values on message manipulation by Mikio Hara · 6 years ago
  36. c4299a1 http2/h2c: add h2c implementation (unencrypted HTTP/2) by William Chang · 6 years ago
  37. 3673e40 http2/h2demo: flush headers earlier in demo /ECHO handler by Brad Fitzpatrick · 6 years ago
  38. a680a1e http2: fix typo in comment by Brad Fitzpatrick · 6 years ago
  39. 179114c http2: reject large SETTINGS frames or those with duplicates by Brad Fitzpatrick · 6 years ago
  40. 81d44fd publicsuffix: add description of the PSL and eTLDs by Nigel Tao · 6 years ago
  41. 8887df4 dns/dnsmessage: fix bug in length fixup by Ian Gudger · 6 years ago
  42. d0887ba http2: fix bug in earlier CL 123615 by Brad Fitzpatrick · 6 years ago
  43. a1d6821 http2: export a field of an internal type for use by net/http by Brad Fitzpatrick · 6 years ago
  44. a45b4ab http2: ignore unknown 1xx responses like HTTP/1 by Brad Fitzpatrick · 6 years ago
  45. cffdcf6 http2: use GetBody unconditionally on Transport retry, when available by Brad Fitzpatrick · 6 years ago
  46. 039a425 http2: a closed stream cannot receive data by Michael Fraenkel · 6 years ago
  47. d5fb304 http2: fix race in TestServer_Headers_HalfCloseRemote by Michael Fraenkel · 6 years ago
  48. 292b43b http2: reject incoming HEADERS in Server on half-closed streams by Michael Fraenkel · 6 years ago
  49. 6a8eb5e http2: call httptrace.ClientTrace.GetConn in Transport when needed by Brad Fitzpatrick · 6 years ago
  50. b87faa7 http2: implement client initiated graceful shutdown by Olivier Poitrey · 8 years ago
  51. c4e4b2a http2: fire httptrace.ClientTrace.WroteHeaderField if set by Brad Fitzpatrick · 6 years ago
  52. c21de06 http/httpproxy: support CIDR notation and ports with NO_PROXY by Michael Fraenkel · 6 years ago
  53. 6f138e0 http2: compare Connection header value case-insensitively by Brad Fitzpatrick · 6 years ago
  54. 4d581e0 all: re-adjust build constraints for JS and NaCl by Mikio Hara · 6 years ago
  55. 32a936f html: don't ignore the token if the current node is form by Kunpei Sakai · 6 years ago
  56. 7d20a46 dns/dnsmessage: gofmt -w -s by Mikio Hara · 6 years ago
  57. 41b796e http2: fix expected message order in TestServerHandlerConnectionClose by Michael Fraenkel · 6 years ago
  58. ed29d75 ipv6: drop the use of syscall package in platform-independent code by Mikio Hara · 6 years ago
  59. c0ac1a5 ipv4: drop the use of syscall package in platform-independent code by Mikio Hara · 6 years ago
  60. a46fb68 icmp: drop the use of syscall package in platform-independent code by Mikio Hara · 6 years ago
  61. 87b3feb dns/dnsmessage: implement fmt.GoStringer.GoString by Ian Gudger · 6 years ago
  62. 4cb1c02 ipv6: don't fail test on JS by Mikio Hara · 6 years ago
  63. 4721d2d ipv4: don't fail test on JS by Mikio Hara · 6 years ago
  64. a9d87b1 icmp: don't fail test on JS by Mikio Hara · 6 years ago
  65. 97aa3a5 http2: make Server send GOAWAY if Handler sets "Connection: close" header by Brad Fitzpatrick · 6 years ago
  66. d1d521f http2: correct overflow protection by Michael Fraenkel · 6 years ago
  67. e514e69 http2: fix race in flaky TestServer_Rejects_TooSmall by Michael Fraenkel · 6 years ago
  68. afe8f62 websocket: add documentation to IsServerConn and IsClientConn by Gauthier Jolly · 6 years ago
  69. db08ff0 Revert "http2: add X-Content-Type-Options automatically to prevent sniffing" by Filippo Valsorda · 6 years ago
  70. 1e49130 publicsuffix: update table to latest list from publicsuffix.org by Nigel Tao · 6 years ago
  71. 7594486 internal/socks: add DialWithConn method to Dialer by Mikio Hara · 6 years ago
  72. 4ef37e8 internal/iana: follow the move of TOS/TC registry by Mikio Hara · 6 years ago
  73. 8d282c4 internal/socks: fix typo in comment by Tobias Klauser · 6 years ago
  74. 89e5432 icmp: fix typo by Mikio Hara · 6 years ago
  75. dfa909b http2: fix flaky TestTransportHandlerBodyClose by Brad Fitzpatrick · 6 years ago
  76. 9ef9f5b http2: receiving too much data is a protocol error by Michael Fraenkel · 6 years ago
  77. 8e0cdda webdav: allow the user to override the ETag and ContentType properties by Nick Craig-Wood · 6 years ago
  78. 5706520 webdav: convert to UTC before using http.TimeFormat by Brad Fitzpatrick · 6 years ago
  79. 2491c5d ipv4: fix typo in Header.Parse documentation by Matt Layher · 6 years ago
  80. f73e4c9 http2: add X-Content-Type-Options automatically to prevent sniffing by Filippo Valsorda · 6 years ago
  81. 3a7846f html: gofmt -w -s by Mikio Hara · 6 years ago
  82. d11bb6c http2: dynamic table updates must occur first by Michael Fraenkel · 6 years ago
  83. cbb82b5 lex/httplex, http/httpguts: merge the httplex package into httpguts by Brad Fitzpatrick · 6 years ago
  84. 403019b http2: set nextStreamID to 3 when AllowHTTP is set by Thanabodee Charoenpiriyakij · 6 years ago
  85. 640f462 internal/nettest: add js/wasm architecture by Richard Musiol · 6 years ago
  86. 5f9ae10 http2: terminate await request cancel goroutine on conn close by Mark Fischer · 6 years ago
  87. d41e817 html: handle rb and rtc elements by Kunpei Sakai · 6 years ago
  88. 84348c2 http2: don't sniff Content-type in Server when X-Content-Type-Options:nosniff by Baokun Lee · 6 years ago
  89. 8d16fa6 html: avoid invalid nil pointer access by Kunpei Sakai · 6 years ago
  90. 3121141 html/atom: add atom.Rb and atom.Rtc by Kunpei Sakai · 6 years ago
  91. a35a21d http2, http/httpguts: move ValidTrailerHeader to new common package http/httpguts by David Url · 6 years ago
  92. 500e7a4 html: add "in template" insertion mode support by namusyaka · 6 years ago
  93. 61147c4 internal/{socks,sockstest}: new packages by Mikio Hara · 7 years ago
  94. b3c676e netutil: unblock LimitListener.Accept on Close by Anand K. Mistry · 6 years ago
  95. b68f304 dns/dnsmessage: align error messages in test by Mikio Hara · 6 years ago
  96. d9ff770 dns/dnsmessage: add basic support for EDNS(0) by Mikio Hara · 7 years ago
  97. 6078986 icmp: add support for extended echo request and echo reply messages by Mikio Hara · 7 years ago
  98. 92b859f ipv6: update icmp parameters by Mikio Hara · 7 years ago
  99. 344b2e3 ipv4: update icmp parameters by Mikio Hara · 7 years ago
  100. 08b7f81 internal/iana: add address family number constants by Mikio Hara · 7 years ago