42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
corrected wrong comment and made libssh2_channel_wait_closed() return 0 as documented! More... about 18 years ago
oops More... about 18 years ago
added libssh2_channel_wait_closed man page More... about 18 years ago
remove trailing junk character More... about 18 years ago
Fix syntax errors in libssh2_sftp_init and libssh2_sftp_open_ex manpages.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 18 years ago
fixed 'uninitialized' compiler warnings. More... about 18 years ago
valgrind was friendly enough to point out that doing memcpy() on overlapping memory areas is a very bad idea so I changed this to memmove() More... over 18 years ago
add 0.18 release date More... over 18 years ago
0.19 in progress More... over 18 years ago
mention Dan Fandrich and Guenter Knauf More... over 18 years ago
fix three compiler warnings on comparison between signed and unsigned More... over 18 years ago
Added a note about recent changes in a summarized way, added dates to the three most recent releases and made many lines < 80 columns. More... over 18 years ago
include specified files from the win32 dir, not everything within it since that gives us CVS files too etc More... over 18 years ago
Moved the check that the amount of data is larger than the blocksize to only get done on the first block. Based on the bug report #1826989 https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1826989&group_id=125852 More... over 18 years ago
fix transfer stall bug with non-blocking transfers, by Gavrie Philipson More... over 18 years ago
Stop shadowing a global declaration More... over 18 years ago
Immanuel Gregoire made libssh2_packet_read() properly deal with blocks when in non-blocking state. Until this fix, libssh2 just couldn't work properly on Windows while non-blocking. More... over 18 years ago
oops, that was debugging code that wasn't supposed to be committed! More... over 18 years ago
fix by Immanuel Gregoire, sizeof != strlen! More... over 18 years ago
fixed ssize_t typedef; added a define to detect already defined ssize_t. More... over 18 years ago
fix line endings to crlf and flag binary to avoid nasty conversions. More... over 18 years ago
Mention the const change in libssh2_channel_setenv_ex since it's a (minor) change to the API. More... over 18 years ago
added link to native Win32 awk. More... over 18 years ago
The libssh2_channel_receive_window_adjust() function failed to set the state variables at times and thus this function would misbehave on repeated invokes. More... over 18 years ago
When we have less than blocksize data left we MUST (attempt to) read more since we can't decrypt anything in that situation. More... over 18 years ago
Removed unnecessary casts and added const where necessary. More... over 18 years ago
Added const to varname parameter of libssh2_channel_setenv_ex More... over 18 years ago
Fixed the samples to build outside the source tree. Removed redundant _SOURCES lines. More... over 18 years ago
Satish Mittal and David J Sullivan fixed an infinit recv() loop in libssh2_banner_receive() More... over 18 years ago
fixed test makefile to generate config.h. More... over 18 years ago