Bill Menees 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
..
Requests 7f2edeb55f Fix "randomness". пре 9 година
Responses 9ecfa0d38c Refactor loading of a response to an extended request (SSH_FXP_EXTENDED): пре 8 година
SftpDataResponseBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpDownloadAsyncResultTest.cs bb4e719711 Added tests for SftpDownloadAsyncResult. пре 9 година
SftpFileAttributesTest.cs 90145be344 Removed some (conditional) debug code. пре 9 година
SftpFileReaderTestBase.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileReaderTest_DisposeShouldUnblockReadAndReadAhead.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_Dispose_SftpSessionIsNotOpen.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_Dispose_SftpSessionIsOpen_BeginCloseThrowsException.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_Dispose_SftpSessionIsOpen_EndCloseThrowsException.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_LastChunkBeforeEofIsComplete.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_LastChunkBeforeEofIsPartial.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_PreviousChunkIsIncompleteAndEofIsNotReached.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_PreviousChunkIsIncompleteAndEofIsReached.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_ReadAheadBeginReadException.cs 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. пре 8 година
SftpFileReaderTest_ReadAheadEndInvokeException_DiscardsFurtherReadAheads.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_ReadAheadEndInvokeException_PreventsFurtherReadAheads.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_ReadBackBeginReadException.cs e937c9d841 Improve exception handler for SftpFileReader. пре 8 година
SftpFileReaderTest_ReadBackEndInvokeException.cs e937c9d841 Improve exception handler for SftpFileReader. пре 8 година
SftpFileReaderTest_Read_ReadAheadExceptionInWaitOnHandle_ChunkAvailable.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_Read_ReadAheadExceptionInWaitOnHandle_NoChunkAvailable.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileReaderTest_Read_ReahAheadExceptionInBeginRead.cs 80ae79ca4c Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH. пре 8 година
SftpFileStreamTestBase.cs 9444f21461 Added more tests for SftpFileStream.SetLength(long). пре 8 година
SftpFileStreamTest_CanRead_Closed_FileAccessRead.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanRead_Closed_FileAccessReadWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanRead_Closed_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanRead_Disposed_FileAccessRead.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanRead_Disposed_FileAccessReadWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanRead_Disposed_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanWrite_Closed_FileAccessRead.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanWrite_Closed_FileAccessReadWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanWrite_Closed_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanWrite_Disposed_FileAccessRead.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanWrite_Disposed_FileAccessReadWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_CanWrite_Disposed_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Close_Closed.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Close_Disposed.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Close_SessionNotOpen.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Close_SessionOpen.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Ctor_FileAccessInvalid.cs 08b2d05ed8 Added tests for issue #191, and update tests for issue #154. пре 8 година
SftpFileStreamTest_Ctor_FileModeAppend_FileAccessRead.cs c2552e4e4b SftpFileStream: пре 8 година
SftpFileStreamTest_Ctor_FileModeAppend_FileAccessReadWrite.cs c2552e4e4b SftpFileStream: пре 8 година
SftpFileStreamTest_Ctor_FileModeAppend_FileAccessWrite.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_Ctor_FileModeCreateNew_FileAccessRead.cs b3e704b404 Sync .NET 3.5 test project file, and remove usage of string interpolation. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreateNew_FileAccessReadWrite.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreateNew_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessRead.cs b3e704b404 Sync .NET 3.5 test project file, and remove usage of string interpolation. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessReadWrite_FileDoesNotExist.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessReadWrite_FileExists.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessWrite_FileDoesNotExist.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessWrite_FileExists.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Ctor_FileModeInvalid.cs 08b2d05ed8 Added tests for issue #191, and update tests for issue #154. пре 8 година
SftpFileStreamTest_Ctor_FileModeOpenOrCreate_FileAccessRead.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeOpenOrCreate_FileAccessReadWrite.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeOpenOrCreate_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Ctor_FileModeOpen_FileAccessRead.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeOpen_FileAccessReadWrite.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeOpen_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Ctor_FileModeTruncate_FileAccessRead.cs b3e704b404 Sync .NET 3.5 test project file, and remove usage of string interpolation. пре 8 година
SftpFileStreamTest_Ctor_FileModeTruncate_FileAccessReadWrite.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Ctor_FileModeTruncate_FileAccessWrite.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Dispose_Closed.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Dispose_Disposed.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Dispose_SessionNotOpen.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Dispose_SessionOpen.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Finalize_SessionOpen.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Flush_ReadMode_DataInBuffer_NotReadFromBuffer.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Flush_ReadMode_DataInBuffer_ReadFromBuffer.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Flush_ReadMode_NoDataInBuffer.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Flush_SessionNotOpen.cs 79c9a4baea SftpFileStream: Position in stream should be left untouched when clearing read buffer. пре 8 година
SftpFileStreamTest_Flush_WriteMode_DataInBuffer.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_Flush_WriteMode_NoDataInBuffer.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_ReadByte_ReadMode_NoDataInWriteBufferAndNoDataInReadBuffer_Eof.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_ReadByte_ReadMode_NoDataInWriteBufferAndNoDataInReadBuffer_LessDataThanReadBufferSizeAvailable.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_Read_ReadMode_NoDataInReaderBufferAndReadLessBytesFromServerThanCountAndEqualToBufferSize.cs 5408aace90 Avoid reading from the server twice to determine EOF. пре 8 година
SftpFileStreamTest_Read_ReadMode_NoDataInReaderBufferAndReadLessBytesFromServerThanCountAndLessThanBufferSize.cs 5408aace90 Avoid reading from the server twice to determine EOF. пре 8 година
SftpFileStreamTest_Read_ReadMode_NoDataInReaderBufferAndReadMoreBytesFromServerThanCount.cs 5408aace90 Avoid reading from the server twice to determine EOF. пре 8 година
SftpFileStreamTest_Seek_PositionedAtBeginningOfStream_OriginBeginAndOffsetNegative.cs 40efaa6e5a Move back to writing all read bytes to read buffer, not only those that exceed the user supplied buffer. пре 8 година
SftpFileStreamTest_Seek_PositionedAtBeginningOfStream_OriginBeginAndOffsetPositive.cs 9e75eef572 Remove unused fields. пре 8 година
SftpFileStreamTest_Seek_PositionedAtBeginningOfStream_OriginBeginAndOffsetZero.cs 40efaa6e5a Move back to writing all read bytes to read buffer, not only those that exceed the user supplied buffer. пре 8 година
SftpFileStreamTest_Seek_PositionedAtMiddleOfStream_OriginBeginAndOffsetZero_NoBuffering.cs 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 година
SftpFileStreamTest_Seek_PositionedAtMiddleOfStream_OriginBeginAndOffsetZero_ReadBuffer.cs 0e083cfe60 Move Extensions to Renci.SshNet.Common namespace. пре 8 година
SftpFileStreamTest_SetLength_Closed.cs 08b2d05ed8 Added tests for issue #191, and update tests for issue #154. пре 8 година
SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthGreatherThanPosition.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthLessThanPosition.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthGreatherThanPosition.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthLessThanPosition.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_SetLength_Disposed.cs 08b2d05ed8 Added tests for issue #191, and update tests for issue #154. пре 8 година
SftpFileStreamTest_SetLength_SessionNotOpen.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_SetLength_SessionOpen_FIleAccessRead.cs 14b571fdd4 Update tests now that we reject invalid combination of FileMode and FileAccess. пре 8 година
SftpFileStreamTest_SetLength_SessionOpen_FIleAccessReadWrite.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_SetLength_SessionOpen_FIleAccessWrite.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileStreamTest_Write_SessionOpen_CountGreatherThanTwoTimesTheWriteBufferSize.cs 90a13a6c5a Fix SFTP file UTC time handling (#356) пре 5 година
SftpFileSystemInformationTest.cs 959ec3240f Ignore bunch of placeholder tests. пре 9 година
SftpFileTest.cs 85e9e6bbed Mark integration tests as such. пре 9 година
SftpHandleResponseBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpInitRequestBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpListDirectoryAsyncResultTest.cs 90145be344 Removed some (conditional) debug code. пре 9 година
SftpNameResponseBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpOpenRequestBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpReadRequestBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpRealPathRequestBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpSessionTest_Connected_RequestRead.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. пре 8 година
SftpSessionTest_Connected_RequestStatVfs.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. пре 8 година
SftpSessionTest_DataReceived_MultipleSftpMessagesInSingleSshDataMessage.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. пре 8 година
SftpSessionTest_DataReceived_MultipleSftpMessagesSplitOverMultipleSshDataMessages.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. пре 8 година
SftpSessionTest_DataReceived_SingleSftpMessageInSshDataMessage.cs b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. пре 8 година
SftpStatVfsRequestBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година
SftpStatVfsResponseBuilder.cs 36f94c26cc Move StatVfsResponse to tests. пре 8 година
SftpSynchronizeDirectoriesAsyncResultTest.cs 959ec3240f Ignore bunch of placeholder tests. пре 9 година
SftpUploadAsyncResultTest.cs 959ec3240f Ignore bunch of placeholder tests. пре 9 година
SftpVersionResponseBuilder.cs e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). пре 8 година