1. c81e7f2 context: deflake example by Brad Fitzpatrick · 7 years ago
  2. d4223d6 http2: refund connection flow control on DATA frames received after reset by Tom Bergan · 7 years ago
  3. 8663ed5 dns/dnsmessage: don't crash with nil resource body by Mikio Hara · 7 years ago
  4. 455220f dns/dnsmessage: move example code into example_test.go by Mikio Hara · 7 years ago
  5. 1274847 dns/dnsmessage: fix a typo by Mikio Hara · 7 years ago
  6. d997483 idna: update from x/text by Marcel van Lohuizen · 7 years ago
  7. 5f8847a dns/dnsmessage: additional test coverage by Ian Gudger · 7 years ago
  8. 30f0301 dns/dnsmessage: allocation free DNS message parsing and building by Ian Gudger · 7 years ago
  9. 057a25b ipv6: report a destination address on write error by Mikio Hara · 7 years ago
  10. a272b72 ipv4: report a destination address on write error by Mikio Hara · 7 years ago
  11. f9d2e38 icmp: use socket.NativeEndian by Mikio Hara · 7 years ago
  12. 454122b ipv6: use socket.NativeEndian by Mikio Hara · 7 years ago
  13. fe686d4 http2: fix Server race by Brad Fitzpatrick · 7 years ago
  14. 1816238 trace: export /debug/requests and /debug/events handlers by Jaana Burcu Dogan · 7 years ago
  15. 973f3f3 http2: make Transport treat http.NoBody like it were nil by Brad Fitzpatrick · 7 years ago
  16. ddf80d0 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 7 years ago
  17. 6b17b9b http2: stop rejecting outgoing paths beginning with two slashes by Brad Fitzpatrick · 7 years ago
  18. dfe83d4 internal/socket: don't crash with corrupted control messages by Mikio Hara · 7 years ago
  19. 9c9a3f3 bpf: add Setter interface by Matt Layher · 7 years ago
  20. 1a68b13 http2: fix up comment on unexported connError type by Brad Fitzpatrick · 7 years ago
  21. e78b1e4 ipv6: don't crash with corrupted control messages by Mikio Hara · 7 years ago
  22. ec5a957 ipv4: don't crash with corrupted control messages by Mikio Hara · 7 years ago
  23. 59a0b19 ipv6: deflake multicast listener tests by Mikio Hara · 7 years ago
  24. bcf7175 ipv4: deflake multicast listener tests by Mikio Hara · 7 years ago
  25. e4fa1c5 bpf: fix type of Extension constants by Lucas Bremgartner · 7 years ago
  26. 3da985c internal/socket: fix 386 emulation on amd64 for FreeBSD by Mikio Hara · 7 years ago
  27. 48359f4 ipv6: add {Read,Write}Batch methods to PacketConn by Mikio Hara · 7 years ago
  28. b7a1f62 ipv4: add {Read,Write}Batch methods to {Packet,Raw}Conn by Mikio Hara · 7 years ago
  29. 3470a06 http2: fix nil dereference after Read completes with an error by Tom Bergan · 7 years ago
  30. 06b2bf2 http2: fix typo in comment by David Lazar · 7 years ago
  31. b8b1343 internal/socket: add message IO functionality by Mikio Hara · 7 years ago
  32. f61a773 internal/socket: add platform-dependent boilerplate files by Mikio Hara · 7 years ago
  33. 7dcfb80 nettest: skip testConcurrentMethods on Plan 9 by David du Colombier · 7 years ago
  34. 5b58a9c http2/hpack: gofmt -w -s by Mikio Hara · 7 years ago
  35. 445979b internal/iana: update DSCP names by Mikio Hara · 7 years ago
  36. aa0b216 Revert "ipv4, ipv6, internal/netreflect, bpf: fix the x/net build" by Mikio Hara · 7 years ago
  37. e1564c3 internal/socket: merge internal/netreflect into internal/socket package by Mikio Hara · 7 years ago
  38. bd58382 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package by Mikio Hara · 7 years ago
  39. c4fa6e0 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package by Mikio Hara · 7 years ago
  40. 50e760f internal/socket: new package by Mikio Hara · 7 years ago
  41. d8bd24b http2: fix RFC number typo in comment by Brad Fitzpatrick · 7 years ago
  42. a8e8f92 http2: remove extra goroutine stack from awaitGracefulShutdown by Tom Bergan · 7 years ago
  43. 1a26cf0 http2: Discard DATA frames from the server after the response body is closed by Tom Bergan · 7 years ago
  44. 5961165 http2: mostly test for Transport memory issue by Brad Fitzpatrick · 7 years ago
  45. 4dbf598 http2/hpack: remove unused pair function from package by Dmitri Shuralyov · 7 years ago
  46. 0d77224 http2/hpack: remove pair function and initialize directly by Todd Neal · 7 years ago
  47. 5139290 http2: fix style inconsistency in test by Mikio Hara · 7 years ago
  48. 3405706 http2: reduce the number of select cases in serverConn.server by Brad Fitzpatrick · 7 years ago
  49. 84f0e6f http2: fix lock contention slowdown due to gracefulShutdownCh by Tom Bergan · 7 years ago
  50. c9b681d http2/hpack: move initialization to a static table by Todd Neal · 7 years ago
  51. fcc8ed8 lif: rename internal types by Mikio Hara · 7 years ago
  52. feeb485 http2: add all bad ciphers, use package constants by Dmitry Savintsev · 7 years ago
  53. 0819898 xsrftoken: panic for unsafe zero length keys by Martin Probst · 7 years ago
  54. da118f7 route: don't fail test when at least one version of INET protocols is available by Mikio Hara · 7 years ago
  55. a25ba90 lif: don't fail test when at least one version of INET protocols is available by Mikio Hara · 7 years ago
  56. d212a1e trace: support Go 1.6 again by Brad Fitzpatrick · 7 years ago
  57. 0b588ed nettest: break on unexpected error by Eyal Posener · 7 years ago
  58. c8c7437 trace: use standard library context by Brad Fitzpatrick · 7 years ago
  59. 5602c73 http2: Use NO_ERROR instead of CANCEL when responding before the request is finished by Tom Bergan · 7 years ago
  60. d1e1b35 http2: enforce write deadline per stream by Kale Blankenship · 7 years ago
  61. ffcf1be http2/h2demo: don't auto redirect the HTTP-only serverpush demo to HTTPS by Jaana Burcu Dogan · 7 years ago
  62. 05d3205 http2/hpack: fix memory leak in headerFieldTable lookup maps by Chris Roche · 7 years ago
  63. c4f3706 http2/h2demo: use HTTP host for HTTP-only link by Jaana Burcu Dogan · 7 years ago
  64. d9e3f12 http2/h2demo: add demo for HTTP/2 Server Push by Jaana Burcu Dogan · 7 years ago
  65. 6c23252 Revert "http2/h2demo: add HTTP/2 with Server Push" by Jaana Burcu Dogan · 7 years ago
  66. 78ebe5c idna: copy the idna package from x/text, take 2. by Marcel van Lohuizen · 7 years ago
  67. 3e967e1 http2/h2demo: add HTTP/2 with Server Push by Jaana Burcu Dogan · 7 years ago
  68. a6577fa http2: work around Go 1.8 tls.Config.Clone bug by Brad Fitzpatrick · 7 years ago
  69. 7bf7a75 lif: use of nativeEndian to make API endian agnostic by Mikio Hara · 7 years ago
  70. d379faa dns/dnsmessage: add support for parsing and packing of DNS messages by Ian Gudger · 7 years ago
  71. 906cda9 http2: add configurable knobs for the server's receive window by Tom Bergan · 7 years ago
  72. bce15e7 http2/hpack: speedup Encoder.searchTable by Tom Bergan · 7 years ago
  73. bb80766 http2: Add opt-in option to Framer to allow DataFrame struct reuse by Alexander Polcyn · 7 years ago
  74. 10c134e http2: replace fixedBuffer with dataBuffer by Tom Bergan · 7 years ago
  75. dd2d9a6 http2/hpack: remove hpack's constant time string comparison by Brad Fitzpatrick · 7 years ago
  76. b64f022 ipv4, ipv6, internal/netreflect, bpf: fix the x/net build by Brad Fitzpatrick · 7 years ago
  77. 6b27048 route: drop support for go1.5 by Mikio Hara · 7 years ago
  78. adc6ba9 lif: drop support for go1.5 by Mikio Hara · 7 years ago
  79. b4690f4 internal/netreflect: don't build on go1.9 or above by Mikio Hara · 7 years ago
  80. 61557ac publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 7 years ago
  81. a689eb3 proxy: split SOCKS5 Dial method in two by Michel Lespinasse · 7 years ago
  82. 349ad30 context/ctxhttp: close httptest server by haya14busa · 7 years ago
  83. 236b8f0 internal/netreflect: fix test on NaCl and Plan 9 by Mikio Hara · 7 years ago
  84. b7fd658 route: fix typo by Mikio Hara · 7 years ago
  85. 41bba8d route: add support for the manipulation of routing informaion by Mikio Hara · 7 years ago
  86. 007e530 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites by Brad Fitzpatrick · 7 years ago
  87. 357296a all: single space after period by Dmitri Shuralyov · 7 years ago
  88. f249948 idna: Revert "use code generated by internal x/text package" by Nigel Tao · 7 years ago
  89. 0ab64c5 bpf: implement fmt.Stringer for BPF instructions by Lucas Bremgartner · 7 years ago
  90. c427ad7 trace: initialize templates lazily by Tonis Tiigi · 8 years ago
  91. 2497afe ipv4: simplify init function for darwin by Mikio Hara · 7 years ago
  92. 60c41d1 internal/netreflect: more use of internal/nettest package by Mikio Hara · 7 years ago
  93. db8e241 internal/nettest: add missing support for "unixgram" to TestableNetwork by Mikio Hara · 7 years ago
  94. 7741202 http2: nit in TestServer_Push_StateTransitions by Tom Bergan · 7 years ago
  95. 4aaac4b http2: fix flake in TestServer_Push_StateTransitions by Tom Bergan · 7 years ago
  96. b03f0d9 internal/nettest: add TestableNetwork, NewLocalListener and NewLocalPacketListener by Mikio Hara · 7 years ago
  97. 9e4ed97 nettest: use of internal/nettest package by Mikio Hara · 7 years ago
  98. e99677b http2/h2i: strip port from server name in client hello by voutasaurus · 7 years ago
  99. 9e26e06 internal/netreflect: use of internal/nettest package by Mikio Hara · 7 years ago
  100. 6c39fad http2/h2i: send RequestURI as path, to not lose query args by Brad Fitzpatrick · 7 years ago