enkore

Results 117 comments of enkore

Besides OpenSSL 1.1 itself being EOL now, it is compiled using MSVC 2013 on AppVeyor, which means that those binaries depend on the MSVS 2013 (MSVCR12) runtime, which is also...

There was actually an experimental branch once which would exactly tell you these things: whether reading input files, compression, encryption or writing output files was the bottleneck and if so...

Whiteouts are mostly used these days in container layers (which may use overlayfs, depending on the container runtime), so they're not uncommon per se, but you'd normally not include container...

AIUI you're mounting a remote internet server using sshfs and then creating a backup of the files in that sshfs mount to a local disk. This can perform somewhat okay...

**Why do you do this?** yes

PR has been merged: https://github.com/libssh2/libssh2/pull/945

You'd use LIBSSH2_FLAG_COMPRESS with libssh2_session_flag (not the greatest API for this in the world, as the protocol has flexible negotiation for this, instead of an zlib on-off switch - though...