Improve error-handling of OpenSSL 3.x functions (#2777) References #2776.
Recent Commits to s3fs-fuse:master
-
Improve error-handling of OpenSSL 3.x functions (#2777)
-
Fixed a bug in SSE-C md5 calculation using GnuTLS
Fixed a bug in SSE-C md5 calculation using GnuTLS
-
Update ChangeLog and configure.ac for 1.97
Update ChangeLog and configure.ac for 1.97 Fixes #2772.
-
Simplify brew upgrade and install (#2771)
Simplify brew upgrade and install (#2771)
-
Remove macOS GNU sed (#2770)
Remove macOS GNU sed (#2770) This was only used for the --unbuffered flag.
-
Upgrade CI to Alpine 3.23 (#2769)
Upgrade CI to Alpine 3.23 (#2769)
-
Micro-optimize copies, compares, and logging (#2768)
Micro-optimize copies, compares, and logging (#2768) Logging should eagerly evaluate the log level to avoid unnecessary calls to parameters like calls to STR_OBJTYPE. These contributed to slow Valgrind test run-times.
-
Use more efficient line-buffered awk (#2766)
Use more efficient line-buffered awk (#2766) sed --unbuffered reads character-by-character. This saves 3 seconds of CPU time per test flag.
-
Simplify shellcheck target (#2767)
Simplify shellcheck target (#2767)
-
Do not honor -o nonempty when compiled with FUSE 3 (#2765)
Do not honor -o nonempty when compiled with FUSE 3 (#2765) Fixes #2760.