История коммитов

Автор SHA1 Сообщение Дата
  Brad Fitzpatrick 73ff02dc2e Merge pull request #22 from DanielMorsing/ca 11 лет назад
  Brad Fitzpatrick 401665bf51 Merge pull request #21 from DanielMorsing/push 11 лет назад
  Daniel Morsing 784ac63e5b add Daniel to C+A 11 лет назад
  Daniel Morsing 9f25169dc9 Send GOAWAY if server receives a PUSH_PROMISE. 11 лет назад
  Daniel Morsing b7c97da766 Add ability to write and parse push promise frames. 11 лет назад
  Brad Fitzpatrick 73d2f1e5ab Clarify PriorityParam.Weight's range. 11 лет назад
  Brad Fitzpatrick 6a9b77b404 Track whether peer has acked our latest settings. 11 лет назад
  Brad Fitzpatrick 5b95eb395f Forget pending frames when stream is closed (e.g. RST) 11 лет назад
  Brad Fitzpatrick a92fa95e54 Simplify write scheduler a bit, remove serverConn.writeFrame's fast path for now 11 лет назад
  Brad Fitzpatrick 9b7b38309b Add a test that empty DATA frames aren't flow-controlled. 11 лет назад
  Brad Fitzpatrick 987661858c Use the initialWindowSize constant directly when setting the conn flow 11 лет назад
  Brad Fitzpatrick 021bb68637 Add debug String method to frameWriteMsg and writeData 11 лет назад
  Brad Fitzpatrick 6bb6643a08 Fix typo 11 лет назад
  Brad Fitzpatrick 17a4784adc Merge pull request #19 from tatsuhiro-t/enforce-connfc 11 лет назад
  Tatsuhiro Tsujikawa cc1e1da51b Respect peer's connection-level flow control 11 лет назад
  Brad Fitzpatrick 605f62817c Write scheduler changes towards selecting between competing writing streams. 11 лет назад
  Brad Fitzpatrick 2ee3a49964 Start of priority processing. Untested. 11 лет назад
  Brad Fitzpatrick 50effbafcc Add HeadersFrame.HasPriority accessor. 11 лет назад
  Brad Fitzpatrick 914bad543c Make stream a bit more general and remove the serverConn pointer. 11 лет назад
  Brad Fitzpatrick 2b45947877 Move handler writing flow control to serve goroutine's frame scheduler. 11 лет назад
  Brad Fitzpatrick 9581fe11cc Increase prefaceTimeout. I actually hit this myself. 11 лет назад
  Brad Fitzpatrick f16a0b35be Shrink frameWriteMsg, add writeFramer interface, remove empty interfaces. 11 лет назад
  Brad Fitzpatrick 379332fca9 Merge pull request #18 from tatsuhiro-t/encoder-doc-fix 11 лет назад
  Brad Fitzpatrick f0866ad56c Start of a better frame scheduler. Still many TODOs. 11 лет назад
  Brad Fitzpatrick 66ec4396ff Remove some redundant goroutine checks. writeFrameFromHandler does these. 11 лет назад
  Brad Fitzpatrick 23564bf81c Refactor frame writing in prep for the write scheduler and client support. 11 лет назад
  Brad Fitzpatrick 756decb7df Fix the one func missing its paranoid writeG.check call. 11 лет назад
  Brad Fitzpatrick a13c4a4d05 Break server's frame scheduler into its own file & type. 11 лет назад
  Tatsuhiro Tsujikawa 0d869c5287 Fix documentation for SetMaxDynamicTableSize of Encoder 11 лет назад
  Brad Fitzpatrick 1797e703f6 comment update 11 лет назад