Historial de Commits

Autor SHA1 Mensaje Fecha
  Manish Tomar 89e8074c06 Add AcceptBacklog function hace 2 años
  Clément Michaud aad893ec06 wait for both recv and send routines to complete on close (#105) hace 2 años
  Mathias Fredriksson dd80a7ee44 fix: Make sendReady a pointer so the Body can be swapped (#106) hace 2 años
  Jacob Vosmaer 989f906d6d Remove unnecessary for loop in Session.send() (#98) hace 2 años
  Mathias Fredriksson 3aa5700c94 Protect reads of `sendReady.Body` with mutex and temp buffer (#102) hace 2 años
  Mathias Fredriksson 962ff9cfcc Fix use of unprotected `stream.sendHdr` in session (#100) hace 2 años
  Jacob Vosmaer f4788e12b0 Remove unnecessary *bytes.Reader in Stream.Write() hace 3 años
  Freddy 26ff87cf94 Implement timeouts for OpenStream (#96) hace 3 años
  Alex Dadgar dba4ca208a Allow passing in a logger hace 6 años
  Matt Keeler 4c2fe0dc41 Dont output keepalive error when the session is closed hace 6 años
  Preetha Appan f21aae5366 Make sure to drain the timer channel on defer, and a clarifying comment hace 6 años
  Preetha Appan 02d320cd53 Uses timer pool in sendNoWait, like in waitForSendErr hace 7 años
  Stuart Carnie ca8dfd01ce improve memory utilization in receive buffer, fix flow control hace 7 años
  Roland Singer 40b86b2958 Add public session CloseChan method (#44) hace 7 años
  James Phillips 456971d9d5 Tweaked error messages. hace 8 años
  James Phillips 3e4bf7e5a1 Adds "yamux" prefix to error messages. hace 8 años
  James Phillips 59d161676d Cleans up synCh when the initial window update fails. hace 8 años
  James Phillips 85decf1188 Modifies SYN credit system to depend only on the opener. Changes panic to a error. hace 8 años
  Rob Napier bb7a27e978 Tests and improvements to #19 KeepAlive is not working hace 9 años
  Rob Napier e9b29847fa Fixes #12 KeepAlive is not working hace 9 años
  James Phillips dfbd354eb2 Generalizes the header write timeout to a broader "safety valve" write timeout. hace 9 años
  James Phillips dbdc1e9b5a Adds back missing return statement. hace 9 años
  James Phillips 7720b08bf1 Cleans up timers and de-flakes unit test a bit. hace 9 años
  James Phillips a785d62dc2 Adds mitigation for the ping of death. hace 9 años
  James Phillips 904091c9d5 Adds a timeout for sendNoWait, which can block if the connection gets dire. hace 9 años
  James Phillips 612eb1754a Adds header write timeout to prevent deadlocking reads on window updates. hace 9 años
  Fatih Arslan b0080b5f8d session: return explicit nil to avoid non-nil interface value hace 9 años
  Armon Dadgar b2e55852dd Adding backpressure to Open to avoid RST hace 9 años
  Armon Dadgar 24e7d75fd7 Session close waits for receive loop to terminate hace 9 años
  Armon Dadgar b4f943b3f2 Adding NumStreams to query open stream count hace 10 años