s3fs-fuse/src
Sébastien Brochet dd6815b90f retry request on HTTP 429 error 2024-04-14 12:09:26 +09:00
..
Makefile.am Store mvnode in vector instead of manual linked list (#2312) 2023-09-13 22:32:15 +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 Corrected list_bucket to search in stat cache during creating new file (#2376) 2024-01-24 22:10:14 +09:00
cache.h Corrected list_bucket to search in stat cache during creating new file (#2376) 2024-01-24 22:10:14 +09:00
common.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
common_auth.cpp Remove unneeded explicit std::string constructors (#2273) 2023-08-17 22:12:28 +09:00
curl.cpp retry request on HTTP 429 error 2024-04-14 12:09:26 +09:00
curl.h Support SSL client cert and added ssl_client_cert option 2024-04-14 10:21:48 +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
fdcache.cpp Fixed errors reported by cppcheck 2.13.0 (#2400) 2024-01-25 00:46:45 +09:00
fdcache.h s3fs: add option free_space_ratio to control cache size (#2351) 2023-10-20 18:11:47 +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 18 warnings (#2428) 2024-03-07 01:04:22 +09:00
fdcache_entity.h Fixed a bug in fdatasync(fsync) 2024-02-06 14:11:37 +09:00
fdcache_fdinfo.cpp Convert thpoolman_param to value (#2430) 2024-03-13 21:27:12 +09:00
fdcache_fdinfo.h Fixed errors reported by cppcheck 2.13.0 (#2400) 2024-01-25 00:46:45 +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
gnutls_auth.cpp Address clang-tidy modernize-deprecated-headers (#2370) 2023-11-19 10:00:16 +09:00
metaheader.cpp Revert "Call C++11 get_time and put_time (#2375)" (#2381) 2023-11-27 00:51:17 +09:00
metaheader.h Fixed segmentation fault caused by file write failure (#2123) 2023-03-11 16:45:56 +09:00
mpu_util.cpp Remove unneeded XML macros (#2427) 2024-03-07 00:45:34 +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.cpp Support SSL client cert and added ssl_client_cert option 2024-04-14 10:21:48 +09:00
s3fs.h Remove unneeded XML macros (#2427) 2024-03-07 00:45:34 +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 Support SSL client cert and added ssl_client_cert option 2024-04-14 10:21:48 +09:00
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 Replace miscellaneous pointers with unique_ptr (#2388) 2023-12-23 13:06:41 +09:00
s3fs_util.cpp Fixed errors reported by cppcheck 2.13.0 (#2400) 2024-01-25 00:46:45 +09:00
s3fs_util.h Convert some const to constexpr (#2342) 2023-11-14 22:15:17 +09:00
s3fs_xml.cpp Remove unneeded XML macros (#2427) 2024-03-07 00:45:34 +09:00
s3fs_xml.h Gentoo + libxml2-2.12 requires inclusion of parser.h 2024-02-20 08:28:42 +09:00
s3objlist.cpp Address clang-tidy 18 warnings (#2428) 2024-03-07 01:04:22 +09:00
s3objlist.h Convert most std::list to std::vector (#2247) 2023-08-05 10:05:32 +09:00
sighandlers.cpp Replace miscellaneous pointers with unique_ptr (#2388) 2023-12-23 13:06:41 +09:00
sighandlers.h Replace miscellaneous pointers with unique_ptr (#2388) 2023-12-23 13:06:41 +09:00
string_util.cpp Fixed errors reported by cppcheck 2.13.0 (#2400) 2024-01-25 00:46:45 +09:00
string_util.h Fixed errors reported by cppcheck 2.13.0 (#2400) 2024-01-25 00:46:45 +09:00
test_curl_util.cpp Fixed errors reported by cppcheck 2.13.0 (#2400) 2024-01-25 00:46:45 +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 Call abort instead of exit in tests (#2416) 2024-02-23 12:28:29 +09:00
threadpoolman.cpp Convert thpoolman_param to value (#2430) 2024-03-13 21:27:12 +09:00
threadpoolman.h Convert thpoolman_param to value (#2430) 2024-03-13 21:27:12 +09:00
types.h Remove obsolete C++11 #ifdef (#2377) 2023-11-21 00:37:42 +09:00