Historique des commits

Auteur SHA1 Message Date
  Evan Phoenix b1d8107212 Add ability to retrieve underlying bufio.Reader rather than layering them il y a 4 ans
  Alex Dadgar dba4ca208a Allow passing in a logger il y a 6 ans
  Matt Keeler 4c2fe0dc41 Dont output keepalive error when the session is closed il y a 6 ans
  Preetha Appan f21aae5366 Make sure to drain the timer channel on defer, and a clarifying comment il y a 6 ans
  Preetha Appan 02d320cd53 Uses timer pool in sendNoWait, like in waitForSendErr il y a 7 ans
  Stuart Carnie ca8dfd01ce improve memory utilization in receive buffer, fix flow control il y a 7 ans
  Roland Singer 40b86b2958 Add public session CloseChan method (#44) il y a 7 ans
  James Phillips 456971d9d5 Tweaked error messages. il y a 8 ans
  James Phillips 3e4bf7e5a1 Adds "yamux" prefix to error messages. il y a 8 ans
  James Phillips 59d161676d Cleans up synCh when the initial window update fails. il y a 8 ans
  James Phillips 85decf1188 Modifies SYN credit system to depend only on the opener. Changes panic to a error. il y a 8 ans
  Rob Napier bb7a27e978 Tests and improvements to #19 KeepAlive is not working il y a 9 ans
  Rob Napier e9b29847fa Fixes #12 KeepAlive is not working il y a 9 ans
  James Phillips dfbd354eb2 Generalizes the header write timeout to a broader "safety valve" write timeout. 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 612eb1754a Adds header write timeout to prevent deadlocking reads on window updates. 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 9 ans
  Armon Dadgar 24e7d75fd7 Session close waits for receive loop to terminate il y a 9 ans
  Armon Dadgar b4f943b3f2 Adding NumStreams to query open stream count 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 ee93057701 Do not log closed sockets il y a 10 ans
  Armon Dadgar 952367befa Adding debug statement il y a 10 ans
  Armon Dadgar 0116c996f0 Fixing missing lock acquisition 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