Commit History

Author SHA1 Message Date
  Mikio Hara 5bc3a08dc8 webdav: gofmt -w -s 8 years ago
  Brad Fitzpatrick 00ed5e97ea http2: schedule RSTStream writes onto its stream's queue 8 years ago
  Brad Fitzpatrick 0dd7c8d7c3 http2/h2demo: use Let's Encrypt for the TLS cert 8 years ago
  Brad Fitzpatrick 6dfeb344d8 http2: make Server respect http1 Server's SetKeepAlivesEnabled 8 years ago
  Mikio Hara 8566e9372a Revert "ipv6: disable multicast packet delivery tests on darwin 12 or below" 8 years ago
  Mikio Hara 67a4d4ecbc ipv6: disable multicast packet delivery tests on darwin 12 or below 8 years ago
  Brad Fitzpatrick 0e2717dc3c http2: conditionally log stacks from panics in Server Handlers like net/http 8 years ago
  Brad Fitzpatrick 9ef22118a4 http2: fix CloseNotify data race 8 years ago
  Tom Bergan 40d3034e57 http2: don't overflow stream IDs in server push 8 years ago
  Tom Bergan e36fcd2311 http2: fix racey and flaky server push test 8 years ago
  Tom Bergan 87635b2611 http2: disable server push on receiving a GOAWAY 8 years ago
  Dmitri Shuralyov 5d997795f7 all: make copyright headers consistent with one space after period 8 years ago
  Tom Bergan 55a3084c91 http2: fix state tracking for pushed streams 8 years ago
  Brad Fitzpatrick 158696dc0d Revert "context: use Go 1.8 type alias for CancelFunc and Context" 8 years ago
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode 8 years ago
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels 8 years ago
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto 8 years ago
  Daniel Theophanes 4bb47a1098 webdav: add Context argument to FileSystem interface 8 years ago
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check 8 years ago
  Alex Brainman 4cfeeeb61a http2/h2i: do not assume that stdin value is always 0 8 years ago
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server 8 years ago
  Brad Fitzpatrick d6520b84c8 webdav: fix recently-broken tests 8 years ago
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server 8 years ago
  Brad Fitzpatrick fca93ed71f http2/h2i: update line endings for recent change to console package 8 years ago
  Nigel Tao 3fe3024eef webdav: have escapeXML perform fewer allocations. 8 years ago
  Brad Fitzpatrick dffc95cbb4 context: use Go 1.8 type alias for CancelFunc and Context 8 years ago
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does 8 years ago
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling 8 years ago
  Tom Bergan c46f265c32 http2: implement support for server push 8 years ago
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies 8 years ago