Histórico de Commits

Autor SHA1 Mensagem Data
  Brad Fitzpatrick 842bf9fbb4 Enforce SNI há 11 anos atrás
  Brad Fitzpatrick 003b93b072 Add tests that we reject TLS 1.0 and TLS 1.1 há 11 anos atrás
  Brad Fitzpatrick 30b1681812 Move TLS version check much earlier, not late during handler setup. há 11 anos atrás
  Brad Fitzpatrick 741cd6dd99 Start of a server benchmark. Also, make serverTester less allocation-heavy. há 11 anos atrás
  Brad Fitzpatrick 57999e3998 Load the spec coverage in tests lazily. há 11 anos atrás
  Brad Fitzpatrick 64b29183e7 Add a test to catch that nobody rearranges fields in FrameHeader há 11 anos atrás
  Brad Fitzpatrick 2b445ee680 Add more docs to the FrameHeader type and UnknownFrame.Payload há 11 anos atrás
  Brad Fitzpatrick f3a6d9a1b0 Fix a crash and state transitions when handler closes while client still open há 11 anos atrás
  Brad Fitzpatrick 996adcbea3 Make the currently-skipped known-failing test actually fail. há 11 anos atrás
  Brad Fitzpatrick a98415a3d1 remove back-to-back map lookup in processResetStream há 11 anos atrás
  Brad Fitzpatrick b2ca8da1f3 Add a TODO about crypto/tls.Conn.CloseWrite há 11 anos atrás
  Brad Fitzpatrick 675c492965 Remove a TODO that's already done. há 11 anos atrás
  Brad Fitzpatrick 0f1a865e18 Don't send stream WINDOW_UPDATEs when client has sent END_STREAM há 11 anos atrás
  Brad Fitzpatrick 962595cae1 Fix copy/paste typo in server_test.go há 11 anos atrás
  Brad Fitzpatrick 7189a05631 New TODO, related to a known crash há 11 anos atrás
  Brad Fitzpatrick c57de9fa40 Updated TODO há 11 anos atrás
  Brad Fitzpatrick c8bab6aad6 Move server's WINDOW_UPDATE sending logic into the serve loop. há 11 anos atrás
  Brad Fitzpatrick 953b51136f Add bigger TODO comment and replace 65536 with meaningful constant. há 11 anos atrás
  Brad Fitzpatrick e2233f79ae Add known-failing test. Panic stack trace reported by Mathieu from Camlistore. há 11 anos atrás
  Brad Fitzpatrick 73ff02dc2e Merge pull request #22 from DanielMorsing/ca há 11 anos atrás
  Brad Fitzpatrick 401665bf51 Merge pull request #21 from DanielMorsing/push há 11 anos atrás
  Daniel Morsing 784ac63e5b add Daniel to C+A há 11 anos atrás
  Daniel Morsing 9f25169dc9 Send GOAWAY if server receives a PUSH_PROMISE. há 11 anos atrás
  Daniel Morsing b7c97da766 Add ability to write and parse push promise frames. há 11 anos atrás
  Brad Fitzpatrick 73d2f1e5ab Clarify PriorityParam.Weight's range. há 11 anos atrás
  Brad Fitzpatrick 6a9b77b404 Track whether peer has acked our latest settings. há 11 anos atrás
  Brad Fitzpatrick 5b95eb395f Forget pending frames when stream is closed (e.g. RST) há 11 anos atrás
  Brad Fitzpatrick a92fa95e54 Simplify write scheduler a bit, remove serverConn.writeFrame's fast path for now há 11 anos atrás
  Brad Fitzpatrick 9b7b38309b Add a test that empty DATA frames aren't flow-controlled. há 11 anos atrás
  Brad Fitzpatrick 987661858c Use the initialWindowSize constant directly when setting the conn flow há 11 anos atrás