42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some spelling mistakes in documentation. More... almost 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... almost 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... almost 19 years ago
Use _libssh2_* namespace. Suggested by Guenter Knauf <[email protected]>. More... almost 19 years ago
Use Bruno's M4 macros to search for libgcrypt. More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
Remove generated files. More... almost 19 years ago
Moved to README. More... almost 19 years ago
Need sys/ioctl.h for FIONBIO, tiny patch from Michael Augustin <[email protected]>. More... almost 19 years ago
Fix AIX problem, based on patch from Michael Augustin <[email protected]>. More... almost 19 years ago
Protect #include of zlib.h if we build without zlib. More... almost 19 years ago
Enabled fragmenting SFTP requests to LIBSSH2_SFTP_PACKET_MAXLEN.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... almost 19 years ago
Missing brace added
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... almost 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... almost 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... almost 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... almost 19 years ago
Need -no-undefined for AIX/cygwin/mingw32 etc. Reported by "Yang Tse" <[email protected]>. More... almost 19 years ago
Add comment. More... almost 19 years ago
Set $SHLIB_SUFFIX_NAME properly, tiny patch from Daniel Johnson <[email protected]>. More... almost 19 years ago
Remove -no-install since it breaks Darwin builds (probably a libtool bug), report from Daniel Johnson <[email protected]>. More... almost 19 years ago
Generated. More... almost 19 years ago
fix More... almost 19 years ago
Add. More... almost 19 years ago
Add. More... almost 19 years ago
Add -lsocket/-lnsl. End sentences with '.'. More... almost 19 years ago
Add. Start sentences with uppercase. More... almost 19 years ago
Use AC_SEARCH_LIBS on socket() for -lsocket, so we don't link with -lsocket unless it is necessary. Remove SHLIB_LDFLAGS, it was never used by anything. More... almost 19 years ago
Add jehousley. More... almost 19 years ago
Fix typo. More... almost 19 years ago
(libssh2_poll_channel_write, libssh2_poll_listener_queued): Mark as static. Remove unneeded prototypes. Break Solaris 10 builds according to "Heiko Jansen" <[email protected]>. More... almost 19 years ago