Historique des commits

Auteur SHA1 Message Date
  James Phillips dfbd354eb2 Generalizes the header write timeout to a broader "safety valve" write timeout. il y a 9 ans
  James Phillips 4036a347b6 Merge pull request #9 from hashicorp/b-deadlock il y a 9 ans
  James Phillips dbdc1e9b5a Adds back missing return statement. il y a 9 ans
  James Phillips 7720b08bf1 Cleans up timers and de-flakes unit test a bit. il y a 9 ans
  James Phillips a785d62dc2 Adds mitigation for the ping of death. il y a 9 ans
  James Phillips 904091c9d5 Adds a timeout for sendNoWait, which can block if the connection gets dire. il y a 9 ans
  James Phillips a45b905f12 Switches to cleaner syntax for creating the WaitGroup. il y a 9 ans
  James Phillips 612eb1754a Adds header write timeout to prevent deadlocking reads on window updates. il y a 9 ans
  Armon Dadgar 8e00b30457 Merge pull request #8 from fatih/fix-non-nil-interface-return il y a 9 ans
  Fatih Arslan b0080b5f8d session: return explicit nil to avoid non-nil interface value il y a 9 ans
  Armon Dadgar b2e55852dd Adding backpressure to Open to avoid RST il y a 10 ans
  Armon Dadgar 24e7d75fd7 Session close waits for receive loop to terminate il y a 10 ans
  Armon Dadgar b84aa5e743 Prevent deadlock with closeStream race il y a 10 ans
  Armon Dadgar b4f943b3f2 Adding NumStreams to query open stream count il y a 10 ans
  Armon Dadgar 912e29616f Prevent Read on a closed stream il y a 10 ans
  Armon Dadgar 9feabe6854 Avoid race on recvWindow update. Fixes #4. il y a 10 ans
  Armon Dadgar 0d5f70b3d8 Adding test to copy lots of data over multiple streams il y a 10 ans
  Armon Dadgar 35417c7dfa Merge pull request #1 from vektra/master il y a 10 ans
  Evan Phoenix 8e87fd5984 Also detect 'connectior reset by peer' which is what a unix socket says il y a 10 ans
  Armon Dadgar 576a45c561 README cleanup il y a 10 ans
  Armon Dadgar d8a2feb541 README cleanup il y a 10 ans
  Armon Dadgar ee93057701 Do not log closed sockets il y a 10 ans
  Armon Dadgar 1f614c0155 Removing un-used const il y a 10 ans
  Armon Dadgar 952367befa Adding debug statement il y a 10 ans
  Armon Dadgar f0dc52e499 Remove support for direct buffer il y a 10 ans
  Armon Dadgar 0116c996f0 Fixing missing lock acquisition il y a 10 ans
  Armon Dadgar 922f7ff3fb Wait for send to prevent race on control buffer il y a 10 ans
  Armon Dadgar 036941d2aa Fixing potential data races il y a 10 ans
  Armon Dadgar 2ce53d05ab Adding logging with configurable sink il y a 10 ans
  Armon Dadgar bc7864bcf7 Drain any bad data from the conn il y a 10 ans