42
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unused #ifndef, and two whitespace changes More... about 17 years ago
style/indent changes only to enforce < 80 column lines more strict More... about 17 years ago
libssh2_sftp_seek64() it is now for the 64bit seek function too as the seek2 name has never been used in a release and it makes the naming consistent More... about 17 years ago
0.19 is now 1.0 More... about 17 years ago
Based on Alexander Lamaison's patch, there's now a new function called libssh2_sftp_tell64() that returns the 64 bit file offset, as the existing libssh2_sftp_tell() only returns a size_t. More... about 17 years ago
first conversion of a malloc => buffer in the sftp handle struct More... about 17 years ago
helper script for emacs users to get the code style done libssh2-style automatically More... about 17 years ago
- Markus Moeller fixed the issue also reported by Alexander Lamaison which caused SFTP reads with large buffers to fail. More... about 17 years ago
Sshd is slow to start on some systems. More... about 17 years ago
Avoid one malloc by putting the entire handle buffer in the handle struct at once, use a define for the maximum size length of the handle instead of '256' in the code. More... about 17 years ago
removed some more libssh2_ prefixes from private functions More... about 17 years ago
removed unused code, intended the code somewhat More... about 17 years ago
Nothing used libssh2_sftp_packet_read's flush argument anymore so I removed it and simplified the code somewhat thanks to that. I then renamed the function to sftp_packet_read() only since it is private in this file anyway. More... about 17 years ago
renamed libssh2_sftp_packet_requirev to plain sftp_packet_requirev since it is private in this file only and a shorter name is nicer More... about 17 years ago
Clarify that this is only fine to use after an actual SFTP protocol error return code. More... about 17 years ago
Support EXEEXT in self-test. More... about 17 years ago
Cygwin needs -lcrypto for -lssl. Reported by "Yang Tse" <[email protected]>. More... about 17 years ago
oops, add missing file More... about 17 years ago
fix again cygwin build failure unreleased regression More... about 17 years ago
Fixed a potential use of an uninitialized variable, the result of which lead to an unneeded but harmless realloc. Reduced the scope of some automatic variables. More... about 17 years ago
Fixed some typos in log messages More... about 17 years ago
- Vlad Grachov brought the new function called libssh2_session_block_directions() which returns a bitmask for what directions the connection blocks. It is to be used applications that use non-blocking sockets and when a libssh2 function returns LIBSSH2_ERROR_EAGAIN this function can be used to figure out in which direction the socket would block and thus it can wait for the socket to again be ready for communication in that direction before it calls libssh2 again. More... about 17 years ago
Add a more realistic self-test of libssh2. More... about 17 years ago
Ignore coverage/. More... about 17 years ago
Add rules to generate a code coverage report. More... about 17 years ago
Use AM_CPPFLAGS instead of deprecated INCLUDES. More... about 17 years ago
Add self-test of base64 decode. More... about 17 years ago
Add gcov files. More... over 17 years ago
Use only C89-style comments More... over 17 years ago
Check LIBSSH2_HMAC_RIPEMD consistently More... over 17 years ago