42
I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Aug 29, 2025 — Aug 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make ChangeLog a phony target. More... over 19 years ago
changed to configure defines to control inclusion of headers from libssh2_config.h. More... over 19 years ago
Win32 has no ENOTCONN - checked MSVC6, MingW32, Borland C++ 5.5, OpenWatcom 1.6; all have this define in winsock2.h but blocked with '#if 0'; changed to configure defines to control inclusion of headers from libssh2_config.h More... over 19 years ago
updated Makefile.netware to add more exports; fixed linking; updated OpenSSL version to have users use latest. More... over 19 years ago
removed HAVE_IOCTLSOCKET define; updated OpenSSL version to have users use latest. More... over 19 years ago
blocked unistd.h inclusion for Win32 builds. More... over 19 years ago
added two more typedefs but blocked them so they are only used with MSVC6 or lower (dont know if later MSVC versions still need them). More... over 19 years ago
fixed wrong type and sync with usage. More... over 19 years ago
check for sys/time.h More... over 19 years ago
Better handle out of memory situations. More... over 19 years ago
added --enable-debug More... over 19 years ago
removed ENOTCONN define, added HAVE_IOCTLSOCKET define; added the new defines for inclusion of headers. More... over 19 years ago
Fixed some spelling mistakes in documentation. More... over 19 years ago
libssh2_channel_close now waits for a SSH_MSG_CHANNEL_CLOSE message from the server as mandated by the RFC. Not doing so causes an OpenSSH server to occasionally corrupt (truncate) short files uploaded by scp (which manifests itself as a failure of test603 in the curl regression test suite). More... over 19 years ago
Replace #if !WIN32 with #if HAVE_SYS_SOCKET_H and HAVE_SYS_IOCTL_H (AIX needs sys/ioctl.h). Reported by Michael Augustin <[email protected]>. More... over 19 years ago
Use _libssh2_* namespace. Suggested by Guenter Knauf <[email protected]>. More... over 19 years ago
Use Bruno's M4 macros to search for libgcrypt. More... over 19 years ago
*** empty log message *** More... over 19 years ago
Remove generated files. More... over 19 years ago
Moved to README. More... over 19 years ago
Need sys/ioctl.h for FIONBIO, tiny patch from Michael Augustin <[email protected]>. More... over 19 years ago
Fix AIX problem, based on patch from Michael Augustin <[email protected]>. More... over 19 years ago
Protect #include of zlib.h if we build without zlib. More... over 19 years ago
Enabled fragmenting SFTP requests to LIBSSH2_SFTP_PACKET_MAXLEN.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... over 19 years ago
Missing brace added
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... over 19 years ago
libssh2_sftp_read should not return error if it receives SSH_FX_EOF code in SSH_FXP_STATUS packet.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... over 19 years ago
Callers should be using libssh2_packet_require_ex instead of libssh2_packet_ask_ex. The purpose of these calls is to clear out any packets that may have arrived already, so there's no need to poll for more. (Dan Fandrich) More... over 19 years ago
Don't use CPP symbol _MSC_VER unless it is defined, because undefined CPP symbols means 0. Tiny patch from "Yang Tse" <[email protected]>. More... over 19 years ago
Need -no-undefined for AIX/cygwin/mingw32 etc. Reported by "Yang Tse" <[email protected]>. More... over 19 years ago
Add comment. More... over 19 years ago