42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix compiler warnings. More... over 17 years ago
Move pem.c to libgcrypt section, it is not needed for OpenSSL. More... over 17 years ago
Drop pkg-config test, not needed now. More... over 17 years ago
Rewrite OpenSSL+libz detection logic. More... over 17 years ago
Add more. More... over 17 years ago
fix the include path to also point out the build dir's src/ dir for the cases where we build the lot outside of the source dir More... over 17 years ago
avoid duplicate function declarations on windows More... over 17 years ago
WINSOCK_VERSION is no longer used (Richard W.M. Jones fixed) More... over 17 years ago
Richard W.M. Jones' 5 patches that enables libssh2 to get cross-compiled with mingw More... over 17 years ago
Fixes a problem that the last code change apparently didn't fix. Verified that this works correctly with another user. More... over 17 years ago
Fixed an issue with a patch that I submitted where the channel_read_ex() could get stuck in a busy read loop. More... over 17 years ago
fix cygwin build failure unreleased regression More... over 17 years ago
Reformatted the code, updated line endings to match original file, fixed the build problem, removed tabs and replaced with spaces and removed C89 unfriendly comments. More... over 17 years ago
mention libssh2_channel_request_pty_size_ex() More... over 17 years ago
two new committers! More... over 17 years ago
This fix addresses bug# 2141548. Channel reads would fail despite libssh2_poll() detecting that there was data ready to be read on the socket. This is seen when small amounts of data are ready to be read, typically 1-4 chars worth. More... over 17 years ago
Committed changes to add in support for pty resizing. Credit for this patch goes to Vincent Jaulin. More... over 17 years ago
Fixed an issue with the libssh2_poll_channel_read function not reading both normal and extended data when a non-zero value is passed in as the 2nd parameter. This now matches the functionallity described in the documentation. More... over 17 years ago
Carlo Bramini fixed the build for msys+mingw. Bug #1943976. More... over 17 years ago
Carlo Bramini's fixes for the nonblocking examples for msys/mingw More... over 17 years ago
Neil Gierman provided improved Visual Studio 2008 code in bug #1946268 More... over 17 years ago
- Bug #1862727 fixed libssh2_poll() to work on windows (by defining HAVE_SELECT). More... over 17 years ago
- Based on bug #1815692, we introduce libssh2_sftp_seek2() that allows seeking beyond the 2GB margin even on 32bit machines. More... over 17 years ago
- Based on a patch in bug #1878059 by Steven Ayre libssh2 now parses >2GB file sizes when downloading SCP files. More... over 17 years ago
Adhere to RFC4253 better and don't use dash in the banner string. Bug #2064371 More... over 17 years ago
Sean Peterson's key re-exchange fix. See his long explanation on: http://daniel.haxx.se/projects/libssh2/mail/libssh2-devel-archive-2008-06/0002.shtml More... over 17 years ago
minor language updates More... over 17 years ago
Gah, I broke Sebastian's patch when I left out the parentheses his patch did contain. Added properly now. More... over 17 years ago
|sftp.c:1470: warning: cast to pointer from integer of different size Another reason why macros are evil: The string (which is allready char *) should be cast into char * not the integer. More... over 17 years ago
Added manpage for libssh2_userauth_keyboard_interactive_ex(3)
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... almost 18 years ago