Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Gert Driesen e434f97be5 Renamed Quote transformation and corresponding class to ShellQuote. 8 gadi atpakaļ
  Gert Driesen 127e3f6591 Throw an SshException when SCP request is rejected by the remote host. 8 gadi atpakaļ
  Gert Driesen 6184a0e826 ScpClient: Implement proper quoting of paths. 8 gadi atpakaļ
  Gert Driesen 79c9a4baea SftpFileStream: Position in stream should be left untouched when clearing read buffer. 8 gadi atpakaļ
  Gert Driesen 9444f21461 Added more tests for SftpFileStream.SetLength(long). 8 gadi atpakaļ
  Gert Driesen e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 gadi atpakaļ
  Gert Driesen 5408aace90 Avoid reading from the server twice to determine EOF. 8 gadi atpakaļ
  Gert Driesen 6fd1cc78c3 Update Read(byte[] buffer, int offset, int count) to not write bytes to read buffer when the read buffer is empty and count is greater than the number of bytes read from the server. 8 gadi atpakaļ
  Gert Driesen 40efaa6e5a Move back to writing all read bytes to read buffer, not only those that exceed the user supplied buffer. 8 gadi atpakaļ
  Gert Driesen 99fd7b460f Add tests for SftpFileStream.Seek(...). 8 gadi atpakaļ
  Gert Driesen 5f1494f09e Added test to verify that dispose has completed. 8 gadi atpakaļ
  Gert Driesen 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. 8 gadi atpakaļ
  Gert Driesen d3635d18fa Added test for recently introduced regression that is fixed by PR #186. 8 gadi atpakaļ
  Gert Driesen 08b2d05ed8 Added tests for issue #191, and update tests for issue #154. 8 gadi atpakaļ
  Gert Driesen 98aba4920d Only copy the actual number of bytes received to the buffer. 8 gadi atpakaļ
  Gert Driesen 9ca3880c29 Added tests for Reverse. 8 gadi atpakaļ
  Gert Driesen 44211768ba Group all packing methods in Pack class, and add corresponding unit tests. 8 gadi atpakaļ
  Gert Driesen 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 gadi atpakaļ
  Gert Driesen eb39b69b34 Revert "Do not initialize fields to default values." 8 gadi atpakaļ
  Gert Driesen 54fbd8f5ba Do not initialize fields to default values. 8 gadi atpakaļ
  Gert Driesen e937c9d841 Improve exception handler for SftpFileReader. 8 gadi atpakaļ
  Gert Driesen b63a0ea524 Revert "Attempt to run tests against .NET 3.5 and 4.0." 8 gadi atpakaļ
  Gert Driesen b6ee090ba5 Attempt to run tests against .NET 3.5 and 4.0. 8 gadi atpakaļ
  Gert Driesen 8071d00098 Removed obsolete reference to Microsoft.CSharp. 9 gadi atpakaļ
  drieseng 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 gadi atpakaļ
  drieseng 395bbe70d6 Only use Socket.Poll, Socket.Select and read lock when FEATURE_SOCKET_POLL is defined. 9 gadi atpakaļ
  drieseng f9ad89384f Rename Read(int length) to SocketRead(int length) 9 gadi atpakaļ
  drieseng ad56cc9bdf Take into account the offset in SftpFileStream.Write(byte[] buffer, int offset, int count) when not writing to the buffer. Fixes issue #70. 9 gadi atpakaļ
  drieseng 5916656d66 Introduce specialized GlobalRequestMessage classes for tcpip-forward and cancel-tcpip-forward. 9 gadi atpakaļ
  drieseng 59923ceca0 Added tests and some slashdocs for ForwardedPortStatus. 9 gadi atpakaļ