42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add basic self test. More... about 19 years ago
--copy added to automake --add-missing to avoid symlinks in bootstrapped CVS snapshot tarballs
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 19 years ago
Minus sign escaped to not be treated as emdash in man pages.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 19 years ago
fix compiler warnings (and some indent changes) More... about 19 years ago
fix compiler warnings More... about 19 years ago
fix compiler warnings, minor re-indenting More... about 19 years ago
Added an initial set of man pages. More... about 19 years ago
fix warnings and allow passing user name and password on the command line More... about 19 years ago
Added the configure option --enable-debug-build which not only enables a debug build (using -g and disabling all -O options), but also sets a whole range of picky/strict compiler options depending on what compiler and version that is used. This function is ripped right off the curl configure script, written by yours truly. I left it using the same name as in the curl script to 1) make it obvious where it comes from, so that 2) it will be easier to update and keep it in sync with future modifications. More... about 19 years ago
Removed use of ceil() since that is a math lib function and getting the exact accuracy of the microsecond to millisecond conversion simply cannot be that important. We don't even explicitly link with -lm... More... about 19 years ago
Fix indentation. More... about 19 years ago
Add. More... about 19 years ago
Add autobuild.m4, to make it easier to use http://autobuild.josefsson.org/. More... about 19 years ago
Move symmetric OpenSSL EVP crypto calls to crypt.c. More... about 19 years ago
Improve detection of closed channel. Eleminates lock-ups on multi-channel operation.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 19 years ago
Reading bigger blocks from network before decryption. Significantly increases performance.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 19 years ago
write(2) may write only part of passed data under FreeBSD. Make sure whole buffer is written.
Mikhail «dottedmag» Gusarov
as Mikhail Gusarov
More... about 19 years ago
mention a few recent changes More... about 19 years ago
Add builddir/src to the include path, for the generated config header when building out of the source tree. More... about 19 years ago
ssh2_sample now gets the right include path to the current include directory More... about 19 years ago
check for inline in configure More... about 19 years ago
Starting now, we use automake and libtool for the build. More... about 19 years ago
Moved the private include files libssh2_priv.h and libssh2_config.h.in from include/ into the src/ directory. The include/ dir is now strictly for public headers. More... about 19 years ago
kill compiler warnings More... about 19 years ago
until we automake, let 'make' build all by default More... about 19 years ago
kill warnings More... about 19 years ago
Use pkg-config --cflags-only-I when getting the include files necessary to build with OpenSSL. Previous approach caused a bad compiler option get set. More... about 19 years ago
Patch from Daniel Stenberg
jehousley
as James Housley
More... about 19 years ago
Reproduce most of the POSIX permission/file type defines from sys/stat.h so that if compiled with a non-POSIX compiler these are still available for client software.
jehousley
as James Housley
More... about 19 years ago
As pointed out, feof() will always fail after a rewind
jehousley
as James Housley
More... about 19 years ago