42
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 23 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified libssh2_channel_read_ex() and made it send window adjustments less frequent, use a few less struct fields in the channel struct and improved reading from the network with libssh2_packet_read(). I also modified the windowing algorithm and now use a much larger window. This greatly enhances SSH/SCP performance. I also increased the size of the buffer the transport layer uses from 4k to 16K. More... almost 17 years ago
oops, use %06d for the microseconds! More... almost 17 years ago
re-indented and other whitespace edits More... almost 17 years ago
improved trace logs with time stamps More... almost 17 years ago
fixed to work quite similar to the sftp_nonblock example so that it waits for the socket correctly and measures the transfer speed fine More... almost 17 years ago
Cleanups, that do seem to have boosted SFTP download performance up to 300% in some tests: More... almost 17 years ago
improved non-blocking behavior for some of the initing stuff before the actual data transfer begins More... almost 17 years ago
wait for socket action accordingly, and do some measurements on the transfer to make this better to use for speed tests More... almost 17 years ago
- (Mar 7 2009) Olivier Hervieu pointed out a flaw in the libssh2_channel_x11_req_ex() function that made it produce a crappy random chunk of data. Peter Stuge improved the fix to not do out-of-boundary writes. I (Daniel Stenberg) replaced the snprintf() with a plain sprintf() since the size argument wasn't adding anything anyway. More... almost 17 years ago
some minor Makefile tweaks. More... almost 17 years ago
- Added libssh2_version() More... about 17 years ago
- (Feb 20 2009) libssh2_channel_direct_tcpip_ex() bug #1902169 fixed, which caused it to fail when called a second time. More... about 17 years ago
Fixed dash-as-minus warning in libssh2_base64_decode.3 manpage
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 17 years ago
Fixed syntax error in libssh2_banner_set.3 manpage
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 17 years ago
Bump ABI revision from 1.0.0 to 1.0.1 due to code changes. More... about 17 years ago
Fix typo. More... about 17 years ago
Add date for v1.0 release. More... about 17 years ago
- (Feb 12 2009) Romain Bondue extended Markus Moeller fix from Feb 8, based on a previous (uncommitted) patch by Erik Brossler. It improves libssh2_channel_write_ex in blocking situations when the socket is set non- blocking. More... about 17 years ago
Markus Moeller fixed a flaw in libssh2_channel_write_ex() that would occur on EAGAIN situations. More... about 17 years ago
I want to remove all those macros from the official API at next soname bump More... about 17 years ago
fixed compiler warnings, and stripped off "libssh2_" from static functions as that makes shorter function names and then making the code look fine within 80 columns is easier! More... about 17 years ago
made the three public headers use (mostly) lines shorter than 80 columns as HACKING says - it makes them much more readable to my old tired eyes... More... about 17 years ago
we're actually working on the 1.0.1 version now (or should it be 1.1?) More... about 17 years ago
Added 'TODO' file (again) with some fresh things I could think of right now More... about 17 years ago
Added libssh2_trace man page More... about 17 years ago
libssh2_base64_decode is deprecated and subject for removal in a future version (like on the next soname bump) More... about 17 years ago
wrote up a first libssh2_base64_decode man page, added a few missing man pages to the tarball More... about 17 years ago
based on Heiner Steven's report, fix the name and description of these man pages! More... about 17 years ago
briefly mention my recent sftp-related fixes More... about 17 years ago
mention web site and mailing list, as I think they're not mentioned anywhere else in the package! More... about 17 years ago