42
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
renamed to the modern name "configure.ac" More... over 16 years ago
always braces and else and brace on the same line removed More... over 16 years ago
_libssh2_channel_write() only sends the 32K first bytes More... over 16 years ago
document _libssh2_channel_write's return code More... over 16 years ago
s/libssh2_channel_write_ex/_libssh2_channel_write internally More... over 16 years ago
call libssh2_error() when transport_write() returns EAGAIN More... over 16 years ago
clarify that zero can be returned without meaning error More... over 16 years ago
remove debug leftovers More... over 16 years ago
channel_read() was changed to _libssh2_channel_read() as lots of internal code was changed to use that instead of wrongly using libssh2_channel_read_ex(). Some files now need to include channel.h to get this proto. More... over 16 years ago
changed all return EAGAIN to return the variable instead More... over 16 years ago
_libssh2_channel_write() must not invent EAGAIN situations More... over 16 years ago
error code cleanup More... over 16 years ago
remove all libssh2pack_t leftovers More... over 16 years ago
removed the libssh2pack_t type More... over 16 years ago
fix return codes, shortened a very long function name More... over 16 years ago
remove use of libssh2_channel_receive_window_adjust More... over 16 years ago
more proper return codes, added a missing libssh2_error() call More... over 16 years ago
clear socket_block_directions bits before send/recv More... over 16 years ago
simplified fullpacket, clarified _libssh2_transport_write() comment More... over 16 years ago
cleaned up _libssh2_packet_add() More... over 16 years ago
convert return -1 instances to return [proper error code] More... over 16 years ago
simplify code by removing code duplication More... over 16 years ago
fix several return -1 to return a proper error code More... over 16 years ago
change transport to use unified error codes More... over 16 years ago
changes from int to libssh2_socket_t for sokcets More... over 16 years ago
introducing libssh2_socket_t type and fixed iovec for windows More... over 16 years ago
linked list changes and minor bug fixes More... over 16 years ago
linked list code is now converted to new functions More... over 16 years ago
remove superfluous braces and re-indent somewhat More... over 16 years ago
move over lots of code to the _libssh2_list_* functions More... over 16 years ago