Commit History

Author SHA1 Message Date
  fancl 1441811ef0 handle session 9 months ago
  fancl e581a2cc04 性能进行优化 9 months ago
  fancl 3f731acf92 add crypto support 9 months ago
  Evan Phoenix 79a46c0331 Add ability to cancel Accept by passing a context 4 years ago
  Evan Phoenix 8f49b6f63f Merge pull request #76 from wweir/master 1 year ago
  Clément Michaud aad893ec06 wait for both recv and send routines to complete on close (#105) 1 year ago
  Mathias Fredriksson dd80a7ee44 fix: Make sendReady a pointer so the Body can be swapped (#106) 1 year ago
  Jacob Vosmaer 989f906d6d Remove unnecessary for loop in Session.send() (#98) 1 year ago
  Mathias Fredriksson 3aa5700c94 Protect reads of `sendReady.Body` with mutex and temp buffer (#102) 1 year ago
  Mathias Fredriksson 962ff9cfcc Fix use of unprotected `stream.sendHdr` in session (#100) 1 year ago
  Jacob Vosmaer f4788e12b0 Remove unnecessary *bytes.Reader in Stream.Write() 2 years ago
  Freddy 26ff87cf94 Implement timeouts for OpenStream (#96) 2 years ago
  wweir 13a7bc0b34 Fix hashicorp/yamux#72, abstract logger into interface 5 years ago
  Alex Dadgar dba4ca208a Allow passing in a logger 5 years ago
  Matt Keeler 4c2fe0dc41 Dont output keepalive error when the session is closed 6 years ago
  Preetha Appan f21aae5366 Make sure to drain the timer channel on defer, and a clarifying comment 6 years ago
  Preetha Appan 02d320cd53 Uses timer pool in sendNoWait, like in waitForSendErr 6 years ago
  Stuart Carnie ca8dfd01ce improve memory utilization in receive buffer, fix flow control 6 years ago
  Roland Singer 40b86b2958 Add public session CloseChan method (#44) 6 years ago
  James Phillips 456971d9d5 Tweaked error messages. 8 years ago
  James Phillips 3e4bf7e5a1 Adds "yamux" prefix to error messages. 8 years ago
  James Phillips 59d161676d Cleans up synCh when the initial window update fails. 8 years ago
  James Phillips 85decf1188 Modifies SYN credit system to depend only on the opener. Changes panic to a error. 8 years ago
  Rob Napier bb7a27e978 Tests and improvements to #19 KeepAlive is not working 8 years ago
  Rob Napier e9b29847fa Fixes #12 KeepAlive is not working 8 years ago
  James Phillips dfbd354eb2 Generalizes the header write timeout to a broader "safety valve" write timeout. 8 years ago
  James Phillips dbdc1e9b5a Adds back missing return statement. 8 years ago
  James Phillips 7720b08bf1 Cleans up timers and de-flakes unit test a bit. 8 years ago
  James Phillips a785d62dc2 Adds mitigation for the ping of death. 8 years ago
  James Phillips 904091c9d5 Adds a timeout for sendNoWait, which can block if the connection gets dire. 8 years ago