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