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
Very High Activity
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
1 day
ago.
Aug 29, 2025 — Aug 29, 2026
Showing page 124 of 135
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make ChangeLog a phony target.
Simon Josefsson
More...
over 19 years ago
changed to configure defines to control inclusion of headers from libssh2_config.h.
Guenter Knauf
More...
over 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
Guenter Knauf
More...
over 19 years ago
updated Makefile.netware to add more exports; fixed linking; updated OpenSSL version to have users use latest.
Guenter Knauf
More...
over 19 years ago
removed HAVE_IOCTLSOCKET define; updated OpenSSL version to have users use latest.
Guenter Knauf
More...
over 19 years ago
blocked unistd.h inclusion for Win32 builds.
Guenter Knauf
More...
over 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).
Guenter Knauf
More...
over 19 years ago
fixed wrong type and sync with usage.
Guenter Knauf
More...
over 19 years ago
check for sys/time.h
Guenter Knauf
More...
over 19 years ago
Better handle out of memory situations.
Dan Fandrich
More...
over 19 years ago
added --enable-debug
Daniel Stenberg
More...
over 19 years ago
removed ENOTCONN define, added HAVE_IOCTLSOCKET define; added the new defines for inclusion of headers.
Guenter Knauf
More...
over 19 years ago
Fixed some spelling mistakes in documentation.
Dan Fandrich
More...
over 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).
Dan Fandrich
More...
over 19 years ago
Replace #if !WIN32 with #if HAVE_SYS_SOCKET_H and HAVE_SYS_IOCTL_H (AIX needs sys/ioctl.h). Reported by Michael Augustin <
[email protected]
>.
Simon Josefsson
More...
over 19 years ago
Use _libssh2_* namespace. Suggested by Guenter Knauf <
[email protected]
>.
Simon Josefsson
More...
over 19 years ago
Use Bruno's M4 macros to search for libgcrypt.
Simon Josefsson
More...
over 19 years ago
*** empty log message ***
Simon Josefsson
More...
over 19 years ago
Remove generated files.
Simon Josefsson
More...
over 19 years ago
Moved to README.
Simon Josefsson
More...
over 19 years ago
Need sys/ioctl.h for FIONBIO, tiny patch from Michael Augustin <
[email protected]
>.
Simon Josefsson
More...
over 19 years ago
Fix AIX problem, based on patch from Michael Augustin <
[email protected]
>.
Simon Josefsson
More...
over 19 years ago
Protect #include of zlib.h if we build without zlib.
Simon Josefsson
More...
over 19 years ago
Enabled fragmenting SFTP requests to LIBSSH2_SFTP_PACKET_MAXLEN.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More...
over 19 years ago
Missing brace added
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More...
over 19 years ago
libssh2_sftp_read should not return error if it receives SSH_FX_EOF code in SSH_FXP_STATUS packet.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More...
over 19 years ago
Callers should be using libssh2_packet_require_ex instead of libssh2_packet_ask_ex. The purpose of these calls is to clear out any packets that may have arrived already, so there's no need to poll for more. (Dan Fandrich)
Daniel Stenberg
More...
over 19 years ago
Don't use CPP symbol _MSC_VER unless it is defined, because undefined CPP symbols means 0. Tiny patch from "Yang Tse" <
[email protected]
>.
Simon Josefsson
More...
over 19 years ago
Need -no-undefined for AIX/cygwin/mingw32 etc. Reported by "Yang Tse" <
[email protected]
>.
Simon Josefsson
More...
over 19 years ago
Add comment.
Simon Josefsson
More...
over 19 years ago
←
1
2
…
120
121
122
123
124
125
126
127
128
…
134
135
→
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