Commit Verlauf

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