1. a896e56 icmp: fix potential misaligned memory access by Mikio Hara · 9 years ago
  2. cbbbe2b http2: fix crash in Transport on double Read of invalid gzip Response.Body by Brad Fitzpatrick · 9 years ago
  3. 8968c61 publicsuffix: add some commentary on using "go run gen.go". by Nigel Tao · 9 years ago
  4. 7f88271 http2: fix a nit by Mikio Hara · 9 years ago
  5. 493a262 http2: don't send Connection-level headers in Transport by Brad Fitzpatrick · 9 years ago
  6. 6ccd669 http2: export Server.ServeConn by Brad Fitzpatrick · 9 years ago
  7. 74d7983 http2/h2demo: update bug link, add idle conn timeouts by Brad Fitzpatrick · 9 years ago
  8. 6c581b9 publicsuffix: update table to latest list from publicsuffix.org on 2016-01-30. by Ricardo Padilha · 9 years ago
  9. 644ffc0 http2: don't add *Response to activeRes in Transport on Headers.END_STREA by Brad Fitzpatrick · 9 years ago
  10. d513e58 http2: add mechanism to send undeclared Trailers mid handler by Brad Fitzpatrick · 9 years ago
  11. 04b9de9 http2: remove unused variable by Brad Fitzpatrick · 9 years ago
  12. eb066e3 http2: reduce log spam, especially on Windows by Brad Fitzpatrick · 9 years ago
  13. f315505 net/context/ctxhttp: fix case where Body could leak and not be closed by Brad Fitzpatrick · 9 years ago
  14. 2e9cee7 http2: clarify field-value grammar in doc; reject DEL in field value by Brad Fitzpatrick · 9 years ago
  15. b2ed34f http2: validate received header field values in Server and Transport by Brad Fitzpatrick · 9 years ago
  16. 78e1654 publicsuffix: update table to latest list from publicsuffix.org by Brad Fitzpatrick · 9 years ago
  17. 72aa00c http2: unmailed code review cleanups from previous commit by Brad Fitzpatrick · 9 years ago
  18. f5de73e http2: make Transport respect http1 Transport settings by Brad Fitzpatrick · 9 years ago
  19. 5c0dae8 http2: make Transport send a Content-Length by Brad Fitzpatrick · 9 years ago
  20. c92cdcb http2: make configureTransport return the new t2 transport as well by Brad Fitzpatrick · 9 years ago
  21. a8e212f http2: make Transport close unneeded connections after h1->h2 upgrade by Brad Fitzpatrick · 9 years ago
  22. 99ca920 icmp: fix typo. by Nigel Tao · 9 years ago
  23. 341cd08 http2: add Transport strictness, paranoia, logging for unwanted DATA frames by Brad Fitzpatrick · 9 years ago
  24. e82aa26 context/ctxhttp: don't test on plan9 by Brad Fitzpatrick · 9 years ago
  25. 72c2dca http2/h2i: disable building h2i on plan9 and solaris by Brad Fitzpatrick · 9 years ago
  26. 8760df4 http2: skip TestServer_RejectsLargeFrames on windows (fixes build) by Alex Brainman · 9 years ago
  27. c93a9b4 http2: log frame reads at log level http2debug=2 also, not just writes by Brad Fitzpatrick · 9 years ago
  28. 76365a4 http2: fix channel double-close crash by Brad Fitzpatrick · 9 years ago
  29. 5df5483 http2: add tests to verify the type of peer stream resets by Brad Fitzpatrick · 9 years ago
  30. 4fd4a9f x/net/icmp: fix typos in comments by Tal Shprecher · 9 years ago
  31. 0e6d34e http2: relax Trailer predeclaration requirement in Transport by Blake Mizerany · 9 years ago
  32. f1d3149 html/charset: replace EUC-KR test by Andy Balholm · 9 years ago
  33. 415f191 http2: clean up debugging, rename GODEBUG key by Brad Fitzpatrick · 9 years ago
  34. f530c4e http2: mix cleanups, TODOs, new tests, enforce header list size in Transport by Brad Fitzpatrick · 9 years ago
  35. 520af5d http2: make Transport ignore 100-continue responses, add comprehensive tests by Brad Fitzpatrick · 9 years ago
  36. 1d7a0b2 http2: fix nits found by vet by Mikio Hara · 9 years ago
  37. d1ba260 http2: fix Transport cancelation problems by Brad Fitzpatrick · 9 years ago
  38. 1ade16a http2: set default User-Agent if not otherwise specified by Brad Fitzpatrick · 9 years ago
  39. 961116a http2: support CONNECT requests by Brad Fitzpatrick · 9 years ago
  40. 3b90a77 context/ctxhttp: allow cancellation after Do returns by Dave Day · 9 years ago
  41. 0ab0090 trace: properly set the content type when sending html by Tamir Duberstein · 9 years ago
  42. 0cb26f7 http2: move HEADERS/CONTINUATION order checking into Framer by Brad Fitzpatrick · 9 years ago
  43. 5d0a0f8 http2: fix typo and simplify truncation of text in test by Brad Fitzpatrick · 9 years ago
  44. ea6dba8 http2: fix readFrames goroutine spin between ConnectionError and conn close by Brad Fitzpatrick · 9 years ago
  45. 6c89489 http2: reset DebugGoroutines after testing it by Jeff R. Allen · 9 years ago
  46. 68a055e html/charset: verify correct UTF-8 behavior by Marcel van Lohuizen · 9 years ago
  47. 28273ec http2: make Transport's Response.Body.Close not wait for buffered data by Brad Fitzpatrick · 9 years ago
  48. d2ecd08 http2: send client trailers by Blake Mizerany · 9 years ago
  49. 9b9d6d8 html/charset: handle unsupported code points for encoding by Marcel van Lohuizen · 9 years ago
  50. d28a91a html/charset: use x/text/encoding/htmlindex by Marcel van Lohuizen · 9 years ago
  51. b6b3bda http2: add support for Transport reading trailers from the server by Brad Fitzpatrick · 9 years ago
  52. b4be494 http2: add server-side trailer support by Blake Mizerany · 9 years ago
  53. c24de9d http2: add Server support for reading trailers from clients by Brad Fitzpatrick · 9 years ago
  54. 548f7bf http2: add disabled start of tests for trailers, clean up, deflake some tests by Brad Fitzpatrick · 9 years ago
  55. 74bd44b http2: catch panics server-side, respect RST_STREAM on the Transport side by Brad Fitzpatrick · 9 years ago
  56. 0d2c2e1 ipv6: update example for the use of dual stack listener by Mikio Hara · 9 years ago
  57. ba406c5 ipv4: update example for the use of dual stack listener by Mikio Hara · 9 years ago
  58. 943b8c2 ipv6: add support for linux/{mips64,mips64le} by Mikio Hara · 9 years ago
  59. 28afc92 ipv4: add support for linux/{mips64,mips64le} by Mikio Hara · 9 years ago
  60. cf147af http2: fix build for Go 1.4 users by Brad Fitzpatrick · 9 years ago
  61. 08a7b45 http2: support Request.Cancel in Transport by Brad Fitzpatrick · 9 years ago
  62. b304fd0 http2: send "http/1.1" ALPN in TLS dial in addition to "h2" by Brad Fitzpatrick · 9 years ago
  63. 72b0708 html/charmap: update table with latest data by Marcel van Lohuizen · 9 years ago
  64. 21af302 netutil: Ditch go1.3 build tag. by David Symonds · 9 years ago
  65. 17535f9 xsrftoken: fix lint error in Timeout's comment. by Dave Day · 9 years ago
  66. d75b190 webdav: fix props for directory by Yasuhiro Matsumoto · 9 years ago
  67. b0e2f54 xsrftoken: add package import comment by Dave Day · 9 years ago
  68. da05cca xsrftoken: update token implementation by Dave Day · 9 years ago
  69. 05bc443 html: remove license references from benchmark test data by Ian Lance Taylor · 9 years ago
  70. f19fe60 xsrftoken: copy from code.google.com/p/xsrftoken by Dave Day · 9 years ago
  71. 1796f9b http2: fix two cases of Server behavior not matching HTTP/1 by Brad Fitzpatrick · 9 years ago
  72. 438097d http2: make the Transport write request body data as it's available by Brad Fitzpatrick · 9 years ago
  73. fa33dc7 publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 9 years ago
  74. d5cd734 ipv6: simplify log message format by Mikio Hara · 9 years ago
  75. 09f95ee ipv4: simplify log message format by Mikio Hara · 9 years ago
  76. 195180c http2: merge duplicate Transport dials by Brad Fitzpatrick · 9 years ago
  77. 62ac18b icmp: fix miscalculation on multipart message bodies by Mikio Hara · 9 years ago
  78. 55cccaa x/net/webdav: percent-encode D:href in the XML. by Yasuhiro Matsumoto · 9 years ago
  79. b092070 http2: add automatic gzip compression for the Transport by Brad Fitzpatrick · 9 years ago
  80. c745c36 http2: client & server fixes by Brad Fitzpatrick · 9 years ago
  81. 4f2fc6c ipv6: move unexposed error values into helper.go by Mikio Hara · 9 years ago
  82. cf6265f ipv4: move unexposed error values into helper.go by Mikio Hara · 9 years ago
  83. 5627bad http2/h2demo: updates to text and Makefile to upload/deploy it by Brad Fitzpatrick · 9 years ago
  84. 1d9fd3b context: fix typo in TODO documentation by Aiden Scandella · 9 years ago
  85. c764672 http2/h2i: add settings flag by Blake Mizerany · 9 years ago
  86. cf8d7ec http2: minor transport code & docs cleanups by Brad Fitzpatrick · 9 years ago
  87. 042ba42 http2: add ConfigureTransport, like ConfigureServer by Brad Fitzpatrick · 9 years ago
  88. a179abb http2: handle pings in Transport by Brad Fitzpatrick · 9 years ago
  89. d62542d http2: client conn pool abstraction by Brad Fitzpatrick · 9 years ago
  90. 633434a http2: add Transport.RoundTripOpt, adds option to RoundTrip without new dials by Brad Fitzpatrick · 9 years ago
  91. b4e17d6 publicsuffix: update table to latest list from publicsuffix.org. by Volker Dobler · 9 years ago
  92. c95266f http2: fix Server race with ResponseWriter.curWrite re-use by Brad Fitzpatrick · 9 years ago
  93. 2fd7f15 http2: another Transport body-writing bug fix, and more tests by Brad Fitzpatrick · 9 years ago
  94. 24ab552 http2: fix Transport's flow control control when writing request bodies by Brad Fitzpatrick · 9 years ago
  95. 1b27761 http2: swallow io.EOF while reading body and flow fix by Blake Mizerany · 9 years ago
  96. ce84af2 http2: append query to :path pseudo-header by Blake Mizerany · 9 years ago
  97. e1a5816 http2: add DialTLS to Transport by Blake Mizerany · 9 years ago
  98. efe38d9 http2: push stream look up later in Transport, address some TODOs/cleanups by Brad Fitzpatrick · 9 years ago
  99. 0a9f650 http2: prevent deadlock channel send in server Handler if client disappears by Brad Fitzpatrick · 9 years ago
  100. a7d8d4e http2: send WINDOW_UPDATE frames while reading Transport Response bodies by Brad Fitzpatrick · 9 years ago