1. 6b27048 route: drop support for go1.5 by Mikio Hara · 8 years ago
  2. adc6ba9 lif: drop support for go1.5 by Mikio Hara · 8 years ago
  3. b4690f4 internal/netreflect: don't build on go1.9 or above by Mikio Hara · 8 years ago
  4. 61557ac publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 8 years ago
  5. a689eb3 proxy: split SOCKS5 Dial method in two by Michel Lespinasse · 8 years ago
  6. 349ad30 context/ctxhttp: close httptest server by haya14busa · 8 years ago
  7. 236b8f0 internal/netreflect: fix test on NaCl and Plan 9 by Mikio Hara · 8 years ago
  8. b7fd658 route: fix typo by Mikio Hara · 8 years ago
  9. 41bba8d route: add support for the manipulation of routing informaion by Mikio Hara · 8 years ago
  10. 007e530 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites by Brad Fitzpatrick · 8 years ago
  11. 357296a all: single space after period by Dmitri Shuralyov · 8 years ago
  12. f249948 idna: Revert "use code generated by internal x/text package" by Nigel Tao · 8 years ago
  13. 0ab64c5 bpf: implement fmt.Stringer for BPF instructions by Lucas Bremgartner · 8 years ago
  14. c427ad7 trace: initialize templates lazily by Tonis Tiigi · 9 years ago
  15. 2497afe ipv4: simplify init function for darwin by Mikio Hara · 8 years ago
  16. 60c41d1 internal/netreflect: more use of internal/nettest package by Mikio Hara · 8 years ago
  17. db8e241 internal/nettest: add missing support for "unixgram" to TestableNetwork by Mikio Hara · 8 years ago
  18. 7741202 http2: nit in TestServer_Push_StateTransitions by Tom Bergan · 8 years ago
  19. 4aaac4b http2: fix flake in TestServer_Push_StateTransitions by Tom Bergan · 8 years ago
  20. b03f0d9 internal/nettest: add TestableNetwork, NewLocalListener and NewLocalPacketListener by Mikio Hara · 8 years ago
  21. 9e4ed97 nettest: use of internal/nettest package by Mikio Hara · 8 years ago
  22. e99677b http2/h2i: strip port from server name in client hello by voutasaurus · 8 years ago
  23. 9e26e06 internal/netreflect: use of internal/nettest package by Mikio Hara · 8 years ago
  24. 6c39fad http2/h2i: send RequestURI as path, to not lose query args by Brad Fitzpatrick · 8 years ago
  25. da2b4fa x/net/bpf: cleanup TestAsmDisasm by Lucas Bremgartner · 8 years ago
  26. b7883d2 http2: fix nits found by vet by Mikio Hara · 8 years ago
  27. ae05321 bpf: disasm load extension to type LoadExtension by Lucas Bremgartner · 8 years ago
  28. 279e808 bpf: disasm "fake" jump conditions by Lucas Bremgartner · 8 years ago
  29. 905989b ipv6: add missing BUGS section for Windows by Mikio Hara · 8 years ago
  30. bb2257b ipv4: drop package name prefix from identifiers in docs for consistency by Mikio Hara · 8 years ago
  31. 094f037 ipv6: drop package name prefix from identifiers in docs for consistency by Mikio Hara · 8 years ago
  32. 67957fd idna: use code generated by internal x/text package by Marcel van Lohuizen · 8 years ago
  33. 69d4b8a http2: remove unnecessary TODO for trailer keys allocation by Meir Fischer · 8 years ago
  34. 8fd7f25 http2: clear WriteTimeout in Server by Kale Blankenship · 8 years ago
  35. 45e7717 http2: fix typo by Brad Fitzpatrick · 8 years ago
  36. 4909c4c http2: fix incorrect panic by Tom Bergan · 8 years ago
  37. 989b0d9 http2: add regression test for issue golang/go#18326 by Tom Bergan · 8 years ago
  38. 1195a05 http2: fix race in writePushPromise by Tom Bergan · 8 years ago
  39. 468bac8 icmp: add missing BUGS section by Mikio Hara · 8 years ago
  40. f483ac3 ipv6: add missing BUGS section by Mikio Hara · 8 years ago
  41. 0cc8884 ipv4: add missing BUGS section by Mikio Hara · 8 years ago
  42. cfae461 context: deflake tests under Go 1.6 by Brad Fitzpatrick · 8 years ago
  43. b1a2d6e http2: speed up TestTransportFlowControl in short mode by Brad Fitzpatrick · 8 years ago
  44. 3d9a20a http2: don't flush a stream's write queue in sc.resetStream by Tom Bergan · 8 years ago
  45. e31bd58 http2: allow Transport to connect to https://[v6literal]/ without port by Brad Fitzpatrick · 8 years ago
  46. cbed01e http2: log Framer reads and writes when a server test fails by Tom Bergan · 8 years ago
  47. 944c58e ipv4: deflake TestConnUnicastSocketOptions on Windows by Brad Fitzpatrick · 8 years ago
  48. de22433 ipv4: add missing IP_HDRINCL option on Windows by Mikio Hara · 8 years ago
  49. 9773060 nettest: update comment on MakePipe by Mikio Hara · 8 years ago
  50. 76a3353 ipv6: add support for linux/{mips,mipsle} by Mikio Hara · 8 years ago
  51. 188ede5 ipv4: add support for linux/{mips,mipsle} by Mikio Hara · 8 years ago
  52. 8dab929 http2: make Transport retry on server's GOAWAY graceful shutdown by Brad Fitzpatrick · 8 years ago
  53. 0c96df3 http2: fix minor stream accounting bug by Tom Bergan · 8 years ago
  54. 4a1c855 http2: test for retry after GOAWAY by Tom Bergan · 8 years ago
  55. 6cdc0da nettest: add package to test for networking conformance by Joe Tsai · 8 years ago
  56. 97edce0 websocket: mention the gorilla package by Brad Fitzpatrick · 8 years ago
  57. 4971afd ipv6: don't fail test on IPv6 disabled kernel by Mikio Hara · 8 years ago
  58. 1fd7727 ipv6: simplify references to RFCs in package documentation by Mikio Hara · 8 years ago
  59. 45b0d82 ipv6: document that package ipv6 doesn't support Darwin kernel version 12 or below by Mikio Hara · 8 years ago
  60. 6683f96 internal/nettest: make SupportsIPv6 return false on Darwin kernel version 12 or below by Mikio Hara · 8 years ago
  61. 1c5acb2 http2: fix a typo by Mikio Hara · 8 years ago
  62. e57319c http2: don't crash when writing RST_STREAM on idle or closed streams by Tom Bergan · 8 years ago
  63. cac2206 trace: remove internal Google reference from comment by Tormod Erevik Lea · 8 years ago
  64. 5bc3a08 webdav: gofmt -w -s by Mikio Hara · 8 years ago
  65. 00ed5e9 http2: schedule RSTStream writes onto its stream's queue by Brad Fitzpatrick · 8 years ago
  66. 0dd7c8d http2/h2demo: use Let's Encrypt for the TLS cert by Brad Fitzpatrick · 8 years ago
  67. 6dfeb34 http2: make Server respect http1 Server's SetKeepAlivesEnabled by Brad Fitzpatrick · 8 years ago
  68. 8566e93 Revert "ipv6: disable multicast packet delivery tests on darwin 12 or below" by Mikio Hara · 8 years ago
  69. 67a4d4e ipv6: disable multicast packet delivery tests on darwin 12 or below by Mikio Hara · 9 years ago
  70. 0e2717d http2: conditionally log stacks from panics in Server Handlers like net/http by Brad Fitzpatrick · 8 years ago
  71. 9ef2211 http2: fix CloseNotify data race by Brad Fitzpatrick · 8 years ago
  72. 40d3034 http2: don't overflow stream IDs in server push by Tom Bergan · 8 years ago
  73. e36fcd2 http2: fix racey and flaky server push test by Tom Bergan · 8 years ago
  74. 87635b2 http2: disable server push on receiving a GOAWAY by Tom Bergan · 8 years ago
  75. 5d99779 all: make copyright headers consistent with one space after period by Dmitri Shuralyov · 8 years ago
  76. 55a3084 http2: fix state tracking for pushed streams by Tom Bergan · 8 years ago
  77. 158696d Revert "context: use Go 1.8 type alias for CancelFunc and Context" by Brad Fitzpatrick · 8 years ago
  78. 569280f http2: fix over-aggressive ignoring of frames while in "go away" mode by Brad Fitzpatrick · 8 years ago
  79. 6c4ac8b http2: fix Transport race sending RST_STREAM while reading DATA on cancels by Brad Fitzpatrick · 8 years ago
  80. 3389dde http2: remove h2-14 ALPN proto by Brad Fitzpatrick · 8 years ago
  81. 4bb47a1 webdav: add Context argument to FileSystem interface by Daniel Theophanes · 8 years ago
  82. 541150a http2: make http2.Server access http1's Server via an interface check by Brad Fitzpatrick · 8 years ago
  83. 4cfeeeb http2/h2i: do not assume that stdin value is always 0 by Alex Brainman · 8 years ago
  84. 73058b0 http2: add support for graceful shutdown of Server by Brad Fitzpatrick · 8 years ago
  85. d6520b8 webdav: fix recently-broken tests by Brad Fitzpatrick · 8 years ago
  86. 76c1a11 http2: change how Server.IdleTimeout is initialized from http.Server by Brad Fitzpatrick · 8 years ago
  87. fca93ed http2/h2i: update line endings for recent change to console package by Brad Fitzpatrick · 8 years ago
  88. 3fe3024 webdav: have escapeXML perform fewer allocations. by Nigel Tao · 8 years ago
  89. dffc95c context: use Go 1.8 type alias for CancelFunc and Context by Brad Fitzpatrick · 8 years ago
  90. b336a97 http2: initialize Server.IdleTimeout from http.Server as http1 does by Brad Fitzpatrick · 8 years ago
  91. b626cca http2: fix optimized write scheduling by Brad Fitzpatrick · 8 years ago
  92. c46f265 http2: implement support for server push by Tom Bergan · 8 years ago
  93. 65dfc08 http2: reject stream self-dependencies by Tom Bergan · 8 years ago
  94. e7b1435 http2: optimize server frame writes by Brad Fitzpatrick · 8 years ago
  95. 4be9b97 http2: interface to support pluggable schedulers by Tom Bergan · 9 years ago
  96. 5695785 publicsuffix: update table to latest list from publicsuffix.org by Nigel Tao · 8 years ago
  97. c33d378 http2: add Server.IdleTimeout by Brad Fitzpatrick · 8 years ago
  98. f11d712 webdav: escape displayname by Luka Zakrajšek · 8 years ago
  99. 41c5c5c http2: make Server return conn protocol errors on bad idle stream frames by Brad Fitzpatrick · 8 years ago
  100. 40a0a18 http2: fix Server race with concurrent Read/Close by Brad Fitzpatrick · 8 years ago