Histórico de Commits

Autor SHA1 Mensagem Data
  Matt Keeler 4c2fe0dc41 Dont output keepalive error when the session is closed há 6 anos atrás
  Preetha Appan f21aae5366 Make sure to drain the timer channel on defer, and a clarifying comment há 6 anos atrás
  Preetha Appan 02d320cd53 Uses timer pool in sendNoWait, like in waitForSendErr há 7 anos atrás
  Stuart Carnie ca8dfd01ce improve memory utilization in receive buffer, fix flow control há 7 anos atrás
  Roland Singer 40b86b2958 Add public session CloseChan method (#44) há 7 anos atrás
  James Phillips 456971d9d5 Tweaked error messages. há 8 anos atrás
  James Phillips 3e4bf7e5a1 Adds "yamux" prefix to error messages. há 8 anos atrás
  James Phillips 59d161676d Cleans up synCh when the initial window update fails. há 8 anos atrás
  James Phillips 85decf1188 Modifies SYN credit system to depend only on the opener. Changes panic to a error. há 8 anos atrás
  Rob Napier bb7a27e978 Tests and improvements to #19 KeepAlive is not working há 9 anos atrás
  Rob Napier e9b29847fa Fixes #12 KeepAlive is not working há 9 anos atrás
  James Phillips dfbd354eb2 Generalizes the header write timeout to a broader "safety valve" write timeout. há 9 anos atrás
  James Phillips dbdc1e9b5a Adds back missing return statement. há 9 anos atrás
  James Phillips 7720b08bf1 Cleans up timers and de-flakes unit test a bit. há 9 anos atrás
  James Phillips a785d62dc2 Adds mitigation for the ping of death. há 9 anos atrás
  James Phillips 904091c9d5 Adds a timeout for sendNoWait, which can block if the connection gets dire. há 9 anos atrás
  James Phillips 612eb1754a Adds header write timeout to prevent deadlocking reads on window updates. há 9 anos atrás
  Fatih Arslan b0080b5f8d session: return explicit nil to avoid non-nil interface value há 9 anos atrás
  Armon Dadgar b2e55852dd Adding backpressure to Open to avoid RST há 9 anos atrás
  Armon Dadgar 24e7d75fd7 Session close waits for receive loop to terminate há 9 anos atrás
  Armon Dadgar b4f943b3f2 Adding NumStreams to query open stream count há 10 anos atrás
  Evan Phoenix 8e87fd5984 Also detect 'connectior reset by peer' which is what a unix socket says há 10 anos atrás
  Armon Dadgar ee93057701 Do not log closed sockets há 10 anos atrás
  Armon Dadgar 952367befa Adding debug statement há 10 anos atrás
  Armon Dadgar 0116c996f0 Fixing missing lock acquisition há 10 anos atrás
  Armon Dadgar 036941d2aa Fixing potential data races há 10 anos atrás
  Armon Dadgar 2ce53d05ab Adding logging with configurable sink há 10 anos atrás
  Armon Dadgar bc7864bcf7 Drain any bad data from the conn há 10 anos atrás
  Armon Dadgar fa0f2a5f8d Adding method to get stream as net.Conn há 10 anos atrás
  Armon Dadgar f5131edf22 Send window update on accept há 10 anos atrás