s3fs-fuse/src
Andrew Gaul 1449905fe5
Make deleted constructors and operators public (#2479)
Deleting them better conveys the intent.
2024-06-24 08:26:24 +09:00
..
addhead.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
addhead.h Make deleted constructors and operators public (#2479) 2024-06-24 08:26:24 +09:00
cache.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
cache.h Make deleted constructors and operators public (#2479) 2024-06-24 08:26:24 +09:00
common_auth.cpp Remove unneeded explicit std::string constructors (#2273) 2023-08-17 22:12:28 +09:00
common.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
curl_handlerpool.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
curl_handlerpool.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
curl_multi.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
curl_multi.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
curl_util.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
curl_util.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
curl.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
curl.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_auto.cpp Remove uses of AutoLock::ALREADY_LOCKED (#2466) 2024-06-23 11:24:51 +09:00
fdcache_auto.h Make deleted constructors and operators public (#2479) 2024-06-24 08:26:24 +09:00
fdcache_entity.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_entity.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_fdinfo.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_fdinfo.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_page.cpp Replace memset with C++11 value initialization (#2471) 2024-06-24 00:24:49 +09:00
fdcache_page.h Fix typos (#2473) 2024-06-23 15:33:46 +09:00
fdcache_pseudofd.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_pseudofd.h Make deleted constructors and operators public (#2479) 2024-06-24 08:26:24 +09:00
fdcache_stat.cpp Add scope_guard for ad-hoc resource management (#2313) 2023-09-26 07:52:55 +09:00
fdcache_stat.h Remove unnecessary copy constructors and operator= (#2468) 2024-06-10 23:37:53 +09:00
fdcache_untreated.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_untreated.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
gnutls_auth.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
Makefile.am Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
metaheader.cpp Replace memset with C++11 value initialization (#2471) 2024-06-24 00:24:49 +09:00
metaheader.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
mpu_util.cpp Remove unneeded XML macros (#2427) 2024-03-07 00:45:34 +09:00
mpu_util.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
nss_auth.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
openssl_auth.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
psemaphore.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
s3fs_auth.h Use unique_ptr in SSL functions (#2282) 2023-08-19 23:29:00 +09:00
s3fs_cred.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
s3fs_cred.h Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
s3fs_extcred.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_global.cpp Address clang-tidy 19 warnings (#2474) 2024-06-23 12:21:51 +09:00
s3fs_help.cpp Changed the display format of the Git commit hash in the version display 2024-06-23 16:01:33 +05:30
s3fs_help.h Output version and command parameters at startup 2021-03-06 19:11:57 +09:00
s3fs_logger.cpp Replace miscellaneous pointers with unique_ptr (#2388) 2023-12-23 13:06:41 +09:00
s3fs_logger.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
s3fs_util.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
s3fs_util.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
s3fs_xml.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
s3fs_xml.h Gentoo + libxml2-2.12 requires inclusion of parser.h 2024-02-20 08:28:42 +09:00
s3fs.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
s3fs.h Remove unneeded XML macros (#2427) 2024-03-07 00:45:34 +09:00
s3objlist.cpp Prefer std::string::clear where possible (#2467) 2024-06-10 23:36:49 +09:00
s3objlist.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
sighandlers.cpp Replace memset with C++11 value initialization (#2471) 2024-06-24 00:24:49 +09:00
sighandlers.h Make deleted constructors and operators public (#2479) 2024-06-24 08:26:24 +09:00
string_util.cpp Address clang-tidy 19 warnings (#2474) 2024-06-23 12:21:51 +09:00
string_util.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
test_curl_util.cpp Fixed error reports of failure in cppcheck 2.14.0 2024-05-28 07:29:03 +09:00
test_page_list.cpp Fixed error reports of failure in cppcheck 2.14.0 2024-05-28 07:29:03 +09:00
test_string_util.cpp Fixed error reports of failure in cppcheck 2.14.0 2024-05-28 07:29:03 +09:00
test_util.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
threadpoolman.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
threadpoolman.h Make deleted constructors and operators public (#2479) 2024-06-24 08:26:24 +09:00
types.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00