Commit History

作者 SHA1 備註 提交日期
  drieseng 9e8ce4a868 Modify ReceiveMessage to return null when connection is closed. 9 年之前
  drieseng ad596e83c0 Remove clearing of buffer. 9 年之前
  drieseng 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 年之前
  drieseng b413970148 Added more tracing, and break receive loop when we start disconnecting. 9 年之前
  drieseng 1bab13b78d Add comment. 9 年之前
  drieseng c274f1f9b5 Catch and log SocketException that is thrown while shutting down the socket or clearing its read buffer. 9 年之前
  drieseng 879c39badd Rename SendDisconnect to TrySendDisconnect. 9 年之前
  drieseng 395bbe70d6 Only use Socket.Poll, Socket.Select and read lock when FEATURE_SOCKET_POLL is defined. 9 年之前
  drieseng f9ad89384f Rename Read(int length) to SocketRead(int length) 9 年之前
  drieseng 5529efcab8 Do not send SSH_MSG_DISCONNECT when the server is closing the session by sending a SSH_MSG_DISCONNECT. 9 年之前
  drieseng 76a92cfb0a SshData.cs: 9 年之前
  drieseng 31b2019fe4 Temporarily introduce extra verbose tracing. 9 年之前
  drieseng 546caedc94 Include session id in (some) trace messages. 9 年之前
  drieseng 96160b3c74 Added extra debug/trace output. 9 年之前
  Gert Driesen 0993749c97 Introduce FEATURE_REGEX_COMPILE symbol 9 年之前
  drieseng 1388766a03 Use explicit private modifier for consistency. 9 年之前
  drieseng 57a78fc3a4 Make line endings consistent (PR #19) 9 年之前
  drieseng a1f46d40c2 Register for SSH_MSG_GLOBAL_REQUEST right before authentication. 9 年之前
  Gert Driesen a5a6044226 Merge pull request #9 from antmeehan/fix-issue-8 9 年之前
  drieseng ee3f679aa3 Separate creating, enabling/disabling, activating/deactivating of messages into SshMessageFactory. 9 年之前
  drieseng 05d8ccbd7b Avoid using less optimal Linq, and use optimized extension methods instead. 9 年之前
  drieseng a7a6e0552e SocketRead: 9 年之前
  drieseng a924a3ba03 Always use "tuning" code. 9 年之前
  Anthony.Meehan 514fd0352a Handle SSH_MSG_GLOBAL_REQUEST earlier in the connection process 9 年之前
  drieseng 2c3d72c481 Moved usage of TraceSource (and related classes) to DiagnosticAbstraction class. 9 年之前
  drieseng bba2e5bad6 Added back signaling of socket read. 9 年之前
  drieseng b1b2186cdb Removed FEATURE_SOCKET_SETSOCKETOPTION symbol. 9 年之前
  drieseng cfdaa75902 Fix tests after recent changes. 9 年之前
  drieseng 001646a748 Prefer EAP for sockets. 9 年之前
  Gert Driesen 2f76f8de79 Remove usage of socket related partial methods. 9 年之前