openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Poderosa
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 10 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Providing RuntimeUtil.IsZeroLength() is needless. Instead use String.IsNullOrEmpty().
kzmi
More...
about 13 years ago
Providing RuntimeUtil.IsZeroLength() is needless. Instead use String.IsNullOrEmpty().
kzmi
More...
about 13 years ago
Fixed a bug that tooltip is not set if a toolbar button doesn't implement IGeneralCommand.
kzmi
More...
about 13 years ago
Fixed a bug that tooltip is not set if a toolbar button doesn't implement IGeneralCommand.
kzmi
More...
about 13 years ago
Added SCP client class to Granados.
kzmi
More...
about 13 years ago
Added SCP client class to Granados.
kzmi
More...
about 13 years ago
- Remove timeout argument from SFTPClient methods. - Alternatively, ProtocolTimeout property was added to SFTPClient. - WaitReady() is called in Init().
kzmi
More...
about 13 years ago
- Remove timeout argument from SFTPClient methods. - Alternatively, ProtocolTimeout property was added to SFTPClient. - WaitReady() is called in Init().
kzmi
More...
about 13 years ago
Minor refactoring
kzmi
More...
about 13 years ago
Minor refactoring
kzmi
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.
kzmi
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.
kzmi
More...
about 13 years ago
Fixed a problem in the case that a new connection was closed with ITerminalConnection.Close(). Patch by Elmue.
kzmi
More...
about 13 years ago
Fixed a problem in the case that a new connection was closed with ITerminalConnection.Close(). Patch by Elmue.
kzmi
More...
about 13 years ago
Fixed a bug that serial port cannot open again if SetCommState() failed while creating a SerialTerminalConnection. Patch by Elmue.
kzmi
More...
about 13 years ago
Fixed a bug that serial port cannot open again if SetCommState() failed while creating a SerialTerminalConnection. Patch by Elmue.
kzmi
More...
about 13 years ago
Disable debug output.
kzmi
More...
about 13 years ago
Disable debug output.
kzmi
More...
about 13 years ago
Added SFTP client class.
kzmi
More...
about 13 years ago
Added SFTP client class.
kzmi
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.
kzmi
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.
kzmi
More...
about 13 years ago
Fixed a bug that background color is not changed properly in some condition.
kzmi
More...
about 13 years ago
Fixed a bug that background color is not changed properly in some condition.
kzmi
More...
about 13 years ago
Quick fix to avoid unexpected change of the background color in the application mode.
kzmi
More...
about 13 years ago
Quick fix to avoid unexpected change of the background color in the application mode.
kzmi
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.
kzmi
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.
kzmi
More...
about 13 years ago
Added a document about the coding style.
kzmi
More...
about 13 years ago
Added a document about the coding style.
kzmi
More...
about 13 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree