42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed call to libssh2_userauth_list() since NULL isnt supported for the username. More... over 18 years ago
added check for available authentication methods. More... over 18 years ago
added NMakefile to Makefile.am so that it gets included with releases and daily snapshots. More... over 18 years ago
added test success messages. More... over 18 years ago
another trial to fix the typedefs. More... over 18 years ago
fixed MSVC project files to build static lib and dll in separate direcories. More... over 18 years ago
support --enable-maintainer-mode More... over 18 years ago
fixed MSVC project files. More... over 18 years ago
add maketgz to release archives More... over 18 years ago
Added LIBSSH2_TIMESTAMP to the public header and it contains the timestamp of the making of the release archive. More... over 18 years ago
fixed test makefile to build all samples. More... over 18 years ago
fixed NMakefile stuff to build at least the DLL again. More... over 18 years ago
Fix make distcheck. Noted by Daniel. More... over 18 years ago
I'm fine with just name More... over 18 years ago
introduced some more version defines. More... over 18 years ago
Metion the current code style in the new file called HACKING. In this, we could also add descriptions on how to send us patches and bug reports etc... More... over 18 years ago
converted to 4-level space indents, no trailing whitespace More... over 18 years ago
some more NetWare makefile fixes. More... over 18 years ago
removed compiler warnings, narrowed some source lines, killed trailing whitespace More... over 18 years ago
For now make LIBSSH2_APINO a long, some compilers make constants an int it seems.
jehousley
as James Housley
More... over 18 years ago
added build for older CLIB version. More... over 18 years ago
The variable "packet" needs to be in LIBSSH2_SFTP_HANDLE for re-entry when blocking in libssh2_sftp_close_handle()
jehousley
as James Housley
More... over 18 years ago
While the previous commit seemed to correct a problem, it actually exposed another problem. Commit this until a proper fix is found
jehousley
as James Housley
More... over 18 years ago
Remove a blocking while loop that wasn't removed when the code to return PACKET_EAGAIN was added, but should have been.
jehousley
as James Housley
More... over 18 years ago
* Since the packet as already had data read from it, it can't retrun PACKET_EAGAIN while reading the rest of it. * Get the error message in libssh2_scp_recv() in the same manner as it was gotten in libssh2_scp_send_ex()
jehousley
as James Housley
More... over 18 years ago
fix bug #1701782 - for now we only define for the compiler versions where we know for sure - if later versions still need those defines please report to the list. More... over 18 years ago
enter next round after release. More... over 18 years ago
Gavrie Philipson sumitted a patch to get the actual text of the error on scp upload.
jehousley
as James Housley
More... over 18 years ago
Change the wording of the return value to match the rest of the man pages
jehousley
as James Housley
More... over 18 years ago
Fixed manpage syntax (catched by Debian's lintian)
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... over 18 years ago