42
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some more makefile fixes. More... almost 19 years ago
fixed debug option. More... almost 19 years ago
fixed ARFLAGS for CodeWarrior build; added libssh2_sftp_writenb to export list. More... almost 19 years ago
Non-blocking work
jehousley
as James Housley
More... almost 19 years ago
Create a simple test for sftp readdir with non-blocking
jehousley
as James Housley
More... almost 19 years ago
Document libssh2_sftp_readdir() and libssh2_sftp_readdirnb()
jehousley
as James Housley
More... almost 19 years ago
Added some consts to struct members More... almost 19 years ago
Fixed some compiler warnings and made some more tables 'const'. More... almost 19 years ago
Made some function parameters in the API const. This is an API change, but correctly-written applications should see no source or binary compatibility issues. Also fixed a few compiler warnings. More... almost 19 years ago
Bail out on a short kex packet. More... almost 19 years ago
Made most internal tables 'static const'. More... almost 19 years ago
added ranlib when library is created with ar. More... almost 19 years ago
added sftpdir target; fixed linking. More... almost 19 years ago
Properly propagate out of memory errors. More... almost 19 years ago
Add. More... almost 19 years ago
Add. More... almost 19 years ago
Make ChangeLog a phony target. More... almost 19 years ago
changed to configure defines to control inclusion of headers from libssh2_config.h. More... almost 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... almost 19 years ago
updated Makefile.netware to add more exports; fixed linking; updated OpenSSL version to have users use latest. More... almost 19 years ago
removed HAVE_IOCTLSOCKET define; updated OpenSSL version to have users use latest. More... almost 19 years ago
blocked unistd.h inclusion for Win32 builds. More... almost 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... almost 19 years ago
fixed wrong type and sync with usage. More... almost 19 years ago
check for sys/time.h More... almost 19 years ago
Better handle out of memory situations. More... almost 19 years ago
added --enable-debug More... almost 19 years ago
removed ENOTCONN define, added HAVE_IOCTLSOCKET define; added the new defines for inclusion of headers. More... almost 19 years ago
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