.. |
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
|
Disable thread safety analysis on conditional locks (#2498)
|
2024-07-15 15:17:47 +09:00 |
curl_handlerpool.cpp
|
Wrap CURL* in a std::unique_ptr (#2495)
|
2024-07-15 15:15:03 +09:00 |
curl_handlerpool.h
|
Wrap CURL* in a std::unique_ptr (#2495)
|
2024-07-15 15:15:03 +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
|
Fixed miss-return code in S3fsCurl::RequestPerform
|
2024-09-28 13:25:37 +09:00 |
curl.h
|
s3 signv4 support uri endpoints (#2510)
|
2024-08-17 13:46:13 +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
|
Fix Windows compilation (#2506)
|
2024-07-27 09:54:38 +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
|
Disable thread safety analysis on conditional locks (#2498)
|
2024-07-15 15:17:47 +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
|
Set errno to zero before calling sysconf (#2515)
|
2024-08-24 09:48:54 +09:00 |
s3fs_util.h
|
Remove unneeded lock utility functions (#2500)
|
2024-07-15 15:32:39 +09:00 |
s3fs_xml.cpp
|
Remove unneeded lock utility functions (#2500)
|
2024-07-15 15:32:39 +09:00 |
s3fs_xml.h
|
Remove unneeded lock utility functions (#2500)
|
2024-07-15 15:32:39 +09:00 |
s3fs.cpp
|
Fix minor issues when compiling with MSYS (#2505)
|
2024-07-27 09:43:16 +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 |