3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Providing RuntimeUtil.IsZeroLength() is needless. Instead use String.IsNullOrEmpty(). More... about 13 years ago
Providing RuntimeUtil.IsZeroLength() is needless. Instead use String.IsNullOrEmpty(). More... about 13 years ago
Fixed a bug that tooltip is not set if a toolbar button doesn't implement IGeneralCommand. More... about 13 years ago
Fixed a bug that tooltip is not set if a toolbar button doesn't implement IGeneralCommand. More... about 13 years ago
Added SCP client class to Granados. More... about 13 years ago
Added SCP client class to Granados. More... about 13 years ago
- Remove timeout argument from SFTPClient methods. - Alternatively, ProtocolTimeout property was added to SFTPClient. - WaitReady() is called in Init(). More... about 13 years ago
- Remove timeout argument from SFTPClient methods. - Alternatively, ProtocolTimeout property was added to SFTPClient. - WaitReady() is called in Init(). More... about 13 years ago
Minor refactoring More... about 13 years ago
Minor refactoring More... about 13 years ago
Revert SerialTerminalConnection.ApplySerialParam() so that it doesn't close handle when SetCommState() failed. Caller has the responsibility to call Close() in the case of something error. More... about 13 years ago
Revert SerialTerminalConnection.ApplySerialParam() so that it doesn't close handle when SetCommState() failed. Caller has the responsibility to call Close() in the case of something error. More... about 13 years ago
Fixed a problem in the case that a new connection was closed with ITerminalConnection.Close(). Patch by Elmue. More... about 13 years ago
Fixed a problem in the case that a new connection was closed with ITerminalConnection.Close(). Patch by Elmue. More... about 13 years ago
Fixed a bug that serial port cannot open again if SetCommState() failed while creating a SerialTerminalConnection. Patch by Elmue. More... about 13 years ago
Fixed a bug that serial port cannot open again if SetCommState() failed while creating a SerialTerminalConnection. Patch by Elmue. More... about 13 years ago
Disable debug output. More... about 13 years ago
Disable debug output. More... about 13 years ago
Added SFTP client class. More... about 13 years ago
Added SFTP client class. More... about 13 years ago
Refactored SSH2TransmissionPacket. Open() and Close() were changed to virtual methods. Derived class can construct a packet with specialized format for the upper layer protocol. More... about 13 years ago
Refactored SSH2TransmissionPacket. Open() and Close() were changed to virtual methods. Derived class can construct a packet with specialized format for the upper layer protocol. More... about 13 years ago
Fixed a bug that background color is not changed properly in some condition. More... about 13 years ago
Fixed a bug that background color is not changed properly in some condition. More... about 13 years ago
Quick fix to avoid unexpected change of the background color in the application mode. More... about 13 years ago
Quick fix to avoid unexpected change of the background color in the application mode. More... about 13 years ago
Fixed a bug that IndexOutOfRangeException could be raised when cursor position was set by escape sequence. Changed so that GLineManipulator.ExpandBuffer() is always called when GLineManipulator.CaretColumn was set. More... about 13 years ago
Fixed a bug that IndexOutOfRangeException could be raised when cursor position was set by escape sequence. Changed so that GLineManipulator.ExpandBuffer() is always called when GLineManipulator.CaretColumn was set. More... about 13 years ago
Added a document about the coding style. More... about 13 years ago
Added a document about the coding style. More... about 13 years ago