s3fs-fuse/src
Andrew Gaul b671fa7a9c
Pass std::unique_ptr by value (#2373)
This ensures that the parameter is moved.
2023-11-26 01:48:47 +09:00
..
addhead.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
addhead.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
autolock.cpp Remove unneeded headers identified by IWYU (#2007) 2022-07-28 23:38:38 +09:00
autolock.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
cache.cpp s3fs: make dir size not zero 2023-11-17 17:55:57 +09:00
cache.h Fixed errors of cppcheck 2.12.0 2023-09-24 19:55:02 +09:00
common_auth.cpp Remove unneeded explicit std::string constructors (#2273) 2023-08-17 22:12:28 +09:00
common.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
curl_handlerpool.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
curl_handlerpool.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
curl_multi.cpp Pass std::unique_ptr by value (#2373) 2023-11-26 01:48:47 +09:00
curl_multi.h Pass std::unique_ptr by value (#2373) 2023-11-26 01:48:47 +09:00
curl_util.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
curl_util.h Fixed ETag parsing at completing the Multipart upload part 2023-10-13 11:13:52 +09:00
curl.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
curl.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
fdcache_auto.cpp Return errors from AutoFdEntity::Open (#2296) 2023-08-29 22:57:30 +09:00
fdcache_auto.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
fdcache_entity.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
fdcache_entity.h Fixed a bug in exclusive control of pagelist in FdEntity class 2023-09-26 21:26:17 +09:00
fdcache_fdinfo.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
fdcache_fdinfo.h Fixed a bug in the re-upload part of Streamupload 2023-11-10 10:41:26 +09:00
fdcache_page.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
fdcache_page.h Delete copy constructors and assignment operators (#2257) 2023-08-11 13:12:03 +09:00
fdcache_pseudofd.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
fdcache_pseudofd.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +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 Return errors from AutoFdEntity::Open (#2296) 2023-08-29 22:57:30 +09:00
fdcache_untreated.cpp Use C++11 emplace where possible (#2240) 2023-07-30 22:51:20 +09:00
fdcache_untreated.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
fdcache.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
fdcache.h s3fs: add option free_space_ratio to control cache size (#2351) 2023-10-20 18:11:47 +09:00
gnutls_auth.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
Makefile.am Store mvnode in vector instead of manual linked list (#2312) 2023-09-13 22:32:15 +09:00
metaheader.cpp Call C++11 get_time and put_time (#2375) 2023-11-20 18:45:27 +09:00
metaheader.h Fixed segmentation fault caused by file write failure (#2123) 2023-03-11 16:45:56 +09:00
mpu_util.cpp Fixed errors of cppcheck 2.12.0 2023-09-24 19:55:02 +09:00
mpu_util.h Convert most std::list to std::vector (#2247) 2023-08-05 10:05:32 +09:00
nss_auth.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
openssl_auth.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
psemaphore.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
s3fs_auth.h Use unique_ptr in SSL functions (#2282) 2023-08-19 23:29:00 +09:00
s3fs_cred.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
s3fs_cred.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +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 Remove more unneeded headers identified by IWYU (#2011) 2022-07-30 12:06:47 +09:00
s3fs_help.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
s3fs_help.h Output version and command parameters at startup 2021-03-06 19:11:57 +09:00
s3fs_logger.cpp Call C++11 get_time and put_time (#2375) 2023-11-20 18:45:27 +09:00
s3fs_logger.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
s3fs_util.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
s3fs_util.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
s3fs_xml.cpp Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
s3fs_xml.h Use std::unique_ptr in libxml functions (#2317) 2023-09-25 23:46:52 +09:00
s3fs.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
s3fs.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
s3objlist.cpp Remove unneeded explicit std::string constructors (#2273) 2023-08-17 22:12:28 +09:00
s3objlist.h Convert most std::list to std::vector (#2247) 2023-08-05 10:05:32 +09:00
sighandlers.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
sighandlers.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
string_util.cpp Call C++11 get_time and put_time (#2375) 2023-11-20 18:45:27 +09:00
string_util.h Call C++11 get_time and put_time (#2375) 2023-11-20 18:45:27 +09:00
test_curl_util.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
test_page_list.cpp Use C++ enum class for most enums (#2241) 2023-07-30 22:53:17 +09:00
test_string_util.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
test_util.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
threadpoolman.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
threadpoolman.h Delete unneeded constructors and assignment operators (#2309) 2023-09-06 23:52:10 +09:00
types.h Remove obsolete C++11 #ifdef (#2377) 2023-11-21 00:37:42 +09:00