openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
libssh2
Settings
|
Report Duplicate
42
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 23 hours
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 89 of 110
Search / Filter on:
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.
Daniel Stenberg
More...
almost 17 years ago
oops, use %06d for the microseconds!
Daniel Stenberg
More...
almost 17 years ago
re-indented and other whitespace edits
Daniel Stenberg
More...
almost 17 years ago
improved trace logs with time stamps
Daniel Stenberg
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
Daniel Stenberg
More...
almost 17 years ago
Cleanups, that do seem to have boosted SFTP download performance up to 300% in some tests:
Daniel Stenberg
More...
almost 17 years ago
improved non-blocking behavior for some of the initing stuff before the actual data transfer begins
Daniel Stenberg
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
Daniel Stenberg
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.
Daniel Stenberg
More...
almost 17 years ago
some minor Makefile tweaks.
Guenter Knauf
More...
almost 17 years ago
- Added libssh2_version()
Daniel Stenberg
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.
Daniel Stenberg
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.
Simon Josefsson
More...
about 17 years ago
Fix typo.
Simon Josefsson
More...
about 17 years ago
Add date for v1.0 release.
Simon Josefsson
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.
Daniel Stenberg
More...
about 17 years ago
Markus Moeller fixed a flaw in libssh2_channel_write_ex() that would occur on EAGAIN situations.
Daniel Stenberg
More...
about 17 years ago
I want to remove all those macros from the official API at next soname bump
Daniel Stenberg
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!
Daniel Stenberg
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...
Daniel Stenberg
More...
about 17 years ago
we're actually working on the 1.0.1 version now (or should it be 1.1?)
Daniel Stenberg
More...
about 17 years ago
Added 'TODO' file (again) with some fresh things I could think of right now
Daniel Stenberg
More...
about 17 years ago
Added libssh2_trace man page
Daniel Stenberg
More...
about 17 years ago
libssh2_base64_decode is deprecated and subject for removal in a future version (like on the next soname bump)
Daniel Stenberg
More...
about 17 years ago
wrote up a first libssh2_base64_decode man page, added a few missing man pages to the tarball
Daniel Stenberg
More...
about 17 years ago
based on Heiner Steven's report, fix the name and description of these man pages!
Daniel Stenberg
More...
about 17 years ago
briefly mention my recent sftp-related fixes
Daniel Stenberg
More...
about 17 years ago
mention web site and mailing list, as I think they're not mentioned anywhere else in the package!
Daniel Stenberg
More...
about 17 years ago
←
1
2
…
85
86
87
88
89
90
91
92
93
…
109
110
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree