Historie revizí

Autor SHA1 Zpráva Datum
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode před 9 roky
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels před 9 roky
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto před 9 roky
  Daniel Theophanes 4bb47a1098 webdav: add Context argument to FileSystem interface před 9 roky
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check před 9 roky
  Alex Brainman 4cfeeeb61a http2/h2i: do not assume that stdin value is always 0 před 9 roky
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server před 9 roky
  Brad Fitzpatrick d6520b84c8 webdav: fix recently-broken tests před 9 roky
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server před 9 roky
  Brad Fitzpatrick fca93ed71f http2/h2i: update line endings for recent change to console package před 9 roky
  Nigel Tao 3fe3024eef webdav: have escapeXML perform fewer allocations. před 9 roky
  Brad Fitzpatrick dffc95cbb4 context: use Go 1.8 type alias for CancelFunc and Context před 9 roky
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does před 9 roky
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling před 9 roky
  Tom Bergan c46f265c32 http2: implement support for server push před 9 roky
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies před 9 roky
  Brad Fitzpatrick e7b14352cc http2: optimize server frame writes před 9 roky
  Tom Bergan 4be9b97e3a http2: interface to support pluggable schedulers před 9 roky
  Nigel Tao 5695785b44 publicsuffix: update table to latest list from publicsuffix.org před 9 roky
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout před 9 roky
  Luka Zakrajšek f11d7120b1 webdav: escape displayname před 9 roky
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames před 9 roky
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close před 9 roky
  Mikio Hara daba796358 ipv6: remove unnecessary control message marshaling před 9 roky
  Mikio Hara 4bc7a68051 ipv4: remove unnecessary control message marshaling před 9 roky
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests před 9 roky
  Brad Fitzpatrick a625e39532 http2: never Read from Request.Body in Transport to determine ContentLength před 9 roky
  Mikio Hara 8b4af36cd2 websocket: drop support for go1.4 or below před 9 roky
  Mikio Hara 236cde1758 websocket: use of crypto/rand package in test před 9 roky
  Mikio Hara c4e6936235 ipv6: drop support for go1.4 or below před 9 roky