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
bug #2785173 pointed out that we really must call _libssh2_transport_read() in loops until it returns < 0 when we call it, as if we just call it once we may drain the socket for data and then leave unused in-memory data that we won't detect because the socket is back to idle... More... almost 17 years ago
Markus posted a bug report about a bad 0-return from libssh2_channel_read: http://libssh2.haxx.se/mail/libssh2-devel-archive-2009-04/0076.shtml More... almost 17 years ago
remove pointless sleeps More... almost 17 years ago
edited More... almost 17 years ago
libssh2_poll() and libssh2_poll_channel_read() are now considered and documented deprecated and they will be removed at next soname bump. It also saves us from fixing some rather quirky bugs in libssh2_poll()... More... almost 17 years ago
some minor Makefile tweaks; mainly for crosscompiling. More... almost 17 years ago
Jussi Mononen pointed out we used an unsigned variable to store negative values in, when a plain int is much better anyway since it matches the return type. More... almost 17 years ago
and we're now on the 1.1.1 track More... almost 17 years ago
release 1.1 More... almost 17 years ago
Sofian Brabez removed duplicate calls to libssh2_session_set_blocking() More... almost 17 years ago
Uh, it is important that we don't set the local state 'local.close' to TRUE until _after_ we're done as otherwise we might not get called again properly to clean the entire thing since the close state is checked in libssh2_channel_free More... almost 17 years ago
Removed the trace output that said "May block until packet of type..." since it simply wasn't true for non-blocking operations. More... almost 17 years ago
made sure the SFTP code makes more use of internal non-blocking functions instead of the external API entries More... almost 17 years ago
Fixed the memory leak in in libssh2_userauth_hostbased_fromfile_ex() that Jean-Louis Charton found. Additional minor indent and comment edits. More... almost 17 years ago
indent changes and removed libssh2_ prefix from static function More... almost 17 years ago
include libssh2_priv.h instead of libssh2.h in order to get LIBSSH2_API properly defined on LIBSSH2_WIN32 build targets More... almost 17 years ago
Additional non-blocking fixes. More... almost 17 years ago
Me and my long fingers couldn't resist "merging" these statements in a previous commit but of course that broke functionality and this is a revert of that change. More... almost 17 years ago
Dump to stderr simply because the other tracing functions in misc.c already use stderr and mixing output "channels" causes too much confusion for me! More... almost 17 years ago
fixed sftp_shutdown() for the blockiness and fixed libssh2_channel_close() to work properly non-blocking More... almost 17 years ago
Fixed the order of the check in the BLOCK_ADJUST() macro so that it also works for libssh2_session_free() More... almost 17 years ago
kill warnings More... almost 17 years ago
Fix the BLOCK_ADJUST_ERRNO() macro to behave properly in blocking mode. More... almost 17 years ago
Add AC_CONFIG_MACRO_DIR to avoid warnings with libtool v2.2.x. More... almost 17 years ago
fix comments, moved to htonu64 function to sftp.c and made it static More... almost 17 years ago
More cleaning up converting libssh2_ to _libssh2_ for internal functions and removing libssh2_ from static functions. Added mac.h. More... almost 17 years ago
comp.c only as a single _libssh2_ function, no external one More... almost 17 years ago
* Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed and introduced a transport.h header. More... almost 17 years ago
avoid some busy-looping More... almost 17 years ago
one function to remove, one proto to correct More... almost 17 years ago