s3fs-fuse/src
Andrew Gaul 03651a30ea
Add infrastructure for clang static lock checking (#2492)
Co-authored-by: Takeshi Nakatani <ggtakec@gmail.com>
2024-07-13 09:48:43 +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 Remove unused function (#2484) 2024-07-01 23:30:32 +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 Add infrastructure for clang static lock checking (#2492) 2024-07-13 09:48:43 +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_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
curl_multi.h Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +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 Simplify curl progress tracking (#2486) 2024-07-06 16:35:25 +09:00
curl.h Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
fdcache_auto.cpp Remove uses of AutoLock::ALREADY_LOCKED (#2466) 2024-06-23 11:24:51 +09:00
fdcache_auto.h Fix incorrect locking annotations (#2494) 2024-07-11 23:13:44 +09:00
fdcache_entity.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_entity.h Fixed a deadlock in the FdManager::ChangeEntityToTempPath method call 2024-06-30 20:29:01 +05:30
fdcache_fdinfo.cpp Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
fdcache_fdinfo.h Fix incorrect locking annotations (#2494) 2024-07-11 23:13:44 +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 Remove unused headers found by clang-tidy (#2480) 2024-06-25 23:32:46 +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 Fixed a deadlock in the FdManager::ChangeEntityToTempPath method call 2024-06-30 20:29:01 +05:30
fdcache.h Fixed a deadlock in the FdManager::ChangeEntityToTempPath method call 2024-06-30 20:29:01 +05:30
gnutls_auth.cpp Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
Makefile.am Convert pthread_mutex to std::mutex (#2476) 2024-06-24 00:48:01 +09:00
metaheader.cpp Remove unused headers found by clang-tidy (#2480) 2024-06-25 23:32:46 +09:00
metaheader.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
mpu_util.cpp Remove unused headers found by clang-tidy (#2480) 2024-06-25 23:32:46 +09:00
mpu_util.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00
nss_auth.cpp Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
openssl_auth.cpp Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +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 Remove unused headers found by clang-tidy (#2480) 2024-06-25 23:32:46 +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 Remove unused headers found by clang-tidy (#2480) 2024-06-25 23:32:46 +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 Remove unused headers found by clang-tidy (#2480) 2024-06-25 23:32:46 +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 Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
sighandlers.h Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +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_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
threadpoolman.h Convert pthread_t to C++11 std::thread (#2481) 2024-07-11 22:37:25 +09:00
types.h Apply clang-tidy to headers (#2470) 2024-06-23 11:49:59 +09:00