提交历史

作者 SHA1 备注 提交日期
  Brad Fitzpatrick d6a53b45e3 Remove the old h2server directory for now. 11 年之前
  Brad Fitzpatrick a58a8de1f7 add more Dockerfile comments 11 年之前
  Brad Fitzpatrick 281fedb9ff PRIORITY reading and writing. 11 年之前
  Brad Fitzpatrick a8ebc54abb Unexported ErrCodeName, add some comments on error types 11 年之前
  Brad Fitzpatrick e4fab6e5bc update package comment 11 年之前
  Brad Fitzpatrick 2888626574 add Framer.WriteContinuation 11 年之前
  Brad Fitzpatrick c4caabfa9f add TODO 11 年之前
  Brad Fitzpatrick 50e2311c50 Add WriteHeader, fix ErrShortWrite-always bug, add Framer.AllowIllegalWrites 11 年之前
  Brad Fitzpatrick 04061851af Forgotten tests from earlier commit. 11 年之前
  Brad Fitzpatrick 401d3c4b36 Add WriteData 11 年之前
  Brad Fitzpatrick e93ab3eb9a Add WriteRSTStream to start with an easy one. 11 年之前
  Brad Fitzpatrick da41636eea only Skip the test if docker isn't available 11 年之前
  Brad Fitzpatrick d67d7846f5 pretty print flag names in FrameHeader.String 11 年之前
  Brad Fitzpatrick 5d500cb572 Add GoAwayFrame, make PingFrame smaller and simpler. 11 年之前
  Brad Fitzpatrick 4d4c38ad9f Add PingFrame 11 年之前
  Brad Fitzpatrick 6ed6db34bd add RSTStreamFrame 11 年之前
  Brad Fitzpatrick 5d62c34731 add DataFrame 11 年之前
  Brad Fitzpatrick 2771af3090 Add TODO placeholders in frameParsers map 11 年之前
  Brad Fitzpatrick 43a7c52267 process headers 11 年之前
  Brad Fitzpatrick 5635422d7c add serverConn.state accessor 11 年之前
  Brad Fitzpatrick 6b0e3ccaf4 Move each frame type to its own processing method. Add some rules from spec. 11 年之前
  Brad Fitzpatrick 20d0473882 Rename clientConn to serverConn; start of stream state 11 年之前
  Brad Fitzpatrick 9ae9e719b1 Feed HeadersFrame data into hpack. Add ContinuationFrame. 11 年之前
  Brad Fitzpatrick 1772b8e12d Make some clientConn field names longer 11 年之前
  Brad Fitzpatrick 3312b1783e typo 11 年之前
  Brad Fitzpatrick 267f5e2434 Add more comments. 11 年之前
  Brad Fitzpatrick c72a9ba569 Don't allocate a map when receiving settings frames. 11 年之前
  Brad Fitzpatrick 465880975f Add Framer type. 11 年之前
  Brad Fitzpatrick 7f1e2b0c41 combine the two FlagHeadersPriority blocks in header frame parsing 11 年之前
  Brad Fitzpatrick cffe2287ea In test, timeout waiting for server to reply. 11 年之前