42
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 15 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add libssh2_channel_flush_ex.3 and libssh2_channel_forward_cancel.3
jehousley
as James Housley
More... over 18 years ago
Add libssh2_channel_direct_tcpip_ex.3 and libssh2_channel_eof.3
jehousley
as James Housley
More... over 18 years ago
Add libssh2_banner_set.3 and libssh2_channel_close.3
jehousley
as James Housley
More... over 18 years ago
The month should be the 3-letter abbreviation instead of spelled out.
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Fix date
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Remove extraneous character
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Update to match current code and add errors
jehousley
as James Housley
More... over 18 years ago
Fix spacing issue
jehousley
as James Housley
More... over 18 years ago
Change "SEE ALSO" to SEE ALSO
jehousley
as James Housley
More... over 18 years ago
Update to reflect the current code and add possible error values
jehousley
as James Housley
More... over 18 years ago
libssh2_channel_free() actually can return PACKET_EAGAIN. Update all calling functions to support that with the following API notes:
jehousley
as James Housley
More... over 18 years ago
Update for the libssh2_userauth_list() change
jehousley
as James Housley
More... over 18 years ago
The function no longer exists
jehousley
as James Housley
More... over 18 years ago
include sys/types.h since the compile breaks on Linux otherwise - we need ssize_t from there More... over 18 years ago
Sharing state vairables between the userauth functions was a nice idea, but libssh2_userauth_list() can't share with the others. So to be safe don't have any share.
jehousley
as James Housley
More... over 18 years ago
Add a define for vsnprintf, similar to snprintf that is already there.
jehousley
as James Housley
More... over 18 years ago
Fix misspelling in trace
jehousley
as James Housley
More... over 18 years ago
Since uint32_t is used, inttypes.h should be included.
jehousley
as James Housley
More... over 18 years ago
* Convert all the code to properly work with a socket in non-blocking mode. All functions either return LIBSSH2_ERROR_EAGAIN or return NULL and set the error code to be LIBSSH2_ERROR_EAGAIN instead of blocking, when in non-blocking mode.
jehousley
as James Housley
More... over 18 years ago