Commit History

Author SHA1 Message Date
  Mikio Hara 09f95eed15 ipv4: simplify log message format 10 years ago
  Brad Fitzpatrick 195180cfeb http2: merge duplicate Transport dials 10 years ago
  Mikio Hara 62ac18b461 icmp: fix miscalculation on multipart message bodies 10 years ago
  Yasuhiro Matsumoto 55cccaa02a x/net/webdav: percent-encode D:href in the XML. 10 years ago
  Brad Fitzpatrick b092070472 http2: add automatic gzip compression for the Transport 10 years ago
  Brad Fitzpatrick c745c36eab http2: client & server fixes 10 years ago
  Mikio Hara 4f2fc6c1e6 ipv6: move unexposed error values into helper.go 10 years ago
  Mikio Hara cf6265fb6d ipv4: move unexposed error values into helper.go 10 years ago
  Brad Fitzpatrick 5627bad10b http2/h2demo: updates to text and Makefile to upload/deploy it 10 years ago
  Aiden Scandella 1d9fd3b833 context: fix typo in TODO documentation 10 years ago
  Blake Mizerany c764672d0e http2/h2i: add settings flag 10 years ago
  Brad Fitzpatrick cf8d7ec53c http2: minor transport code & docs cleanups 10 years ago
  Brad Fitzpatrick 042ba42fa6 http2: add ConfigureTransport, like ConfigureServer 10 years ago
  Brad Fitzpatrick a179abb31d http2: handle pings in Transport 10 years ago
  Brad Fitzpatrick d62542d18c http2: client conn pool abstraction 10 years ago
  Brad Fitzpatrick 633434aadc http2: add Transport.RoundTripOpt, adds option to RoundTrip without new dials 10 years ago
  Volker Dobler b4e17d61b1 publicsuffix: update table to latest list from publicsuffix.org. 10 years ago
  Brad Fitzpatrick c95266fa70 http2: fix Server race with ResponseWriter.curWrite re-use 10 years ago
  Brad Fitzpatrick 2fd7f1556c http2: another Transport body-writing bug fix, and more tests 10 years ago
  Brad Fitzpatrick 24ab552e98 http2: fix Transport's flow control control when writing request bodies 10 years ago
  Blake Mizerany 1b27761f1c http2: swallow io.EOF while reading body and flow fix 10 years ago
  Blake Mizerany ce84af2e5b http2: append query to :path pseudo-header 10 years ago
  Blake Mizerany e1a5816c9b http2: add DialTLS to Transport 10 years ago
  Brad Fitzpatrick efe38d9b30 http2: push stream look up later in Transport, address some TODOs/cleanups 10 years ago
  Brad Fitzpatrick 0a9f6507bc http2: prevent deadlock channel send in server Handler if client disappears 10 years ago
  Brad Fitzpatrick a7d8d4e9cf http2: send WINDOW_UPDATE frames while reading Transport Response bodies 10 years ago
  Brad Fitzpatrick 6281f06c8c http2: add per-Response buffered response bodies with separate flow control 10 years ago
  Brad Fitzpatrick 09d2a416fa http2: write Transport bodies 10 years ago
  Brad Fitzpatrick b7f5d985f9 http2: change the pipe and buffer code 10 years ago
  Brad Fitzpatrick 2cba614e8f http2: remove Transport.Fallback 10 years ago