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 18 hours
ago. based on code collected
1 day
ago.
Mar 22, 2025 — Mar 22, 2026
Showing page 83 of 110
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
renamed to the modern name "configure.ac"
Daniel Stenberg
More...
over 16 years ago
always braces and else and brace on the same line removed
Daniel Stenberg
More...
over 16 years ago
_libssh2_channel_write() only sends the 32K first bytes
Daniel Stenberg
More...
over 16 years ago
document _libssh2_channel_write's return code
Daniel Stenberg
More...
over 16 years ago
s/libssh2_channel_write_ex/_libssh2_channel_write internally
Daniel Stenberg
More...
over 16 years ago
call libssh2_error() when transport_write() returns EAGAIN
Daniel Stenberg
More...
over 16 years ago
clarify that zero can be returned without meaning error
Daniel Stenberg
More...
over 16 years ago
remove debug leftovers
Daniel Stenberg
More...
over 16 years ago
channel_read() was changed to _libssh2_channel_read() as lots of internal code was changed to use that instead of wrongly using libssh2_channel_read_ex(). Some files now need to include channel.h to get this proto.
Daniel Stenberg
More...
over 16 years ago
changed all return EAGAIN to return the variable instead
Daniel Stenberg
More...
over 16 years ago
_libssh2_channel_write() must not invent EAGAIN situations
Daniel Stenberg
More...
over 16 years ago
error code cleanup
Daniel Stenberg
More...
over 16 years ago
remove all libssh2pack_t leftovers
Daniel Stenberg
More...
over 16 years ago
removed the libssh2pack_t type
Daniel Stenberg
More...
over 16 years ago
fix return codes, shortened a very long function name
Daniel Stenberg
More...
over 16 years ago
remove use of libssh2_channel_receive_window_adjust
Daniel Stenberg
More...
over 16 years ago
more proper return codes, added a missing libssh2_error() call
Daniel Stenberg
More...
over 16 years ago
clear socket_block_directions bits before send/recv
Daniel Stenberg
More...
over 16 years ago
simplified fullpacket, clarified _libssh2_transport_write() comment
Daniel Stenberg
More...
over 16 years ago
cleaned up _libssh2_packet_add()
Daniel Stenberg
More...
over 16 years ago
convert return -1 instances to return [proper error code]
Daniel Stenberg
More...
over 16 years ago
simplify code by removing code duplication
Daniel Stenberg
More...
over 16 years ago
fix several return -1 to return a proper error code
Daniel Stenberg
More...
over 16 years ago
change transport to use unified error codes
Daniel Stenberg
More...
over 16 years ago
changes from int to libssh2_socket_t for sokcets
Daniel Stenberg
More...
over 16 years ago
introducing libssh2_socket_t type and fixed iovec for windows
Daniel Stenberg
More...
over 16 years ago
linked list changes and minor bug fixes
Daniel Stenberg
More...
over 16 years ago
linked list code is now converted to new functions
Daniel Stenberg
More...
over 16 years ago
remove superfluous braces and re-indent somewhat
Daniel Stenberg
More...
over 16 years ago
move over lots of code to the _libssh2_list_* functions
Daniel Stenberg
More...
over 16 years ago
←
1
2
…
79
80
81
82
83
84
85
86
87
…
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