| Add libssh2_channel_flush_ex.3 and libssh2_channel_forward_cancel.3 |
|
More...
|
over 18 years ago
|
| Add libssh2_channel_direct_tcpip_ex.3 and libssh2_channel_eof.3 |
|
More...
|
over 18 years ago
|
| Add libssh2_banner_set.3 and libssh2_channel_close.3 |
|
More...
|
over 18 years ago
|
| The month should be the 3-letter abbreviation instead of spelled out. |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Fix date |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Remove extraneous character |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Update to match current code and add errors |
|
More...
|
over 18 years ago
|
| Fix spacing issue |
|
More...
|
over 18 years ago
|
| Change "SEE ALSO" to SEE ALSO |
|
More...
|
over 18 years ago
|
| Update to reflect the current code and add possible error values |
|
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: |
|
More...
|
over 18 years ago
|
| Update for the libssh2_userauth_list() change |
|
More...
|
over 18 years ago
|
| The function no longer exists |
|
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. |
|
More...
|
over 18 years ago
|
| Add a define for vsnprintf, similar to snprintf that is already there. |
|
More...
|
over 18 years ago
|
| Fix misspelling in trace |
|
More...
|
over 18 years ago
|
| Since uint32_t is used, inttypes.h should be included. |
|
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. |
|
More...
|
over 18 years ago
|